Shades of Caribbean Green #01CEB2
Tints of Caribbean Green #01CEB2
RGB
CMYK
RGB Variations
Color information
#01CEB2 (or 0x01CEB2) is known color: Caribbean Green. HEX triplet: 01, CE and B2. RGB value is (1,206,178). Sum of RGB (Red+Green+Blue) = 1+206+178=385 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 385); Green value is 206 (80.86% from 255 or 53.51% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 206 - color contains mainly: green. Hex color #01CEB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01CEB2 is #FE314D. Grayscale: #8D8D8D. Windows color (decimal): -16658766 or 11718145. OLE color: 11718145.
HSL color Cylindrical-coordinate representation of color #01CEB2: hue angle of 171.8º 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 #01CEB2 is Cyan = 1.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 206 | 178 | - |
| CMYK | 1.00 | 0 | 0.14 | 0.19 |
| HSL | 171.8º | 0.99% | 0.41% | - |
| HSV(B) | 171.8º | 1% | 0.81% | - |
| XYZ | 30.12 | 47.36 | 49.67 | - |
| YUV | 141.51 | 148.58 | 27.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 206 | 178 | 1.00 | 0 | 0.14 | 0.19 | 171.8 | 0.99 | 0.41 |
| Hex | 1 | CE | B2 | 64 | 0 | E | 13 | AC | 63 | 29 |
| Octal | 1 | 316 | 262 | 144 | 0 | 16 | 23 | 254 | 143 | 51 |
| Binary | 1 | 11001110 | 10110010 | 1100100 | 0 | 1110 | 10011 | 10101100 | 1100011 | 101001 |
Color Harmonies of #01CEB2
Complementary color
Monochromatic Colors of #01CEB2
Black with #01CEB2
Text Example
Text Example
White with #01CEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CEB2; }
p { color: rgb(1,206,178); }
H1.HeaderClassName
{
color: #01CEB2;
}
.AnyTagClassName
{
color: #01CEB2;
}
</style>
background-color css
<style>
a { background-color: #01CEB2; }
a { background-color: rgb(1,206,178); }
div.DivClassName
{
background-color: #01CEB2;
}
.BgClassName
{
background-color: #01CEB2;
}
</style>
border-color css
<style>
span { border-color: #01CEB2; }
span { border-color: rgb(1,206,178); }
td.TdClassName
{
border-color: #01CEB2;
}
.TagClassName
{
border-color: #01CEB2;
}
</style>