Shades of Caribbean Green #02CEAD
Tints of Caribbean Green #02CEAD
RGB
CMYK
RGB Variations
Color information
#02CEAD (or 0x02CEAD) is known color: Caribbean Green. HEX triplet: 02, CE and AD. RGB value is (2,206,173). Sum of RGB (Red+Green+Blue) = 2+206+173=381 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 381); Green value is 206 (80.86% from 255 or 54.07% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 206 - color contains mainly: green. Hex color #02CEAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CEAD is #FD3152. Grayscale: #8D8D8D. Windows color (decimal): -16593235 or 11390466. OLE color: 11390466.
HSL color Cylindrical-coordinate representation of color #02CEAD: hue angle of 170.29º 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 #02CEAD is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 206 | 173 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.19 |
| HSL | 170.29º | 0.98% | 0.41% | - |
| HSV(B) | 170.29º | 0.99% | 0.81% | - |
| XYZ | 29.64 | 47.17 | 47.08 | - |
| YUV | 141.24 | 145.91 | 28.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 173 | 0.99 | 0 | 0.16 | 0.19 | 170.29 | 0.98 | 0.41 |
| Hex | 2 | CE | AD | 63 | 0 | 10 | 13 | AA | 62 | 29 |
| Octal | 2 | 316 | 255 | 143 | 0 | 20 | 23 | 252 | 142 | 51 |
| Binary | 10 | 11001110 | 10101101 | 1100011 | 0 | 10000 | 10011 | 10101010 | 1100010 | 101001 |
Color Harmonies of #02CEAD
Complementary color
Monochromatic Colors of #02CEAD
Black with #02CEAD
Text Example
Text Example
White with #02CEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CEAD; }
p { color: rgb(2,206,173); }
H1.HeaderClassName
{
color: #02CEAD;
}
.AnyTagClassName
{
color: #02CEAD;
}
</style>
background-color css
<style>
a { background-color: #02CEAD; }
a { background-color: rgb(2,206,173); }
div.DivClassName
{
background-color: #02CEAD;
}
.BgClassName
{
background-color: #02CEAD;
}
</style>
border-color css
<style>
span { border-color: #02CEAD; }
span { border-color: rgb(2,206,173); }
td.TdClassName
{
border-color: #02CEAD;
}
.TagClassName
{
border-color: #02CEAD;
}
</style>