Html Css Color HEX #00D1AB Caribbean Green

📋 copy color: '#00D1AB'

red 0 ◦ green 209 ◦ blue 171

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

Shades of Caribbean Green #00D1AB

Tints of Caribbean Green #00D1AB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 55%

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

R = 0%
G = 55%
B = 45%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#00D1AB (or 0x00D1AB) is known color: Caribbean Green. HEX triplet: 00, D1 and AB. RGB value is (0,209,171). Sum of RGB (Red+Green+Blue) = 0+209+171=380 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 380); Green value is 209 (82.03% from 255 or 55% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 209 - color contains mainly: green. Hex color #00D1AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D1AB is #FF2E54. Grayscale: #8E8E8E. Windows color (decimal): -16723541 or 11260160. OLE color: 11260160.

HSL color Cylindrical-coordinate representation of color #00D1AB: hue angle of 169.09º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D1AB is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 209 171 -
CMYK 1 0 0.18 0.18
HSL 169.09º 1% 0.41% -
HSV(B) 169.09º 1% 0.82% -
XYZ 30.15 48.54 46.31 -
YUV 142.18 144.26 26.59 -
System Red Green Blue C M Y K H S L
Decimal 0 209 171 1 0 0.18 0.18 169.09 1 0.41
Hex 0 D1 AB 64 0 12 12 A9 64 29
Octal 0 321 253 144 0 22 22 251 144 51
Binary 0 11010001 10101011 1100100 0 10010 10010 10101001 1100100 101001

Color Harmonies of #00D1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D1AB

Black with #00D1AB

Text Example


Text Example

White with #00D1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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