Shades of Caribbean Green #02C088
Tints of Caribbean Green #02C088
RGB
CMYK
RGB Variations
Color information
#02C088 (or 0x02C088) is known color: Caribbean Green. HEX triplet: 02, C0 and 88. RGB value is (2,192,136). Sum of RGB (Red+Green+Blue) = 2+192+136=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 192 (75.39% from 255 or 58.18% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 192 - color contains mainly: green. Hex color #02C088 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C088 is #FD3F77. Grayscale: #808080. Windows color (decimal): -16596856 or 8962050. OLE color: 8962050.
HSL color Cylindrical-coordinate representation of color #02C088: hue angle of 162.32º 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 #02C088 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 136 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.25 |
| HSL | 162.32º | 0.98% | 0.38% | - |
| HSV(B) | 162.32º | 0.99% | 0.75% | - |
| XYZ | 23.32 | 39.49 | 29.69 | - |
| YUV | 128.81 | 132.05 | 37.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 136 | 0.99 | 0 | 0.29 | 0.25 | 162.32 | 0.98 | 0.38 |
| Hex | 2 | C0 | 88 | 63 | 0 | 1D | 19 | A2 | 62 | 26 |
| Octal | 2 | 300 | 210 | 143 | 0 | 35 | 31 | 242 | 142 | 46 |
| Binary | 10 | 11000000 | 10001000 | 1100011 | 0 | 11101 | 11001 | 10100010 | 1100010 | 100110 |
Color Harmonies of #02C088
Complementary color
Monochromatic Colors of #02C088
Black with #02C088
Text Example
Text Example
White with #02C088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C088; }
p { color: rgb(2,192,136); }
H1.HeaderClassName
{
color: #02C088;
}
.AnyTagClassName
{
color: #02C088;
}
</style>
background-color css
<style>
a { background-color: #02C088; }
a { background-color: rgb(2,192,136); }
div.DivClassName
{
background-color: #02C088;
}
.BgClassName
{
background-color: #02C088;
}
</style>
border-color css
<style>
span { border-color: #02C088; }
span { border-color: rgb(2,192,136); }
td.TdClassName
{
border-color: #02C088;
}
.TagClassName
{
border-color: #02C088;
}
</style>