Shades of Caribbean Green #02C696
Tints of Caribbean Green #02C696
RGB
CMYK
RGB Variations
Color information
#02C696 (or 0x02C696) is known color: Caribbean Green. HEX triplet: 02, C6 and 96. RGB value is (2,198,150). Sum of RGB (Red+Green+Blue) = 2+198+150=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 198 (77.73% from 255 or 56.57% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 198 - color contains mainly: green. Hex color #02C696 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C696 is #FD3969. Grayscale: #858585. Windows color (decimal): -16595306 or 9881090. OLE color: 9881090.
HSL color Cylindrical-coordinate representation of color #02C696: hue angle of 165.31º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C696 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 198 | 150 | - |
| CMYK | 0.99 | 0 | 0.24 | 0.22 |
| HSL | 165.31º | 0.98% | 0.39% | - |
| HSV(B) | 165.31º | 0.99% | 0.78% | - |
| XYZ | 25.72 | 42.6 | 35.72 | - |
| YUV | 133.92 | 137.07 | 33.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 198 | 150 | 0.99 | 0 | 0.24 | 0.22 | 165.31 | 0.98 | 0.39 |
| Hex | 2 | C6 | 96 | 63 | 0 | 18 | 16 | A5 | 62 | 27 |
| Octal | 2 | 306 | 226 | 143 | 0 | 30 | 26 | 245 | 142 | 47 |
| Binary | 10 | 11000110 | 10010110 | 1100011 | 0 | 11000 | 10110 | 10100101 | 1100010 | 100111 |
Color Harmonies of #02C696
Complementary color
Monochromatic Colors of #02C696
Black with #02C696
Text Example
Text Example
White with #02C696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C696; }
p { color: rgb(2,198,150); }
H1.HeaderClassName
{
color: #02C696;
}
.AnyTagClassName
{
color: #02C696;
}
</style>
background-color css
<style>
a { background-color: #02C696; }
a { background-color: rgb(2,198,150); }
div.DivClassName
{
background-color: #02C696;
}
.BgClassName
{
background-color: #02C696;
}
</style>
border-color css
<style>
span { border-color: #02C696; }
span { border-color: rgb(2,198,150); }
td.TdClassName
{
border-color: #02C696;
}
.TagClassName
{
border-color: #02C696;
}
</style>