Html Css Color HEX #00D9AB Caribbean Green

📋 copy color: '#00D9AB'

red 0 ◦ green 217 ◦ blue 171

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

Shades of Caribbean Green #00D9AB

Tints of Caribbean Green #00D9AB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 55.93%

 BLUE value IS 171 (67.19% from 255) = 44.07%

R = 0%
G = 55.93%
B = 44.07%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#00D9AB (or 0x00D9AB) is known color: Caribbean Green. HEX triplet: 00, D9 and AB. RGB value is (0,217,171). Sum of RGB (Red+Green+Blue) = 0+217+171=388 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 388); Green value is 217 (85.16% from 255 or 55.93% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 217 - color contains mainly: green. Hex color #00D9AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D9AB is #FF2654. Grayscale: #929292. Windows color (decimal): -16721493 or 11262208. OLE color: 11262208.

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

Color convert

RGB 0 217 171 -
CMYK 1 0 0.21 0.15
HSL 167.28º 1% 0.43% -
HSV(B) 167.28º 1% 0.85% -
XYZ 32.16 52.57 46.98 -
YUV 146.87 141.61 23.24 -
System Red Green Blue C M Y K H S L
Decimal 0 217 171 1 0 0.21 0.15 167.28 1 0.43
Hex 0 D9 AB 64 0 15 F A7 64 2B
Octal 0 331 253 144 0 25 17 247 144 53
Binary 0 11011001 10101011 1100100 0 10101 1111 10100111 1100100 101011

Color Harmonies of #00D9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D9AB

Black with #00D9AB

Text Example


Text Example

White with #00D9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,217,171); }

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

background-color css

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

 a { background-color: rgb(0,217,171); }

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

border-color css

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

 span { border-color: rgb(0,217,171); }

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