Shades of Caribbean Green #02CAB0
Tints of Caribbean Green #02CAB0
RGB
CMYK
RGB Variations
Color information
#02CAB0 (or 0x02CAB0) is known color: Caribbean Green. HEX triplet: 02, CA and B0. RGB value is (2,202,176). Sum of RGB (Red+Green+Blue) = 2+202+176=380 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 380); Green value is 202 (79.30% from 255 or 53.16% from 380); Blue value is 176 (69.14% from 255 or 46.32% from 380); Max value from RGB is 202 - color contains mainly: green. Hex color #02CAB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CAB0 is #FD354F. Grayscale: #8B8B8B. Windows color (decimal): -16594256 or 11586050. OLE color: 11586050.
HSL color Cylindrical-coordinate representation of color #02CAB0: hue angle of 172.2º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CAB0 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 202 | 176 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.21 |
| HSL | 172.2º | 0.98% | 0.4% | - |
| HSV(B) | 172.2º | 0.99% | 0.79% | - |
| XYZ | 28.98 | 45.39 | 48.31 | - |
| YUV | 139.24 | 148.74 | 30.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 202 | 176 | 0.99 | 0 | 0.13 | 0.21 | 172.2 | 0.98 | 0.4 |
| Hex | 2 | CA | B0 | 63 | 0 | D | 15 | AC | 62 | 28 |
| Octal | 2 | 312 | 260 | 143 | 0 | 15 | 25 | 254 | 142 | 50 |
| Binary | 10 | 11001010 | 10110000 | 1100011 | 0 | 1101 | 10101 | 10101100 | 1100010 | 101000 |
Color Harmonies of #02CAB0
Complementary color
Monochromatic Colors of #02CAB0
Black with #02CAB0
Text Example
Text Example
White with #02CAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CAB0; }
p { color: rgb(2,202,176); }
H1.HeaderClassName
{
color: #02CAB0;
}
.AnyTagClassName
{
color: #02CAB0;
}
</style>
background-color css
<style>
a { background-color: #02CAB0; }
a { background-color: rgb(2,202,176); }
div.DivClassName
{
background-color: #02CAB0;
}
.BgClassName
{
background-color: #02CAB0;
}
</style>
border-color css
<style>
span { border-color: #02CAB0; }
span { border-color: rgb(2,202,176); }
td.TdClassName
{
border-color: #02CAB0;
}
.TagClassName
{
border-color: #02CAB0;
}
</style>