Shades of Caribbean Green #01E1AF
Tints of Caribbean Green #01E1AF
RGB
CMYK
RGB Variations
Color information
#01E1AF (or 0x01E1AF) is known color: Caribbean Green. HEX triplet: 01, E1 and AF. RGB value is (1,225,175). Sum of RGB (Red+Green+Blue) = 1+225+175=401 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 401); Green value is 225 (88.28% from 255 or 56.11% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 225 - color contains mainly: green. Hex color #01E1AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01E1AF is #FE1E50. Grayscale: #989898. Windows color (decimal): -16653905 or 11526401. OLE color: 11526401.
HSL color Cylindrical-coordinate representation of color #01E1AF: hue angle of 166.61º 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 #01E1AF is Cyan = 1.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 225 | 175 | - |
| CMYK | 1.00 | 0 | 0.22 | 0.12 |
| HSL | 166.61º | 0.99% | 0.44% | - |
| HSV(B) | 166.61º | 1% | 0.88% | - |
| XYZ | 34.68 | 56.95 | 49.72 | - |
| YUV | 152.32 | 140.79 | 20.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 225 | 175 | 1.00 | 0 | 0.22 | 0.12 | 166.61 | 0.99 | 0.44 |
| Hex | 1 | E1 | AF | 64 | 0 | 16 | C | A7 | 63 | 2C |
| Octal | 1 | 341 | 257 | 144 | 0 | 26 | 14 | 247 | 143 | 54 |
| Binary | 1 | 11100001 | 10101111 | 1100100 | 0 | 10110 | 1100 | 10100111 | 1100011 | 101100 |
Color Harmonies of #01E1AF
Complementary color
Monochromatic Colors of #01E1AF
Black with #01E1AF
Text Example
Text Example
White with #01E1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E1AF; }
p { color: rgb(1,225,175); }
H1.HeaderClassName
{
color: #01E1AF;
}
.AnyTagClassName
{
color: #01E1AF;
}
</style>
background-color css
<style>
a { background-color: #01E1AF; }
a { background-color: rgb(1,225,175); }
div.DivClassName
{
background-color: #01E1AF;
}
.BgClassName
{
background-color: #01E1AF;
}
</style>
border-color css
<style>
span { border-color: #01E1AF; }
span { border-color: rgb(1,225,175); }
td.TdClassName
{
border-color: #01E1AF;
}
.TagClassName
{
border-color: #01E1AF;
}
</style>