Shades of Caribbean Green #02CEA0
Tints of Caribbean Green #02CEA0
RGB
CMYK
RGB Variations
Color information
#02CEA0 (or 0x02CEA0) is known color: Caribbean Green. HEX triplet: 02, CE and A0. RGB value is (2,206,160). Sum of RGB (Red+Green+Blue) = 2+206+160=368 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 368); Green value is 206 (80.86% from 255 or 55.98% from 368); Blue value is 160 (62.89% from 255 or 43.48% from 368); Max value from RGB is 206 - color contains mainly: green. Hex color #02CEA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CEA0 is #FD315F. Grayscale: #8B8B8B. Windows color (decimal): -16593248 or 10538498. OLE color: 10538498.
HSL color Cylindrical-coordinate representation of color #02CEA0: hue angle of 166.47º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CEA0 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 206 | 160 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.19 |
| HSL | 166.47º | 0.98% | 0.41% | - |
| HSV(B) | 166.47º | 0.99% | 0.81% | - |
| XYZ | 28.44 | 46.69 | 40.77 | - |
| YUV | 139.76 | 139.41 | 29.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 160 | 0.99 | 0 | 0.22 | 0.19 | 166.47 | 0.98 | 0.41 |
| Hex | 2 | CE | A0 | 63 | 0 | 16 | 13 | A6 | 62 | 29 |
| Octal | 2 | 316 | 240 | 143 | 0 | 26 | 23 | 246 | 142 | 51 |
| Binary | 10 | 11001110 | 10100000 | 1100011 | 0 | 10110 | 10011 | 10100110 | 1100010 | 101001 |
Color Harmonies of #02CEA0
Complementary color
Monochromatic Colors of #02CEA0
Black with #02CEA0
Text Example
Text Example
White with #02CEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CEA0; }
p { color: rgb(2,206,160); }
H1.HeaderClassName
{
color: #02CEA0;
}
.AnyTagClassName
{
color: #02CEA0;
}
</style>
background-color css
<style>
a { background-color: #02CEA0; }
a { background-color: rgb(2,206,160); }
div.DivClassName
{
background-color: #02CEA0;
}
.BgClassName
{
background-color: #02CEA0;
}
</style>
border-color css
<style>
span { border-color: #02CEA0; }
span { border-color: rgb(2,206,160); }
td.TdClassName
{
border-color: #02CEA0;
}
.TagClassName
{
border-color: #02CEA0;
}
</style>