Shades of Aqua #04FAEC
Tints of Aqua #04FAEC
RGB
CMYK
RGB Variations
Color information
#04FAEC (or 0x04FAEC) is known color: Aqua. HEX triplet: 04, FA and EC. RGB value is (4,250,236). Sum of RGB (Red+Green+Blue) = 4+250+236=490 (64% of max value = 765). Red value is 4 (1.95% from 255 or 0.82% from 490); Green value is 250 (98.05% from 255 or 51.02% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 250 - color contains mainly: green. Hex color #04FAEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FAEC is #FB0513. Grayscale: #AEAEAE. Windows color (decimal): -16450836 or 15530500. OLE color: 15530500.
HSL color Cylindrical-coordinate representation of color #04FAEC: hue angle of 176.59º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FAEC is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 250 | 236 | - |
| CMYK | 0.98 | 0 | 0.06 | 0.02 |
| HSL | 176.59º | 0.97% | 0.5% | - |
| HSV(B) | 176.59º | 0.98% | 0.98% | - |
| XYZ | 49.38 | 74.45 | 91.13 | - |
| YUV | 174.85 | 162.5 | 6.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 250 | 236 | 0.98 | 0 | 0.06 | 0.02 | 176.59 | 0.97 | 0.5 |
| Hex | 4 | FA | EC | 62 | 0 | 6 | 2 | B1 | 61 | 32 |
| Octal | 4 | 372 | 354 | 142 | 0 | 6 | 2 | 261 | 141 | 62 |
| Binary | 100 | 11111010 | 11101100 | 1100010 | 0 | 110 | 10 | 10110001 | 1100001 | 110010 |
Color Harmonies of #04FAEC
Complementary color
Monochromatic Colors of #04FAEC
Black with #04FAEC
Text Example
Text Example
White with #04FAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FAEC; }
p { color: rgb(4,250,236); }
H1.HeaderClassName
{
color: #04FAEC;
}
.AnyTagClassName
{
color: #04FAEC;
}
</style>
background-color css
<style>
a { background-color: #04FAEC; }
a { background-color: rgb(4,250,236); }
div.DivClassName
{
background-color: #04FAEC;
}
.BgClassName
{
background-color: #04FAEC;
}
</style>
border-color css
<style>
span { border-color: #04FAEC; }
span { border-color: rgb(4,250,236); }
td.TdClassName
{
border-color: #04FAEC;
}
.TagClassName
{
border-color: #04FAEC;
}
</style>