Shades of Caribbean Green #02C086
Tints of Caribbean Green #02C086
RGB
CMYK
RGB Variations
Color information
#02C086 (or 0x02C086) is known color: Caribbean Green. HEX triplet: 02, C0 and 86. RGB value is (2,192,134). Sum of RGB (Red+Green+Blue) = 2+192+134=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 192 (75.39% from 255 or 58.54% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 192 - color contains mainly: green. Hex color #02C086 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C086 is #FD3F79. Grayscale: #808080. Windows color (decimal): -16596858 or 8830978. OLE color: 8830978.
HSL color Cylindrical-coordinate representation of color #02C086: hue angle of 161.68º 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 #02C086 is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 134 | - |
| CMYK | 0.99 | 0 | 0.30 | 0.25 |
| HSL | 161.68º | 0.98% | 0.38% | - |
| HSV(B) | 161.68º | 0.99% | 0.75% | - |
| XYZ | 23.18 | 39.43 | 28.94 | - |
| YUV | 128.58 | 131.05 | 37.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 134 | 0.99 | 0 | 0.30 | 0.25 | 161.68 | 0.98 | 0.38 |
| Hex | 2 | C0 | 86 | 63 | 0 | 1E | 19 | A2 | 62 | 26 |
| Octal | 2 | 300 | 206 | 143 | 0 | 36 | 31 | 242 | 142 | 46 |
| Binary | 10 | 11000000 | 10000110 | 1100011 | 0 | 11110 | 11001 | 10100010 | 1100010 | 100110 |
Color Harmonies of #02C086
Complementary color
Monochromatic Colors of #02C086
Black with #02C086
Text Example
Text Example
White with #02C086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C086; }
p { color: rgb(2,192,134); }
H1.HeaderClassName
{
color: #02C086;
}
.AnyTagClassName
{
color: #02C086;
}
</style>
background-color css
<style>
a { background-color: #02C086; }
a { background-color: rgb(2,192,134); }
div.DivClassName
{
background-color: #02C086;
}
.BgClassName
{
background-color: #02C086;
}
</style>
border-color css
<style>
span { border-color: #02C086; }
span { border-color: rgb(2,192,134); }
td.TdClassName
{
border-color: #02C086;
}
.TagClassName
{
border-color: #02C086;
}
</style>