Html Css Color HEX #00C9AD Caribbean Green

📋 copy color: '#00C9AD'

red 0 ◦ green 201 ◦ blue 173

#00C9AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #00C9AD

Tints of Caribbean Green #00C9AD

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 201 (78.91% from 255) = 53.74%

 BLUE value IS 173 (67.97% from 255) = 46.26%

R = 0%
G = 53.74%
B = 46.26%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#00C9AD (or 0x00C9AD) is known color: Caribbean Green. HEX triplet: 00, C9 and AD. RGB value is (0,201,173). Sum of RGB (Red+Green+Blue) = 0+201+173=374 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 374); Green value is 201 (78.91% from 255 or 53.74% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 201 - color contains mainly: green. Hex color #00C9AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C9AD is #FF3652. Grayscale: #898989. Windows color (decimal): -16725587 or 11389184. OLE color: 11389184.

HSL color Cylindrical-coordinate representation of color #00C9AD: hue angle of 171.64º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C9AD is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 201 173 -
CMYK 1 0 0.14 0.21
HSL 171.64º 1% 0.39% -
HSV(B) 171.64º 1% 0.79% -
XYZ 28.43 44.79 46.68 -
YUV 137.71 147.91 29.78 -
System Red Green Blue C M Y K H S L
Decimal 0 201 173 1 0 0.14 0.21 171.64 1 0.39
Hex 0 C9 AD 64 0 E 15 AC 64 27
Octal 0 311 255 144 0 16 25 254 144 47
Binary 0 11001001 10101101 1100100 0 1110 10101 10101100 1100100 100111

Color Harmonies of #00C9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C9AD

Black with #00C9AD

Text Example


Text Example

White with #00C9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00C9AD; }

 p { color: rgb(0,201,173); }

 H1.HeaderClassName
 {
   color: #00C9AD;
 }
 .AnyTagClassName
 {
   color: #00C9AD;
 }
</style>

background-color css

<style>
 a { background-color: #00C9AD; }

 a { background-color: rgb(0,201,173); }

 div.DivClassName
 {
   background-color: #00C9AD;
 }
 .BgClassName
 {
   background-color: #00C9AD;
 }
</style>

border-color css

<style>
 span { border-color: #00C9AD; }

 span { border-color: rgb(0,201,173); }

 td.TdClassName
 {
   border-color: #00C9AD;
 }
 .TagClassName
 {
   border-color: #00C9AD;
 }
</style>