Shades of Caribbean Green #02CEAC
Tints of Caribbean Green #02CEAC
RGB
CMYK
RGB Variations
Color information
#02CEAC (or 0x02CEAC) is known color: Caribbean Green. HEX triplet: 02, CE and AC. RGB value is (2,206,172). Sum of RGB (Red+Green+Blue) = 2+206+172=380 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 380); Green value is 206 (80.86% from 255 or 54.21% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 206 - color contains mainly: green. Hex color #02CEAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CEAC is #FD3153. Grayscale: #8D8D8D. Windows color (decimal): -16593236 or 11324930. OLE color: 11324930.
HSL color Cylindrical-coordinate representation of color #02CEAC: hue angle of 170º 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 #02CEAC is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 206 | 172 | - |
| CMYK | 0.99 | 0 | 0.17 | 0.19 |
| HSL | 170º | 0.98% | 0.41% | - |
| HSV(B) | 170º | 0.99% | 0.81% | - |
| XYZ | 29.54 | 47.13 | 46.57 | - |
| YUV | 141.13 | 145.41 | 28.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 172 | 0.99 | 0 | 0.17 | 0.19 | 170 | 0.98 | 0.41 |
| Hex | 2 | CE | AC | 63 | 0 | 11 | 13 | AA | 62 | 29 |
| Octal | 2 | 316 | 254 | 143 | 0 | 21 | 23 | 252 | 142 | 51 |
| Binary | 10 | 11001110 | 10101100 | 1100011 | 0 | 10001 | 10011 | 10101010 | 1100010 | 101001 |
Color Harmonies of #02CEAC
Complementary color
Monochromatic Colors of #02CEAC
Black with #02CEAC
Text Example
Text Example
White with #02CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CEAC; }
p { color: rgb(2,206,172); }
H1.HeaderClassName
{
color: #02CEAC;
}
.AnyTagClassName
{
color: #02CEAC;
}
</style>
background-color css
<style>
a { background-color: #02CEAC; }
a { background-color: rgb(2,206,172); }
div.DivClassName
{
background-color: #02CEAC;
}
.BgClassName
{
background-color: #02CEAC;
}
</style>
border-color css
<style>
span { border-color: #02CEAC; }
span { border-color: rgb(2,206,172); }
td.TdClassName
{
border-color: #02CEAC;
}
.TagClassName
{
border-color: #02CEAC;
}
</style>