Shades of Caribbean Green #02C084
Tints of Caribbean Green #02C084
RGB
CMYK
RGB Variations
Color information
#02C084 (or 0x02C084) is known color: Caribbean Green. HEX triplet: 02, C0 and 84. RGB value is (2,192,132). Sum of RGB (Red+Green+Blue) = 2+192+132=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 192 (75.39% from 255 or 58.90% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 192 - color contains mainly: green. Hex color #02C084 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C084 is #FD3F7B. Grayscale: #808080. Windows color (decimal): -16596860 or 8699906. OLE color: 8699906.
HSL color Cylindrical-coordinate representation of color #02C084: hue angle of 161.05º 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 #02C084 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 132 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.25 |
| HSL | 161.05º | 0.98% | 0.38% | - |
| HSV(B) | 161.05º | 0.99% | 0.75% | - |
| XYZ | 23.04 | 39.38 | 28.22 | - |
| YUV | 128.35 | 130.05 | 37.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 132 | 0.99 | 0 | 0.31 | 0.25 | 161.05 | 0.98 | 0.38 |
| Hex | 2 | C0 | 84 | 63 | 0 | 1F | 19 | A1 | 62 | 26 |
| Octal | 2 | 300 | 204 | 143 | 0 | 37 | 31 | 241 | 142 | 46 |
| Binary | 10 | 11000000 | 10000100 | 1100011 | 0 | 11111 | 11001 | 10100001 | 1100010 | 100110 |
Color Harmonies of #02C084
Complementary color
Monochromatic Colors of #02C084
Black with #02C084
Text Example
Text Example
White with #02C084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C084; }
p { color: rgb(2,192,132); }
H1.HeaderClassName
{
color: #02C084;
}
.AnyTagClassName
{
color: #02C084;
}
</style>
background-color css
<style>
a { background-color: #02C084; }
a { background-color: rgb(2,192,132); }
div.DivClassName
{
background-color: #02C084;
}
.BgClassName
{
background-color: #02C084;
}
</style>
border-color css
<style>
span { border-color: #02C084; }
span { border-color: rgb(2,192,132); }
td.TdClassName
{
border-color: #02C084;
}
.TagClassName
{
border-color: #02C084;
}
</style>