Shades of Caribbean Green #01E4AB
Tints of Caribbean Green #01E4AB
RGB
CMYK
RGB Variations
Color information
#01E4AB (or 0x01E4AB) is known color: Caribbean Green. HEX triplet: 01, E4 and AB. RGB value is (1,228,171). Sum of RGB (Red+Green+Blue) = 1+228+171=400 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 400); Green value is 228 (89.45% from 255 or 57% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 228 - color contains mainly: green. Hex color #01E4AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01E4AB is #FE1B54. Grayscale: #999999. Windows color (decimal): -16653141 or 11265025. OLE color: 11265025.
HSL color Cylindrical-coordinate representation of color #01E4AB: hue angle of 164.93º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E4AB is Cyan = 1.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 228 | 171 | - |
| CMYK | 1.00 | 0 | 0.25 | 0.11 |
| HSL | 164.93º | 0.99% | 0.45% | - |
| HSV(B) | 164.93º | 1% | 0.89% | - |
| XYZ | 35.11 | 58.43 | 47.96 | - |
| YUV | 153.63 | 137.79 | 19.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 228 | 171 | 1.00 | 0 | 0.25 | 0.11 | 164.93 | 0.99 | 0.45 |
| Hex | 1 | E4 | AB | 64 | 0 | 19 | B | A5 | 63 | 2D |
| Octal | 1 | 344 | 253 | 144 | 0 | 31 | 13 | 245 | 143 | 55 |
| Binary | 1 | 11100100 | 10101011 | 1100100 | 0 | 11001 | 1011 | 10100101 | 1100011 | 101101 |
Color Harmonies of #01E4AB
Complementary color
Monochromatic Colors of #01E4AB
Black with #01E4AB
Text Example
Text Example
White with #01E4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E4AB; }
p { color: rgb(1,228,171); }
H1.HeaderClassName
{
color: #01E4AB;
}
.AnyTagClassName
{
color: #01E4AB;
}
</style>
background-color css
<style>
a { background-color: #01E4AB; }
a { background-color: rgb(1,228,171); }
div.DivClassName
{
background-color: #01E4AB;
}
.BgClassName
{
background-color: #01E4AB;
}
</style>
border-color css
<style>
span { border-color: #01E4AB; }
span { border-color: rgb(1,228,171); }
td.TdClassName
{
border-color: #01E4AB;
}
.TagClassName
{
border-color: #01E4AB;
}
</style>