Shades of Caribbean Green #02CB99
Tints of Caribbean Green #02CB99
RGB
CMYK
RGB Variations
Color information
#02CB99 (or 0x02CB99) is known color: Caribbean Green. HEX triplet: 02, CB and 99. RGB value is (2,203,153). Sum of RGB (Red+Green+Blue) = 2+203+153=358 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 358); Green value is 203 (79.69% from 255 or 56.70% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 203 - color contains mainly: green. Hex color #02CB99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CB99 is #FD3466. Grayscale: #898989. Windows color (decimal): -16594023 or 10078978. OLE color: 10078978.
HSL color Cylindrical-coordinate representation of color #02CB99: hue angle of 165.07º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CB99 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 203 | 153 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.20 |
| HSL | 165.07º | 0.98% | 0.4% | - |
| HSV(B) | 165.07º | 0.99% | 0.8% | - |
| XYZ | 27.13 | 45.02 | 37.4 | - |
| YUV | 137.2 | 136.91 | 31.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 203 | 153 | 0.99 | 0 | 0.25 | 0.20 | 165.07 | 0.98 | 0.4 |
| Hex | 2 | CB | 99 | 63 | 0 | 19 | 14 | A5 | 62 | 28 |
| Octal | 2 | 313 | 231 | 143 | 0 | 31 | 24 | 245 | 142 | 50 |
| Binary | 10 | 11001011 | 10011001 | 1100011 | 0 | 11001 | 10100 | 10100101 | 1100010 | 101000 |
Color Harmonies of #02CB99
Complementary color
Monochromatic Colors of #02CB99
Black with #02CB99
Text Example
Text Example
White with #02CB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CB99; }
p { color: rgb(2,203,153); }
H1.HeaderClassName
{
color: #02CB99;
}
.AnyTagClassName
{
color: #02CB99;
}
</style>
background-color css
<style>
a { background-color: #02CB99; }
a { background-color: rgb(2,203,153); }
div.DivClassName
{
background-color: #02CB99;
}
.BgClassName
{
background-color: #02CB99;
}
</style>
border-color css
<style>
span { border-color: #02CB99; }
span { border-color: rgb(2,203,153); }
td.TdClassName
{
border-color: #02CB99;
}
.TagClassName
{
border-color: #02CB99;
}
</style>