Shades of Aqua #04FEE8
Tints of Aqua #04FEE8
RGB
CMYK
RGB Variations
Color information
#04FEE8 (or 0x04FEE8) is known color: Aqua. HEX triplet: 04, FE and E8. RGB value is (4,254,232). Sum of RGB (Red+Green+Blue) = 4+254+232=490 (64% of max value = 765). Red value is 4 (1.95% from 255 or 0.82% from 490); Green value is 254 (99.61% from 255 or 51.84% from 490); Blue value is 232 (91.02% from 255 or 47.35% from 490); Max value from RGB is 254 - color contains mainly: green. Hex color #04FEE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FEE8 is #FB0117. Grayscale: #B0B0B0. Windows color (decimal): -16449816 or 15269380. OLE color: 15269380.
HSL color Cylindrical-coordinate representation of color #04FEE8: hue angle of 174.72º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FEE8 is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 254 | 232 | - |
| CMYK | 0.98 | 0 | 0.09 | 0.00 |
| HSL | 174.72º | 0.99% | 0.51% | - |
| HSV(B) | 174.72º | 0.98% | 1% | - |
| XYZ | 50.06 | 76.74 | 88.52 | - |
| YUV | 176.74 | 159.18 | 4.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 254 | 232 | 0.98 | 0 | 0.09 | 0.00 | 174.72 | 0.99 | 0.51 |
| Hex | 4 | FE | E8 | 62 | 0 | 9 | 0 | AF | 63 | 33 |
| Octal | 4 | 376 | 350 | 142 | 0 | 11 | 0 | 257 | 143 | 63 |
| Binary | 100 | 11111110 | 11101000 | 1100010 | 0 | 1001 | 0 | 10101111 | 1100011 | 110011 |
Color Harmonies of #04FEE8
Complementary color
Monochromatic Colors of #04FEE8
Black with #04FEE8
Text Example
Text Example
White with #04FEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FEE8; }
p { color: rgb(4,254,232); }
H1.HeaderClassName
{
color: #04FEE8;
}
.AnyTagClassName
{
color: #04FEE8;
}
</style>
background-color css
<style>
a { background-color: #04FEE8; }
a { background-color: rgb(4,254,232); }
div.DivClassName
{
background-color: #04FEE8;
}
.BgClassName
{
background-color: #04FEE8;
}
</style>
border-color css
<style>
span { border-color: #04FEE8; }
span { border-color: rgb(4,254,232); }
td.TdClassName
{
border-color: #04FEE8;
}
.TagClassName
{
border-color: #04FEE8;
}
</style>