Shades of Caribbean Green #01CEA0
Tints of Caribbean Green #01CEA0
RGB
CMYK
RGB Variations
Color information
#01CEA0 (or 0x01CEA0) is known color: Caribbean Green. HEX triplet: 01, CE and A0. RGB value is (1,206,160). Sum of RGB (Red+Green+Blue) = 1+206+160=367 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 367); Green value is 206 (80.86% from 255 or 56.13% from 367); Blue value is 160 (62.89% from 255 or 43.60% from 367); Max value from RGB is 206 - color contains mainly: green. Hex color #01CEA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01CEA0 is #FE315F. Grayscale: #8B8B8B. Windows color (decimal): -16658784 or 10538497. OLE color: 10538497.
HSL color Cylindrical-coordinate representation of color #01CEA0: hue angle of 166.54º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CEA0 is Cyan = 1.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 206 | 160 | - |
| CMYK | 1.00 | 0 | 0.22 | 0.19 |
| HSL | 166.54º | 0.99% | 0.41% | - |
| HSV(B) | 166.54º | 1% | 0.81% | - |
| XYZ | 28.43 | 46.69 | 40.77 | - |
| YUV | 139.46 | 139.58 | 29.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 206 | 160 | 1.00 | 0 | 0.22 | 0.19 | 166.54 | 0.99 | 0.41 |
| Hex | 1 | CE | A0 | 64 | 0 | 16 | 13 | A7 | 63 | 29 |
| Octal | 1 | 316 | 240 | 144 | 0 | 26 | 23 | 247 | 143 | 51 |
| Binary | 1 | 11001110 | 10100000 | 1100100 | 0 | 10110 | 10011 | 10100111 | 1100011 | 101001 |
Color Harmonies of #01CEA0
Complementary color
Monochromatic Colors of #01CEA0
Black with #01CEA0
Text Example
Text Example
White with #01CEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CEA0; }
p { color: rgb(1,206,160); }
H1.HeaderClassName
{
color: #01CEA0;
}
.AnyTagClassName
{
color: #01CEA0;
}
</style>
background-color css
<style>
a { background-color: #01CEA0; }
a { background-color: rgb(1,206,160); }
div.DivClassName
{
background-color: #01CEA0;
}
.BgClassName
{
background-color: #01CEA0;
}
</style>
border-color css
<style>
span { border-color: #01CEA0; }
span { border-color: rgb(1,206,160); }
td.TdClassName
{
border-color: #01CEA0;
}
.TagClassName
{
border-color: #01CEA0;
}
</style>