Shades of Caribbean Green #02D1AB
Tints of Caribbean Green #02D1AB
RGB
CMYK
RGB Variations
Color information
#02D1AB (or 0x02D1AB) is known color: Caribbean Green. HEX triplet: 02, D1 and AB. RGB value is (2,209,171). Sum of RGB (Red+Green+Blue) = 2+209+171=382 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 382); Green value is 209 (82.03% from 255 or 54.71% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 209 - color contains mainly: green. Hex color #02D1AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D1AB is #FD2E54. Grayscale: #8E8E8E. Windows color (decimal): -16592469 or 11260162. OLE color: 11260162.
HSL color Cylindrical-coordinate representation of color #02D1AB: hue angle of 168.99º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D1AB is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 209 | 171 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.18 |
| HSL | 168.99º | 0.98% | 0.41% | - |
| HSV(B) | 168.99º | 0.99% | 0.82% | - |
| XYZ | 30.18 | 48.55 | 46.31 | - |
| YUV | 142.78 | 143.92 | 27.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 209 | 171 | 0.99 | 0 | 0.18 | 0.18 | 168.99 | 0.98 | 0.41 |
| Hex | 2 | D1 | AB | 63 | 0 | 12 | 12 | A9 | 62 | 29 |
| Octal | 2 | 321 | 253 | 143 | 0 | 22 | 22 | 251 | 142 | 51 |
| Binary | 10 | 11010001 | 10101011 | 1100011 | 0 | 10010 | 10010 | 10101001 | 1100010 | 101001 |
Color Harmonies of #02D1AB
Complementary color
Monochromatic Colors of #02D1AB
Black with #02D1AB
Text Example
Text Example
White with #02D1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D1AB; }
p { color: rgb(2,209,171); }
H1.HeaderClassName
{
color: #02D1AB;
}
.AnyTagClassName
{
color: #02D1AB;
}
</style>
background-color css
<style>
a { background-color: #02D1AB; }
a { background-color: rgb(2,209,171); }
div.DivClassName
{
background-color: #02D1AB;
}
.BgClassName
{
background-color: #02D1AB;
}
</style>
border-color css
<style>
span { border-color: #02D1AB; }
span { border-color: rgb(2,209,171); }
td.TdClassName
{
border-color: #02D1AB;
}
.TagClassName
{
border-color: #02D1AB;
}
</style>