Shades of Caribbean Green #00D0AB
Tints of Caribbean Green #00D0AB
RGB
CMYK
RGB Variations
Color information
#00D0AB (or 0x00D0AB) is known color: Caribbean Green. HEX triplet: 00, D0 and AB. RGB value is (0,208,171). Sum of RGB (Red+Green+Blue) = 0+208+171=379 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 379); Green value is 208 (81.64% from 255 or 54.88% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 208 - color contains mainly: green. Hex color #00D0AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D0AB is #FF2F54. Grayscale: #8D8D8D. Windows color (decimal): -16723797 or 11259904. OLE color: 11259904.
HSL color Cylindrical-coordinate representation of color #00D0AB: hue angle of 169.33º 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 #00D0AB is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 208 | 171 | - |
| CMYK | 1 | 0 | 0.18 | 0.18 |
| HSL | 169.33º | 1% | 0.41% | - |
| HSV(B) | 169.33º | 1% | 0.82% | - |
| XYZ | 29.91 | 48.05 | 46.23 | - |
| YUV | 141.59 | 144.59 | 27.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 208 | 171 | 1 | 0 | 0.18 | 0.18 | 169.33 | 1 | 0.41 |
| Hex | 0 | D0 | AB | 64 | 0 | 12 | 12 | A9 | 64 | 29 |
| Octal | 0 | 320 | 253 | 144 | 0 | 22 | 22 | 251 | 144 | 51 |
| Binary | 0 | 11010000 | 10101011 | 1100100 | 0 | 10010 | 10010 | 10101001 | 1100100 | 101001 |
Color Harmonies of #00D0AB
Complementary color
Monochromatic Colors of #00D0AB
Black with #00D0AB
Text Example
Text Example
White with #00D0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D0AB; }
p { color: rgb(0,208,171); }
H1.HeaderClassName
{
color: #00D0AB;
}
.AnyTagClassName
{
color: #00D0AB;
}
</style>
background-color css
<style>
a { background-color: #00D0AB; }
a { background-color: rgb(0,208,171); }
div.DivClassName
{
background-color: #00D0AB;
}
.BgClassName
{
background-color: #00D0AB;
}
</style>
border-color css
<style>
span { border-color: #00D0AB; }
span { border-color: rgb(0,208,171); }
td.TdClassName
{
border-color: #00D0AB;
}
.TagClassName
{
border-color: #00D0AB;
}
</style>