COLOR #00A87F

HEX: #00A87F
RGB: (0,168,127)

Color info

#00A87F contains only green and blue colors. Web safe color of #00A87F is #009966 (or #096).

RGB color model

#00A87F color RGB value is (0,168,127).

  • red value is 0;
  • green value is 168;
  • blue value is 127.
RGB:
(0,168,127)
(0%,66%,50%)

RGB channels and saturation

R 0 of 255 = 0%
G 168 of 255 = 66%
B 127 of 255 = 50%

0
168
127

R + G + B ~ 39%. #00A87F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 168 + 127 = 295 (100%)
R 0 of 295 ~ 0%
G 168 of 295 ~ 56.95%
B 127 of 295 ~ 43.05%

%56.95
%43.05

CMYK color model

#00A87F color CMYK value is (100,0,24,34).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 24.40%
  • key color value is 34.12%
CMYK:
(100,0,24,34)
C100M0Y24K34 
(100%,0%,24%,34%)
(1.00/0.00/0.24/0.34)	

CMYK percentages

%100
%0
%24.4
%34.12

Codes

Color #00A87F in popluar color models

00A87F
RGB0168127
HSL165°100.00%32.94%
HSB/HSV165°100.00%65.88%
CMYK100.00%0.00%24.40%
34.12%

Color #00A87F in popluar number systems.

HEX00A87F
Decimal0168127
Binary0101010001111111
Octal0250177

Shades and tints

Shades of #00A87F

#00A87F
(0,168,127)
#009974
(0,153,116)
#008A69
(0,138,105)
#007B5E
(0,123,94)
#006C53
(0,108,83)
#005D48
(0,93,72)
#004E3D
(0,78,61)
#003F32
(0,63,50)
#003027
(0,48,39)
#00211C
(0,33,28)
#001211
(0,18,17)
#000000
(0,0,0)

Tints of #00A87F

#00A87F
(0,168,127)
#17AF8A
(23,175,138)
#2EB695
(46,182,149)
#45BDA0
(69,189,160)
#5CC4AB
(92,196,171)
#73CBB6
(115,203,182)
#8AD2C1
(138,210,193)
#A1D9CC
(161,217,204)
#B8E0D7
(184,224,215)
#CFE7E2
(207,231,226)
#E6EEED
(230,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00A87F color. Also use rgb(0,168,127) instead hex code.

Text Font Color

.myTextColor { color: #00A87F; }

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

This text font color is #00A87F.


Background Color

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

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

This div background color is #00A87F.


Border color

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

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

This div border color is #00A87F.


Opacity

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

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

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

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

This text has shadow with #00A87F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00A87F on black background.


Color preview on white background

This text has color #00A87F on white background.



Black color preview on #00A87F background

This text has black color on #00A87F background.


White color preview on #00A87F background

This text has white color on #00A87F background.