COLOR #00EEAD

HEX: #00EEAD
RGB: (0,238,173)

Color info

#00EEAD contains mainly green color. Web safe color of #00EEAD is #00FF99 (or #0F9).

RGB color model

#00EEAD color RGB value is (0,238,173).

  • red value is 0;
  • green value is 238;
  • blue value is 173.
RGB:
(0,238,173)
(0%,93%,68%)

RGB channels and saturation

R 0 of 255 = 0%
G 238 of 255 = 93%
B 173 of 255 = 68%

0
238
173

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

Portions of RGB colors in percentages

R + G + B =
0 + 238 + 173 = 411 (100%)
R 0 of 411 ~ 0%
G 238 of 411 ~ 57.91%
B 173 of 411 ~ 42.09%

%57.91
%42.09

CMYK color model

#00EEAD color CMYK value is (100,0,27,7).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 27.31%
  • key color value is 6.67%
CMYK:
(100,0,27,7)
C100M0Y27K7 
(100%,0%,27%,7%)
(1.00/0.00/0.27/0.07)	

CMYK percentages

%100
%0
%27.31
%6.67

Codes

Color #00EEAD in popluar color models

00EEAD
RGB0238173
HSL164°100.00%46.67%
HSB/HSV164°100.00%93.33%
CMYK100.00%0.00%27.31%
6.67%

Color #00EEAD in popluar number systems.

HEX00EEAD
Decimal0238173
Binary01110111010101101
Octal0356255

Shades and tints

Shades of #00EEAD

#00EEAD
(0,238,173)
#00D99E
(0,217,158)
#00C48F
(0,196,143)
#00AF80
(0,175,128)
#009A71
(0,154,113)
#008562
(0,133,98)
#007053
(0,112,83)
#005B44
(0,91,68)
#004635
(0,70,53)
#003126
(0,49,38)
#001C17
(0,28,23)
#000000
(0,0,0)

Tints of #00EEAD

#00EEAD
(0,238,173)
#17EFB4
(23,239,180)
#2EF0BB
(46,240,187)
#45F1C2
(69,241,194)
#5CF2C9
(92,242,201)
#73F3D0
(115,243,208)
#8AF4D7
(138,244,215)
#A1F5DE
(161,245,222)
#B8F6E5
(184,246,229)
#CFF7EC
(207,247,236)
#E6F8F3
(230,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00EEAD color. Also use rgb(0,238,173) instead hex code.

Text Font Color

.myTextColor { color: #00EEAD; }

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

This text font color is #00EEAD.


Background Color

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

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

This div background color is #00EEAD.


Border color

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

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

This div border color is #00EEAD.


Opacity

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

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

Text with #00EEAD 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 #00EEAD;}

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

This text has shadow with #00EEAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00EEAD on black background.


Color preview on white background

This text has color #00EEAD on white background.



Black color preview on #00EEAD background

This text has black color on #00EEAD background.


White color preview on #00EEAD background

This text has white color on #00EEAD background.