COLOR #00C8AE

HEX: #00C8AE
RGB: (0,200,174)

Color info

#00C8AE contains only green and blue colors. Web safe color of #00C8AE is #00CC99 (or #0C9).

RGB color model

#00C8AE color RGB value is (0,200,174).

  • red value is 0;
  • green value is 200;
  • blue value is 174.
RGB:
(0,200,174)
(0%,78%,68%)

RGB channels and saturation

R 0 of 255 = 0%
G 200 of 255 = 78%
B 174 of 255 = 68%

0
200
174

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

Portions of RGB colors in percentages

R + G + B =
0 + 200 + 174 = 374 (100%)
R 0 of 374 ~ 0%
G 200 of 374 ~ 53.48%
B 174 of 374 ~ 46.52%

%53.48
%46.52

CMYK color model

#00C8AE color CMYK value is (100,0,13,22).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 13.00%
  • key color value is 21.57%
CMYK:
(100,0,13,22)
C100M0Y13K22 
(100%,0%,13%,22%)
(1.00/0.00/0.13/0.22)	

CMYK percentages

%100
%0
%13
%21.57

Codes

Color #00C8AE in popluar color models

00C8AE
RGB0200174
HSL172°100.00%39.22%
HSB/HSV172°100.00%78.43%
CMYK100.00%0.00%13.00%
21.57%

Color #00C8AE in popluar number systems.

HEX00C8AE
Decimal0200174
Binary01100100010101110
Octal0310256

Shades and tints

Shades of #00C8AE

#00C8AE
(0,200,174)
#00B69F
(0,182,159)
#00A490
(0,164,144)
#009281
(0,146,129)
#008072
(0,128,114)
#006E63
(0,110,99)
#005C54
(0,92,84)
#004A45
(0,74,69)
#003836
(0,56,54)
#002627
(0,38,39)
#001418
(0,20,24)
#000000
(0,0,0)

Tints of #00C8AE

#00C8AE
(0,200,174)
#17CDB5
(23,205,181)
#2ED2BC
(46,210,188)
#45D7C3
(69,215,195)
#5CDCCA
(92,220,202)
#73E1D1
(115,225,209)
#8AE6D8
(138,230,216)
#A1EBDF
(161,235,223)
#B8F0E6
(184,240,230)
#CFF5ED
(207,245,237)
#E6FAF4
(230,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00C8AE color. Also use rgb(0,200,174) instead hex code.

Text Font Color

.myTextColor { color: #00C8AE; }

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

This text font color is #00C8AE.


Background Color

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

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

This div background color is #00C8AE.


Border color

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

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

This div border color is #00C8AE.


Opacity

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

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

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

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

This text has shadow with #00C8AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00C8AE on black background.


Color preview on white background

This text has color #00C8AE on white background.



Black color preview on #00C8AE background

This text has black color on #00C8AE background.


White color preview on #00C8AE background

This text has white color on #00C8AE background.