Shades of Caribbean Green #01CEB0
Tints of Caribbean Green #01CEB0
RGB
CMYK
RGB Variations
Color information
#01CEB0 (or 0x01CEB0) is known color: Caribbean Green. HEX triplet: 01, CE and B0. RGB value is (1,206,176). Sum of RGB (Red+Green+Blue) = 1+206+176=383 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 383); Green value is 206 (80.86% from 255 or 53.79% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 206 - color contains mainly: green. Hex color #01CEB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01CEB0 is #FE314F. Grayscale: #8D8D8D. Windows color (decimal): -16658768 or 11587073. OLE color: 11587073.
HSL color Cylindrical-coordinate representation of color #01CEB0: hue angle of 171.22º 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 #01CEB0 is Cyan = 1.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 206 | 176 | - |
| CMYK | 1.00 | 0 | 0.15 | 0.19 |
| HSL | 171.22º | 0.99% | 0.41% | - |
| HSV(B) | 171.22º | 1% | 0.81% | - |
| XYZ | 29.92 | 47.28 | 48.62 | - |
| YUV | 141.29 | 147.58 | 27.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 206 | 176 | 1.00 | 0 | 0.15 | 0.19 | 171.22 | 0.99 | 0.41 |
| Hex | 1 | CE | B0 | 64 | 0 | F | 13 | AB | 63 | 29 |
| Octal | 1 | 316 | 260 | 144 | 0 | 17 | 23 | 253 | 143 | 51 |
| Binary | 1 | 11001110 | 10110000 | 1100100 | 0 | 1111 | 10011 | 10101011 | 1100011 | 101001 |
Color Harmonies of #01CEB0
Complementary color
Monochromatic Colors of #01CEB0
Black with #01CEB0
Text Example
Text Example
White with #01CEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CEB0; }
p { color: rgb(1,206,176); }
H1.HeaderClassName
{
color: #01CEB0;
}
.AnyTagClassName
{
color: #01CEB0;
}
</style>
background-color css
<style>
a { background-color: #01CEB0; }
a { background-color: rgb(1,206,176); }
div.DivClassName
{
background-color: #01CEB0;
}
.BgClassName
{
background-color: #01CEB0;
}
</style>
border-color css
<style>
span { border-color: #01CEB0; }
span { border-color: rgb(1,206,176); }
td.TdClassName
{
border-color: #01CEB0;
}
.TagClassName
{
border-color: #01CEB0;
}
</style>