COLOR #00EDB2

HEX: #00EDB2
RGB: (0,237,178)

Color info

#00EDB2 contains only green and blue colors. Web safe color of #00EDB2 is #00FF99 (or #0F9).

RGB color model

#00EDB2 color RGB value is (0,237,178).

  • red value is 0;
  • green value is 237;
  • blue value is 178.
RGB:
(0,237,178)
(0%,93%,70%)

RGB channels and saturation

R 0 of 255 = 0%
G 237 of 255 = 93%
B 178 of 255 = 70%

0
237
178

R + G + B ~ 54%. #00EDB2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 237 + 178 = 415 (100%)
R 0 of 415 ~ 0%
G 237 of 415 ~ 57.11%
B 178 of 415 ~ 42.89%

%57.11
%42.89

CMYK color model

#00EDB2 color CMYK value is (100,0,25,7).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 24.89%
  • key color value is 7.06%
CMYK:
(100,0,25,7)
C100M0Y25K7 
(100%,0%,25%,7%)
(1.00/0.00/0.25/0.07)	

CMYK percentages

%100
%0
%24.89
%7.06

Codes

Color #00EDB2 in popluar color models

00EDB2
RGB0237178
HSL165°100.00%46.47%
HSB/HSV165°100.00%92.94%
CMYK100.00%0.00%24.89%
7.06%

Color #00EDB2 in popluar number systems.

HEX00EDB2
Decimal0237178
Binary01110110110110010
Octal0355262

Shades and tints

Shades of #00EDB2

#00EDB2
(0,237,178)
#00D8A2
(0,216,162)
#00C392
(0,195,146)
#00AE82
(0,174,130)
#009972
(0,153,114)
#008462
(0,132,98)
#006F52
(0,111,82)
#005A42
(0,90,66)
#004532
(0,69,50)
#003022
(0,48,34)
#001B12
(0,27,18)
#000000
(0,0,0)

Tints of #00EDB2

#00EDB2
(0,237,178)
#17EEB9
(23,238,185)
#2EEFC0
(46,239,192)
#45F0C7
(69,240,199)
#5CF1CE
(92,241,206)
#73F2D5
(115,242,213)
#8AF3DC
(138,243,220)
#A1F4E3
(161,244,227)
#B8F5EA
(184,245,234)
#CFF6F1
(207,246,241)
#E6F7F8
(230,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00EDB2 color. Also use rgb(0,237,178) instead hex code.

Text Font Color

.myTextColor { color: #00EDB2; }

<p style="color:#00EDB2">This sample text font color is #00EDB2.</p>

This text font color is #00EDB2.


Background Color

.myBgColor { background-color: #00EDB2; }

<div style="background-color:#00EDB2">Inner text</div>

This div background color is #00EDB2.


Border color

.myBorderColor { border: 1px solid #00EDB2; }

<div style="border:3px solid #00EDB2">Div</div>

This div border color is #00EDB2.


Opacity

.myOpacity80 { color: #00EDB2; opacity: 0.8; }

<p style="color:#00EDB2;opacity:0.8;">80%</p>

Text with #00EDB2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #00EDB2;}

<p style="text-shadow: 3px 3px 1px #00EDB2">Text here.</p>

This text has shadow with #00EDB2 color.

.textShadow {text-shadow: 3px 3px 1px #00EDB2, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #00EDB2, 5px 5px 20px red">Text here.</p>

This text has shadow with #00EDB2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00EDB2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#00EDB2, Direction=45, Strength=4)">Text</p>

This text has shadow with #00EDB2 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #00EDB2;
  -webkit-box-shadow:	1px 1px 3px 2px #00EDB2;
  box-shadow:		1px 1px 3px 2px #00EDB2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00EDB2;
-webkit-box-shadow: 1px 1px 3px 2px #00EDB2;
box-shadow:1px 1px 3px 2px #00EDB2;">
Div content here</div>
This div box has shadow with color #00EDB2.

Preview

Color preview on black background

This text has color #00EDB2 on black background.


Color preview on white background

This text has color #00EDB2 on white background.



Black color preview on #00EDB2 background

This text has black color on #00EDB2 background.


White color preview on #00EDB2 background

This text has white color on #00EDB2 background.