Shades of Caribbean Green #00CEA0
Tints of Caribbean Green #00CEA0
RGB
CMYK
RGB Variations
Color information
#00CEA0 (or 0x00CEA0) is known color: Caribbean Green. HEX triplet: 00, CE and A0. RGB value is (0,206,160). Sum of RGB (Red+Green+Blue) = 0+206+160=366 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 366); Green value is 206 (80.86% from 255 or 56.28% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 206 - color contains mainly: green. Hex color #00CEA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CEA0 is #FF315F. Grayscale: #8B8B8B. Windows color (decimal): -16724320 or 10538496. OLE color: 10538496.
HSL color Cylindrical-coordinate representation of color #00CEA0: hue angle of 166.6º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CEA0 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 206 | 160 | - |
| CMYK | 1 | 0 | 0.22 | 0.19 |
| HSL | 166.6º | 1% | 0.4% | - |
| HSV(B) | 166.6º | 1% | 0.81% | - |
| XYZ | 28.42 | 46.68 | 40.77 | - |
| YUV | 139.16 | 139.75 | 28.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 206 | 160 | 1 | 0 | 0.22 | 0.19 | 166.6 | 1 | 0.4 |
| Hex | 0 | CE | A0 | 64 | 0 | 16 | 13 | A7 | 64 | 28 |
| Octal | 0 | 316 | 240 | 144 | 0 | 26 | 23 | 247 | 144 | 50 |
| Binary | 0 | 11001110 | 10100000 | 1100100 | 0 | 10110 | 10011 | 10100111 | 1100100 | 101000 |
Color Harmonies of #00CEA0
Complementary color
Monochromatic Colors of #00CEA0
Black with #00CEA0
Text Example
Text Example
White with #00CEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CEA0; }
p { color: rgb(0,206,160); }
H1.HeaderClassName
{
color: #00CEA0;
}
.AnyTagClassName
{
color: #00CEA0;
}
</style>
background-color css
<style>
a { background-color: #00CEA0; }
a { background-color: rgb(0,206,160); }
div.DivClassName
{
background-color: #00CEA0;
}
.BgClassName
{
background-color: #00CEA0;
}
</style>
border-color css
<style>
span { border-color: #00CEA0; }
span { border-color: rgb(0,206,160); }
td.TdClassName
{
border-color: #00CEA0;
}
.TagClassName
{
border-color: #00CEA0;
}
</style>