Shades of Caribbean Green #01E4AF
Tints of Caribbean Green #01E4AF
RGB
CMYK
RGB Variations
Color information
#01E4AF (or 0x01E4AF) is known color: Caribbean Green. HEX triplet: 01, E4 and AF. RGB value is (1,228,175). Sum of RGB (Red+Green+Blue) = 1+228+175=404 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 404); Green value is 228 (89.45% from 255 or 56.44% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 228 - color contains mainly: green. Hex color #01E4AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01E4AF is #FE1B50. Grayscale: #9A9A9A. Windows color (decimal): -16653137 or 11527169. OLE color: 11527169.
HSL color Cylindrical-coordinate representation of color #01E4AF: hue angle of 165.99º 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 #01E4AF is Cyan = 1.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 228 | 175 | - |
| CMYK | 1.00 | 0 | 0.23 | 0.11 |
| HSL | 165.99º | 0.99% | 0.45% | - |
| HSV(B) | 165.99º | 1% | 0.89% | - |
| XYZ | 35.49 | 58.59 | 50 | - |
| YUV | 154.09 | 139.79 | 18.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 228 | 175 | 1.00 | 0 | 0.23 | 0.11 | 165.99 | 0.99 | 0.45 |
| Hex | 1 | E4 | AF | 64 | 0 | 17 | B | A6 | 63 | 2D |
| Octal | 1 | 344 | 257 | 144 | 0 | 27 | 13 | 246 | 143 | 55 |
| Binary | 1 | 11100100 | 10101111 | 1100100 | 0 | 10111 | 1011 | 10100110 | 1100011 | 101101 |
Color Harmonies of #01E4AF
Complementary color
Monochromatic Colors of #01E4AF
Black with #01E4AF
Text Example
Text Example
White with #01E4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E4AF; }
p { color: rgb(1,228,175); }
H1.HeaderClassName
{
color: #01E4AF;
}
.AnyTagClassName
{
color: #01E4AF;
}
</style>
background-color css
<style>
a { background-color: #01E4AF; }
a { background-color: rgb(1,228,175); }
div.DivClassName
{
background-color: #01E4AF;
}
.BgClassName
{
background-color: #01E4AF;
}
</style>
border-color css
<style>
span { border-color: #01E4AF; }
span { border-color: rgb(1,228,175); }
td.TdClassName
{
border-color: #01E4AF;
}
.TagClassName
{
border-color: #01E4AF;
}
</style>