Shades of Caribbean Green #00D4AB
Tints of Caribbean Green #00D4AB
RGB
CMYK
RGB Variations
Color information
#00D4AB (or 0x00D4AB) is known color: Caribbean Green. HEX triplet: 00, D4 and AB. RGB value is (0,212,171). Sum of RGB (Red+Green+Blue) = 0+212+171=383 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 383); Green value is 212 (83.20% from 255 or 55.35% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 212 - color contains mainly: green. Hex color #00D4AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D4AB is #FF2B54. Grayscale: #8F8F8F. Windows color (decimal): -16722773 or 11260928. OLE color: 11260928.
HSL color Cylindrical-coordinate representation of color #00D4AB: hue angle of 168.4º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D4AB is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 212 | 171 | - |
| CMYK | 1 | 0 | 0.19 | 0.17 |
| HSL | 168.4º | 1% | 0.42% | - |
| HSV(B) | 168.4º | 1% | 0.83% | - |
| XYZ | 30.89 | 50.03 | 46.56 | - |
| YUV | 143.94 | 143.26 | 25.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 212 | 171 | 1 | 0 | 0.19 | 0.17 | 168.4 | 1 | 0.42 |
| Hex | 0 | D4 | AB | 64 | 0 | 13 | 11 | A8 | 64 | 2A |
| Octal | 0 | 324 | 253 | 144 | 0 | 23 | 21 | 250 | 144 | 52 |
| Binary | 0 | 11010100 | 10101011 | 1100100 | 0 | 10011 | 10001 | 10101000 | 1100100 | 101010 |
Color Harmonies of #00D4AB
Complementary color
Monochromatic Colors of #00D4AB
Black with #00D4AB
Text Example
Text Example
White with #00D4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D4AB; }
p { color: rgb(0,212,171); }
H1.HeaderClassName
{
color: #00D4AB;
}
.AnyTagClassName
{
color: #00D4AB;
}
</style>
background-color css
<style>
a { background-color: #00D4AB; }
a { background-color: rgb(0,212,171); }
div.DivClassName
{
background-color: #00D4AB;
}
.BgClassName
{
background-color: #00D4AB;
}
</style>
border-color css
<style>
span { border-color: #00D4AB; }
span { border-color: rgb(0,212,171); }
td.TdClassName
{
border-color: #00D4AB;
}
.TagClassName
{
border-color: #00D4AB;
}
</style>