Shades of Caribbean Green #02C896
Tints of Caribbean Green #02C896
RGB
CMYK
RGB Variations
Color information
#02C896 (or 0x02C896) is known color: Caribbean Green. HEX triplet: 02, C8 and 96. RGB value is (2,200,150). Sum of RGB (Red+Green+Blue) = 2+200+150=352 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 352); Green value is 200 (78.52% from 255 or 56.82% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 200 - color contains mainly: green. Hex color #02C896 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C896 is #FD3769. Grayscale: #878787. Windows color (decimal): -16594794 or 9881602. OLE color: 9881602.
HSL color Cylindrical-coordinate representation of color #02C896: hue angle of 164.85º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C896 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 200 | 150 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.22 |
| HSL | 164.85º | 0.98% | 0.4% | - |
| HSV(B) | 164.85º | 0.99% | 0.78% | - |
| XYZ | 26.18 | 43.52 | 35.87 | - |
| YUV | 135.1 | 136.4 | 33.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 200 | 150 | 0.99 | 0 | 0.25 | 0.22 | 164.85 | 0.98 | 0.4 |
| Hex | 2 | C8 | 96 | 63 | 0 | 19 | 16 | A5 | 62 | 28 |
| Octal | 2 | 310 | 226 | 143 | 0 | 31 | 26 | 245 | 142 | 50 |
| Binary | 10 | 11001000 | 10010110 | 1100011 | 0 | 11001 | 10110 | 10100101 | 1100010 | 101000 |
Color Harmonies of #02C896
Complementary color
Monochromatic Colors of #02C896
Black with #02C896
Text Example
Text Example
White with #02C896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C896; }
p { color: rgb(2,200,150); }
H1.HeaderClassName
{
color: #02C896;
}
.AnyTagClassName
{
color: #02C896;
}
</style>
background-color css
<style>
a { background-color: #02C896; }
a { background-color: rgb(2,200,150); }
div.DivClassName
{
background-color: #02C896;
}
.BgClassName
{
background-color: #02C896;
}
</style>
border-color css
<style>
span { border-color: #02C896; }
span { border-color: rgb(2,200,150); }
td.TdClassName
{
border-color: #02C896;
}
.TagClassName
{
border-color: #02C896;
}
</style>