Shades of Caribbean Green #02C396
Tints of Caribbean Green #02C396
RGB
CMYK
RGB Variations
Color information
#02C396 (or 0x02C396) is known color: Caribbean Green. HEX triplet: 02, C3 and 96. RGB value is (2,195,150). Sum of RGB (Red+Green+Blue) = 2+195+150=347 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 347); Green value is 195 (76.56% from 255 or 56.20% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 195 - color contains mainly: green. Hex color #02C396 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C396 is #FD3C69. Grayscale: #848484. Windows color (decimal): -16596074 or 9880322. OLE color: 9880322.
HSL color Cylindrical-coordinate representation of color #02C396: hue angle of 166.01º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C396 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 195 | 150 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.24 |
| HSL | 166.01º | 0.98% | 0.39% | - |
| HSV(B) | 166.01º | 0.99% | 0.76% | - |
| XYZ | 25.05 | 41.25 | 35.5 | - |
| YUV | 132.16 | 138.06 | 35.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 195 | 150 | 0.99 | 0 | 0.23 | 0.24 | 166.01 | 0.98 | 0.39 |
| Hex | 2 | C3 | 96 | 63 | 0 | 17 | 18 | A6 | 62 | 27 |
| Octal | 2 | 303 | 226 | 143 | 0 | 27 | 30 | 246 | 142 | 47 |
| Binary | 10 | 11000011 | 10010110 | 1100011 | 0 | 10111 | 11000 | 10100110 | 1100010 | 100111 |
Color Harmonies of #02C396
Complementary color
Monochromatic Colors of #02C396
Black with #02C396
Text Example
Text Example
White with #02C396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C396; }
p { color: rgb(2,195,150); }
H1.HeaderClassName
{
color: #02C396;
}
.AnyTagClassName
{
color: #02C396;
}
</style>
background-color css
<style>
a { background-color: #02C396; }
a { background-color: rgb(2,195,150); }
div.DivClassName
{
background-color: #02C396;
}
.BgClassName
{
background-color: #02C396;
}
</style>
border-color css
<style>
span { border-color: #02C396; }
span { border-color: rgb(2,195,150); }
td.TdClassName
{
border-color: #02C396;
}
.TagClassName
{
border-color: #02C396;
}
</style>