Shades of Caribbean Green #02CA99
Tints of Caribbean Green #02CA99
RGB
CMYK
RGB Variations
Color information
#02CA99 (or 0x02CA99) is known color: Caribbean Green. HEX triplet: 02, CA and 99. RGB value is (2,202,153). Sum of RGB (Red+Green+Blue) = 2+202+153=357 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 357); Green value is 202 (79.30% from 255 or 56.58% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 202 - color contains mainly: green. Hex color #02CA99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CA99 is #FD3566. Grayscale: #888888. Windows color (decimal): -16594279 or 10078722. OLE color: 10078722.
HSL color Cylindrical-coordinate representation of color #02CA99: hue angle of 165.3º 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 #02CA99 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 202 | 153 | - |
| CMYK | 0.99 | 0 | 0.24 | 0.21 |
| HSL | 165.3º | 0.98% | 0.4% | - |
| HSV(B) | 165.3º | 0.99% | 0.79% | - |
| XYZ | 26.9 | 44.55 | 37.32 | - |
| YUV | 136.61 | 137.24 | 31.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 202 | 153 | 0.99 | 0 | 0.24 | 0.21 | 165.3 | 0.98 | 0.4 |
| Hex | 2 | CA | 99 | 63 | 0 | 18 | 15 | A5 | 62 | 28 |
| Octal | 2 | 312 | 231 | 143 | 0 | 30 | 25 | 245 | 142 | 50 |
| Binary | 10 | 11001010 | 10011001 | 1100011 | 0 | 11000 | 10101 | 10100101 | 1100010 | 101000 |
Color Harmonies of #02CA99
Complementary color
Monochromatic Colors of #02CA99
Black with #02CA99
Text Example
Text Example
White with #02CA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CA99; }
p { color: rgb(2,202,153); }
H1.HeaderClassName
{
color: #02CA99;
}
.AnyTagClassName
{
color: #02CA99;
}
</style>
background-color css
<style>
a { background-color: #02CA99; }
a { background-color: rgb(2,202,153); }
div.DivClassName
{
background-color: #02CA99;
}
.BgClassName
{
background-color: #02CA99;
}
</style>
border-color css
<style>
span { border-color: #02CA99; }
span { border-color: rgb(2,202,153); }
td.TdClassName
{
border-color: #02CA99;
}
.TagClassName
{
border-color: #02CA99;
}
</style>