Shades of Caribbean Green #02CEB0
Tints of Caribbean Green #02CEB0
RGB
CMYK
RGB Variations
Color information
#02CEB0 (or 0x02CEB0) is known color: Caribbean Green. HEX triplet: 02, CE and B0. RGB value is (2,206,176). Sum of RGB (Red+Green+Blue) = 2+206+176=384 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 384); Green value is 206 (80.86% from 255 or 53.65% from 384); Blue value is 176 (69.14% from 255 or 45.83% from 384); Max value from RGB is 206 - color contains mainly: green. Hex color #02CEB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CEB0 is #FD314F. Grayscale: #8D8D8D. Windows color (decimal): -16593232 or 11587074. OLE color: 11587074.
HSL color Cylindrical-coordinate representation of color #02CEB0: hue angle of 171.18º 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 #02CEB0 is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 206 | 176 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.19 |
| HSL | 171.18º | 0.98% | 0.41% | - |
| HSV(B) | 171.18º | 0.99% | 0.81% | - |
| XYZ | 29.93 | 47.29 | 48.62 | - |
| YUV | 141.58 | 147.41 | 28.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 176 | 0.99 | 0 | 0.15 | 0.19 | 171.18 | 0.98 | 0.41 |
| Hex | 2 | CE | B0 | 63 | 0 | F | 13 | AB | 62 | 29 |
| Octal | 2 | 316 | 260 | 143 | 0 | 17 | 23 | 253 | 142 | 51 |
| Binary | 10 | 11001110 | 10110000 | 1100011 | 0 | 1111 | 10011 | 10101011 | 1100010 | 101001 |
Color Harmonies of #02CEB0
Complementary color
Monochromatic Colors of #02CEB0
Black with #02CEB0
Text Example
Text Example
White with #02CEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CEB0; }
p { color: rgb(2,206,176); }
H1.HeaderClassName
{
color: #02CEB0;
}
.AnyTagClassName
{
color: #02CEB0;
}
</style>
background-color css
<style>
a { background-color: #02CEB0; }
a { background-color: rgb(2,206,176); }
div.DivClassName
{
background-color: #02CEB0;
}
.BgClassName
{
background-color: #02CEB0;
}
</style>
border-color css
<style>
span { border-color: #02CEB0; }
span { border-color: rgb(2,206,176); }
td.TdClassName
{
border-color: #02CEB0;
}
.TagClassName
{
border-color: #02CEB0;
}
</style>