Shades of Aqua #04FEEE
Tints of Aqua #04FEEE
RGB
CMYK
RGB Variations
Color information
#04FEEE (or 0x04FEEE) is known color: Aqua. HEX triplet: 04, FE and EE. RGB value is (4,254,238). Sum of RGB (Red+Green+Blue) = 4+254+238=496 (65% of max value = 765). Red value is 4 (1.95% from 255 or 0.81% from 496); Green value is 254 (99.61% from 255 or 51.21% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 254 - color contains mainly: green. Hex color #04FEEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FEEE is #FB0111. Grayscale: #B1B1B1. Windows color (decimal): -16449810 or 15662596. OLE color: 15662596.
HSL color Cylindrical-coordinate representation of color #04FEEE: hue angle of 176.16º 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 #04FEEE is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 254 | 238 | - |
| CMYK | 0.98 | 0 | 0.06 | 0.00 |
| HSL | 176.16º | 0.99% | 0.51% | - |
| HSV(B) | 176.16º | 0.98% | 1% | - |
| XYZ | 50.92 | 77.08 | 93.08 | - |
| YUV | 177.43 | 162.18 | 4.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 254 | 238 | 0.98 | 0 | 0.06 | 0.00 | 176.16 | 0.99 | 0.51 |
| Hex | 4 | FE | EE | 62 | 0 | 6 | 0 | B0 | 63 | 33 |
| Octal | 4 | 376 | 356 | 142 | 0 | 6 | 0 | 260 | 143 | 63 |
| Binary | 100 | 11111110 | 11101110 | 1100010 | 0 | 110 | 0 | 10110000 | 1100011 | 110011 |
Color Harmonies of #04FEEE
Complementary color
Monochromatic Colors of #04FEEE
Black with #04FEEE
Text Example
Text Example
White with #04FEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FEEE; }
p { color: rgb(4,254,238); }
H1.HeaderClassName
{
color: #04FEEE;
}
.AnyTagClassName
{
color: #04FEEE;
}
</style>
background-color css
<style>
a { background-color: #04FEEE; }
a { background-color: rgb(4,254,238); }
div.DivClassName
{
background-color: #04FEEE;
}
.BgClassName
{
background-color: #04FEEE;
}
</style>
border-color css
<style>
span { border-color: #04FEEE; }
span { border-color: rgb(4,254,238); }
td.TdClassName
{
border-color: #04FEEE;
}
.TagClassName
{
border-color: #04FEEE;
}
</style>