Shades of Caribbean Green #01E0B0
Tints of Caribbean Green #01E0B0
RGB
CMYK
RGB Variations
Color information
#01E0B0 (or 0x01E0B0) is known color: Caribbean Green. HEX triplet: 01, E0 and B0. RGB value is (1,224,176). Sum of RGB (Red+Green+Blue) = 1+224+176=401 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 401); Green value is 224 (87.89% from 255 or 55.86% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 224 - color contains mainly: green. Hex color #01E0B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01E0B0 is #FE1F4F. Grayscale: #979797. Windows color (decimal): -16654160 or 11591681. OLE color: 11591681.
HSL color Cylindrical-coordinate representation of color #01E0B0: hue angle of 167.09º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E0B0 is Cyan = 1.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 224 | 176 | - |
| CMYK | 1.00 | 0 | 0.21 | 0.12 |
| HSL | 167.09º | 0.99% | 0.44% | - |
| HSV(B) | 167.09º | 1% | 0.88% | - |
| XYZ | 34.5 | 56.45 | 50.15 | - |
| YUV | 151.85 | 141.62 | 20.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 224 | 176 | 1.00 | 0 | 0.21 | 0.12 | 167.09 | 0.99 | 0.44 |
| Hex | 1 | E0 | B0 | 64 | 0 | 15 | C | A7 | 63 | 2C |
| Octal | 1 | 340 | 260 | 144 | 0 | 25 | 14 | 247 | 143 | 54 |
| Binary | 1 | 11100000 | 10110000 | 1100100 | 0 | 10101 | 1100 | 10100111 | 1100011 | 101100 |
Color Harmonies of #01E0B0
Complementary color
Monochromatic Colors of #01E0B0
Black with #01E0B0
Text Example
Text Example
White with #01E0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E0B0; }
p { color: rgb(1,224,176); }
H1.HeaderClassName
{
color: #01E0B0;
}
.AnyTagClassName
{
color: #01E0B0;
}
</style>
background-color css
<style>
a { background-color: #01E0B0; }
a { background-color: rgb(1,224,176); }
div.DivClassName
{
background-color: #01E0B0;
}
.BgClassName
{
background-color: #01E0B0;
}
</style>
border-color css
<style>
span { border-color: #01E0B0; }
span { border-color: rgb(1,224,176); }
td.TdClassName
{
border-color: #01E0B0;
}
.TagClassName
{
border-color: #01E0B0;
}
</style>