Shades of Caribbean Green #02C286
Tints of Caribbean Green #02C286
RGB
CMYK
RGB Variations
Color information
#02C286 (or 0x02C286) is known color: Caribbean Green. HEX triplet: 02, C2 and 86. RGB value is (2,194,134). Sum of RGB (Red+Green+Blue) = 2+194+134=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 194 (76.17% from 255 or 58.79% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 194 - color contains mainly: green. Hex color #02C286 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C286 is #FD3D79. Grayscale: #818181. Windows color (decimal): -16596346 or 8831490. OLE color: 8831490.
HSL color Cylindrical-coordinate representation of color #02C286: hue angle of 161.25º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C286 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 134 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.24 |
| HSL | 161.25º | 0.98% | 0.38% | - |
| HSV(B) | 161.25º | 0.99% | 0.76% | - |
| XYZ | 23.62 | 40.32 | 29.09 | - |
| YUV | 129.75 | 130.39 | 36.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 134 | 0.99 | 0 | 0.31 | 0.24 | 161.25 | 0.98 | 0.38 |
| Hex | 2 | C2 | 86 | 63 | 0 | 1F | 18 | A1 | 62 | 26 |
| Octal | 2 | 302 | 206 | 143 | 0 | 37 | 30 | 241 | 142 | 46 |
| Binary | 10 | 11000010 | 10000110 | 1100011 | 0 | 11111 | 11000 | 10100001 | 1100010 | 100110 |
Color Harmonies of #02C286
Complementary color
Monochromatic Colors of #02C286
Black with #02C286
Text Example
Text Example
White with #02C286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C286; }
p { color: rgb(2,194,134); }
H1.HeaderClassName
{
color: #02C286;
}
.AnyTagClassName
{
color: #02C286;
}
</style>
background-color css
<style>
a { background-color: #02C286; }
a { background-color: rgb(2,194,134); }
div.DivClassName
{
background-color: #02C286;
}
.BgClassName
{
background-color: #02C286;
}
</style>
border-color css
<style>
span { border-color: #02C286; }
span { border-color: rgb(2,194,134); }
td.TdClassName
{
border-color: #02C286;
}
.TagClassName
{
border-color: #02C286;
}
</style>