Shades of Caribbean Green #02C09C
Tints of Caribbean Green #02C09C
RGB
CMYK
RGB Variations
Color information
#02C09C (or 0x02C09C) is known color: Caribbean Green. HEX triplet: 02, C0 and 9C. RGB value is (2,192,156). Sum of RGB (Red+Green+Blue) = 2+192+156=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #02C09C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C09C is #FD3F63. Grayscale: #838383. Windows color (decimal): -16596836 or 10272770. OLE color: 10272770.
HSL color Cylindrical-coordinate representation of color #02C09C: hue angle of 168.63º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C09C is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 156 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.25 |
| HSL | 168.63º | 0.98% | 0.38% | - |
| HSV(B) | 168.63º | 0.99% | 0.75% | - |
| XYZ | 24.88 | 40.11 | 37.88 | - |
| YUV | 131.09 | 142.05 | 35.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 156 | 0.99 | 0 | 0.19 | 0.25 | 168.63 | 0.98 | 0.38 |
| Hex | 2 | C0 | 9C | 63 | 0 | 13 | 19 | A9 | 62 | 26 |
| Octal | 2 | 300 | 234 | 143 | 0 | 23 | 31 | 251 | 142 | 46 |
| Binary | 10 | 11000000 | 10011100 | 1100011 | 0 | 10011 | 11001 | 10101001 | 1100010 | 100110 |
Color Harmonies of #02C09C
Complementary color
Monochromatic Colors of #02C09C
Black with #02C09C
Text Example
Text Example
White with #02C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C09C; }
p { color: rgb(2,192,156); }
H1.HeaderClassName
{
color: #02C09C;
}
.AnyTagClassName
{
color: #02C09C;
}
</style>
background-color css
<style>
a { background-color: #02C09C; }
a { background-color: rgb(2,192,156); }
div.DivClassName
{
background-color: #02C09C;
}
.BgClassName
{
background-color: #02C09C;
}
</style>
border-color css
<style>
span { border-color: #02C09C; }
span { border-color: rgb(2,192,156); }
td.TdClassName
{
border-color: #02C09C;
}
.TagClassName
{
border-color: #02C09C;
}
</style>