Shades of Caribbean Green #02C095
Tints of Caribbean Green #02C095
RGB
CMYK
RGB Variations
Color information
#02C095 (or 0x02C095) is known color: Caribbean Green. HEX triplet: 02, C0 and 95. RGB value is (2,192,149). Sum of RGB (Red+Green+Blue) = 2+192+149=343 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 343); Green value is 192 (75.39% from 255 or 55.98% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 192 - color contains mainly: green. Hex color #02C095 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C095 is #FD3F6A. Grayscale: #828282. Windows color (decimal): -16596843 or 9814018. OLE color: 9814018.
HSL color Cylindrical-coordinate representation of color #02C095: hue angle of 166.42º 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 #02C095 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 149 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.25 |
| HSL | 166.42º | 0.98% | 0.38% | - |
| HSV(B) | 166.42º | 0.99% | 0.75% | - |
| XYZ | 24.3 | 39.88 | 34.85 | - |
| YUV | 130.29 | 138.55 | 36.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 149 | 0.99 | 0 | 0.22 | 0.25 | 166.42 | 0.98 | 0.38 |
| Hex | 2 | C0 | 95 | 63 | 0 | 16 | 19 | A6 | 62 | 26 |
| Octal | 2 | 300 | 225 | 143 | 0 | 26 | 31 | 246 | 142 | 46 |
| Binary | 10 | 11000000 | 10010101 | 1100011 | 0 | 10110 | 11001 | 10100110 | 1100010 | 100110 |
Color Harmonies of #02C095
Complementary color
Monochromatic Colors of #02C095
Black with #02C095
Text Example
Text Example
White with #02C095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C095; }
p { color: rgb(2,192,149); }
H1.HeaderClassName
{
color: #02C095;
}
.AnyTagClassName
{
color: #02C095;
}
</style>
background-color css
<style>
a { background-color: #02C095; }
a { background-color: rgb(2,192,149); }
div.DivClassName
{
background-color: #02C095;
}
.BgClassName
{
background-color: #02C095;
}
</style>
border-color css
<style>
span { border-color: #02C095; }
span { border-color: rgb(2,192,149); }
td.TdClassName
{
border-color: #02C095;
}
.TagClassName
{
border-color: #02C095;
}
</style>