Shades of Aqua #04FFED
Tints of Aqua #04FFED
RGB
CMYK
RGB Variations
Color information
#04FFED (or 0x04FFED) is known color: Aqua. HEX triplet: 04, FF and ED. RGB value is (4,255,237). Sum of RGB (Red+Green+Blue) = 4+255+237=496 (65% of max value = 765). Red value is 4 (1.95% from 255 or 0.81% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #04FFED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FFED is #FB0012. Grayscale: #B1B1B1. Windows color (decimal): -16449555 or 15597316. OLE color: 15597316.
HSL color Cylindrical-coordinate representation of color #04FFED: hue angle of 175.7º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FFED is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 255 | 237 | - |
| CMYK | 0.98 | 0 | 0.07 | 0 |
| HSL | 175.7º | 1% | 0.51% | - |
| HSV(B) | 175.7º | 0.98% | 1% | - |
| XYZ | 51.1 | 77.66 | 92.42 | - |
| YUV | 177.9 | 161.34 | 3.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 255 | 237 | 0.98 | 0 | 0.07 | 0 | 175.7 | 1 | 0.51 |
| Hex | 4 | FF | ED | 62 | 0 | 7 | 0 | B0 | 64 | 33 |
| Octal | 4 | 377 | 355 | 142 | 0 | 7 | 0 | 260 | 144 | 63 |
| Binary | 100 | 11111111 | 11101101 | 1100010 | 0 | 111 | 0 | 10110000 | 1100100 | 110011 |
Color Harmonies of #04FFED
Complementary color
Monochromatic Colors of #04FFED
Black with #04FFED
Text Example
Text Example
White with #04FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FFED; }
p { color: rgb(4,255,237); }
H1.HeaderClassName
{
color: #04FFED;
}
.AnyTagClassName
{
color: #04FFED;
}
</style>
background-color css
<style>
a { background-color: #04FFED; }
a { background-color: rgb(4,255,237); }
div.DivClassName
{
background-color: #04FFED;
}
.BgClassName
{
background-color: #04FFED;
}
</style>
border-color css
<style>
span { border-color: #04FFED; }
span { border-color: rgb(4,255,237); }
td.TdClassName
{
border-color: #04FFED;
}
.TagClassName
{
border-color: #04FFED;
}
</style>