Shades of Caribbean Green #04E4AC
Tints of Caribbean Green #04E4AC
RGB
CMYK
RGB Variations
Color information
#04E4AC (or 0x04E4AC) is known color: Caribbean Green. HEX triplet: 04, E4 and AC. RGB value is (4,228,172). Sum of RGB (Red+Green+Blue) = 4+228+172=404 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.99% from 404); Green value is 228 (89.45% from 255 or 56.44% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 228 - color contains mainly: green. Hex color #04E4AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04E4AC is #FB1B53. Grayscale: #9A9A9A. Windows color (decimal): -16456532 or 11330564. OLE color: 11330564.
HSL color Cylindrical-coordinate representation of color #04E4AC: hue angle of 165º 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 #04E4AC is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 4 | 228 | 172 | - |
| CMYK | 0.98 | 0 | 0.25 | 0.11 |
| HSL | 165º | 0.97% | 0.45% | - |
| HSV(B) | 165º | 0.98% | 0.89% | - |
| XYZ | 35.24 | 58.49 | 48.46 | - |
| YUV | 154.64 | 137.79 | 20.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 228 | 172 | 0.98 | 0 | 0.25 | 0.11 | 165 | 0.97 | 0.45 |
| Hex | 4 | E4 | AC | 62 | 0 | 19 | B | A5 | 61 | 2D |
| Octal | 4 | 344 | 254 | 142 | 0 | 31 | 13 | 245 | 141 | 55 |
| Binary | 100 | 11100100 | 10101100 | 1100010 | 0 | 11001 | 1011 | 10100101 | 1100001 | 101101 |
Color Harmonies of #04E4AC
Complementary color
Monochromatic Colors of #04E4AC
Black with #04E4AC
Text Example
Text Example
White with #04E4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E4AC; }
p { color: rgb(4,228,172); }
H1.HeaderClassName
{
color: #04E4AC;
}
.AnyTagClassName
{
color: #04E4AC;
}
</style>
background-color css
<style>
a { background-color: #04E4AC; }
a { background-color: rgb(4,228,172); }
div.DivClassName
{
background-color: #04E4AC;
}
.BgClassName
{
background-color: #04E4AC;
}
</style>
border-color css
<style>
span { border-color: #04E4AC; }
span { border-color: rgb(4,228,172); }
td.TdClassName
{
border-color: #04E4AC;
}
.TagClassName
{
border-color: #04E4AC;
}
</style>