COLOR #008E8A

HEX: #008E8A
RGB: (0,142,138)

Color info

#008E8A contains only green and blue colors. Web safe color of #008E8A is #009999 (or #099).

RGB color model

#008E8A color RGB value is (0,142,138).

  • red value is 0;
  • green value is 142;
  • blue value is 138.
RGB:
(0,142,138)
(0%,56%,54%)

RGB channels and saturation

R 0 of 255 = 0%
G 142 of 255 = 56%
B 138 of 255 = 54%

0
142
138

R + G + B ~ 37%. #008E8A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 142 + 138 = 280 (100%)
R 0 of 280 ~ 0%
G 142 of 280 ~ 50.71%
B 138 of 280 ~ 49.29%

%50.71
%49.29

CMYK color model

#008E8A color CMYK value is (100,0,3,44).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 2.82%
  • key color value is 44.31%
CMYK:
(100,0,3,44)
C100M0Y3K44 
(100%,0%,3%,44%)
(1.00/0.00/0.03/0.44)	

CMYK percentages

%100
%0
%2.82
%44.31

Codes

Color #008E8A in popluar color models

008E8A
RGB0142138
HSL178°100.00%27.84%
HSB/HSV178°100.00%55.69%
CMYK100.00%0.00%2.82%
44.31%

Color #008E8A in popluar number systems.

HEX008E8A
Decimal0142138
Binary01000111010001010
Octal0216212

Shades and tints

Shades of #008E8A

#008E8A
(0,142,138)
#00827E
(0,130,126)
#007672
(0,118,114)
#006A66
(0,106,102)
#005E5A
(0,94,90)
#00524E
(0,82,78)
#004642
(0,70,66)
#003A36
(0,58,54)
#002E2A
(0,46,42)
#00221E
(0,34,30)
#001612
(0,22,18)
#000000
(0,0,0)

Tints of #008E8A

#008E8A
(0,142,138)
#179894
(23,152,148)
#2EA29E
(46,162,158)
#45ACA8
(69,172,168)
#5CB6B2
(92,182,178)
#73C0BC
(115,192,188)
#8ACAC6
(138,202,198)
#A1D4D0
(161,212,208)
#B8DEDA
(184,222,218)
#CFE8E4
(207,232,228)
#E6F2EE
(230,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #008E8A color. Also use rgb(0,142,138) instead hex code.

Text Font Color

.myTextColor { color: #008E8A; }

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

This text font color is #008E8A.


Background Color

.myBgColor { background-color: #008E8A; }

<div style="background-color:#008E8A">Inner text</div>

This div background color is #008E8A.


Border color

.myBorderColor { border: 1px solid #008E8A; }

<div style="border:3px solid #008E8A">Div</div>

This div border color is #008E8A.


Opacity

.myOpacity80 { color: #008E8A; opacity: 0.8; }

<p style="color:#008E8A;opacity:0.8;">80%</p>

Text with #008E8A 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 #008E8A;}

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

This text has shadow with #008E8A color.

.textShadow {text-shadow: 3px 3px 1px #008E8A, 3px 3px 1px red;}

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

This text has shadow with #008E8A primary color and red secondary color.


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

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

This text has shadow with #008E8A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008E8A on black background.


Color preview on white background

This text has color #008E8A on white background.



Black color preview on #008E8A background

This text has black color on #008E8A background.


White color preview on #008E8A background

This text has white color on #008E8A background.