Shades of Caribbean Green #04E2AF
Tints of Caribbean Green #04E2AF
RGB
CMYK
RGB Variations
Color information
#04E2AF (or 0x04E2AF) is known color: Caribbean Green. HEX triplet: 04, E2 and AF. RGB value is (4,226,175). Sum of RGB (Red+Green+Blue) = 4+226+175=405 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.99% from 405); Green value is 226 (88.67% from 255 or 55.80% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 226 - color contains mainly: green. Hex color #04E2AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04E2AF is #FB1D50. Grayscale: #999999. Windows color (decimal): -16457041 or 11526660. OLE color: 11526660.
HSL color Cylindrical-coordinate representation of color #04E2AF: hue angle of 166.22º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E2AF is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 4 | 226 | 175 | - |
| CMYK | 0.98 | 0 | 0.23 | 0.11 |
| HSL | 166.22º | 0.97% | 0.45% | - |
| HSV(B) | 166.22º | 0.98% | 0.89% | - |
| XYZ | 34.98 | 57.51 | 49.81 | - |
| YUV | 153.81 | 139.95 | 21.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 226 | 175 | 0.98 | 0 | 0.23 | 0.11 | 166.22 | 0.97 | 0.45 |
| Hex | 4 | E2 | AF | 62 | 0 | 17 | B | A6 | 61 | 2D |
| Octal | 4 | 342 | 257 | 142 | 0 | 27 | 13 | 246 | 141 | 55 |
| Binary | 100 | 11100010 | 10101111 | 1100010 | 0 | 10111 | 1011 | 10100110 | 1100001 | 101101 |
Color Harmonies of #04E2AF
Complementary color
Monochromatic Colors of #04E2AF
Black with #04E2AF
Text Example
Text Example
White with #04E2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E2AF; }
p { color: rgb(4,226,175); }
H1.HeaderClassName
{
color: #04E2AF;
}
.AnyTagClassName
{
color: #04E2AF;
}
</style>
background-color css
<style>
a { background-color: #04E2AF; }
a { background-color: rgb(4,226,175); }
div.DivClassName
{
background-color: #04E2AF;
}
.BgClassName
{
background-color: #04E2AF;
}
</style>
border-color css
<style>
span { border-color: #04E2AF; }
span { border-color: rgb(4,226,175); }
td.TdClassName
{
border-color: #04E2AF;
}
.TagClassName
{
border-color: #04E2AF;
}
</style>