Shades of Caribbean Green #02C599
Tints of Caribbean Green #02C599
RGB
CMYK
RGB Variations
Color information
#02C599 (or 0x02C599) is known color: Caribbean Green. HEX triplet: 02, C5 and 99. RGB value is (2,197,153). Sum of RGB (Red+Green+Blue) = 2+197+153=352 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 352); Green value is 197 (77.34% from 255 or 55.97% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 197 - color contains mainly: green. Hex color #02C599 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C599 is #FD3A66. Grayscale: #858585. Windows color (decimal): -16595559 or 10077442. OLE color: 10077442.
HSL color Cylindrical-coordinate representation of color #02C599: hue angle of 166.46º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C599 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 197 | 153 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.23 |
| HSL | 166.46º | 0.98% | 0.39% | - |
| HSV(B) | 166.46º | 0.99% | 0.77% | - |
| XYZ | 25.74 | 42.25 | 36.93 | - |
| YUV | 133.68 | 138.9 | 34.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 197 | 153 | 0.99 | 0 | 0.22 | 0.23 | 166.46 | 0.98 | 0.39 |
| Hex | 2 | C5 | 99 | 63 | 0 | 16 | 17 | A6 | 62 | 27 |
| Octal | 2 | 305 | 231 | 143 | 0 | 26 | 27 | 246 | 142 | 47 |
| Binary | 10 | 11000101 | 10011001 | 1100011 | 0 | 10110 | 10111 | 10100110 | 1100010 | 100111 |
Color Harmonies of #02C599
Complementary color
Monochromatic Colors of #02C599
Black with #02C599
Text Example
Text Example
White with #02C599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C599; }
p { color: rgb(2,197,153); }
H1.HeaderClassName
{
color: #02C599;
}
.AnyTagClassName
{
color: #02C599;
}
</style>
background-color css
<style>
a { background-color: #02C599; }
a { background-color: rgb(2,197,153); }
div.DivClassName
{
background-color: #02C599;
}
.BgClassName
{
background-color: #02C599;
}
</style>
border-color css
<style>
span { border-color: #02C599; }
span { border-color: rgb(2,197,153); }
td.TdClassName
{
border-color: #02C599;
}
.TagClassName
{
border-color: #02C599;
}
</style>