Shades of Caribbean Green #02C59C
Tints of Caribbean Green #02C59C
RGB
CMYK
RGB Variations
Color information
#02C59C (or 0x02C59C) is known color: Caribbean Green. HEX triplet: 02, C5 and 9C. RGB value is (2,197,156). Sum of RGB (Red+Green+Blue) = 2+197+156=355 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 355); Green value is 197 (77.34% from 255 or 55.49% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 197 - color contains mainly: green. Hex color #02C59C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C59C is #FD3A63. Grayscale: #858585. Windows color (decimal): -16595556 or 10274050. OLE color: 10274050.
HSL color Cylindrical-coordinate representation of color #02C59C: hue angle of 167.38º 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 #02C59C is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 197 | 156 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.23 |
| HSL | 167.38º | 0.98% | 0.39% | - |
| HSV(B) | 167.38º | 0.99% | 0.77% | - |
| XYZ | 25.99 | 42.35 | 38.26 | - |
| YUV | 134.02 | 140.4 | 33.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 197 | 156 | 0.99 | 0 | 0.21 | 0.23 | 167.38 | 0.98 | 0.39 |
| Hex | 2 | C5 | 9C | 63 | 0 | 15 | 17 | A7 | 62 | 27 |
| Octal | 2 | 305 | 234 | 143 | 0 | 25 | 27 | 247 | 142 | 47 |
| Binary | 10 | 11000101 | 10011100 | 1100011 | 0 | 10101 | 10111 | 10100111 | 1100010 | 100111 |
Color Harmonies of #02C59C
Complementary color
Monochromatic Colors of #02C59C
Black with #02C59C
Text Example
Text Example
White with #02C59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C59C; }
p { color: rgb(2,197,156); }
H1.HeaderClassName
{
color: #02C59C;
}
.AnyTagClassName
{
color: #02C59C;
}
</style>
background-color css
<style>
a { background-color: #02C59C; }
a { background-color: rgb(2,197,156); }
div.DivClassName
{
background-color: #02C59C;
}
.BgClassName
{
background-color: #02C59C;
}
</style>
border-color css
<style>
span { border-color: #02C59C; }
span { border-color: rgb(2,197,156); }
td.TdClassName
{
border-color: #02C59C;
}
.TagClassName
{
border-color: #02C59C;
}
</style>