Shades of Aqua #04EEF2
Tints of Aqua #04EEF2
RGB
CMYK
RGB Variations
Color information
#04EEF2 (or 0x04EEF2) is known color: Aqua. HEX triplet: 04, EE and F2. RGB value is (4,238,242). Sum of RGB (Red+Green+Blue) = 4+238+242=484 (64% of max value = 765). Red value is 4 (1.95% from 255 or 0.83% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #04EEF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04EEF2 is #FB110D. Grayscale: #A8A8A8. Windows color (decimal): -16453902 or 15920644. OLE color: 15920644.
HSL color Cylindrical-coordinate representation of color #04EEF2: hue angle of 181.01º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04EEF2 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 238 | 242 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.05 |
| HSL | 181.01º | 0.97% | 0.48% | - |
| HSV(B) | 181.01º | 0.98% | 0.95% | - |
| XYZ | 46.65 | 67.59 | 94.59 | - |
| YUV | 168.49 | 169.48 | 10.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 238 | 242 | 0.98 | 0.02 | 0 | 0.05 | 181.01 | 0.97 | 0.48 |
| Hex | 4 | EE | F2 | 62 | 2 | 0 | 5 | B5 | 61 | 30 |
| Octal | 4 | 356 | 362 | 142 | 2 | 0 | 5 | 265 | 141 | 60 |
| Binary | 100 | 11101110 | 11110010 | 1100010 | 10 | 0 | 101 | 10110101 | 1100001 | 110000 |
Color Harmonies of #04EEF2
Complementary color
Monochromatic Colors of #04EEF2
Black with #04EEF2
Text Example
Text Example
White with #04EEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EEF2; }
p { color: rgb(4,238,242); }
H1.HeaderClassName
{
color: #04EEF2;
}
.AnyTagClassName
{
color: #04EEF2;
}
</style>
background-color css
<style>
a { background-color: #04EEF2; }
a { background-color: rgb(4,238,242); }
div.DivClassName
{
background-color: #04EEF2;
}
.BgClassName
{
background-color: #04EEF2;
}
</style>
border-color css
<style>
span { border-color: #04EEF2; }
span { border-color: rgb(4,238,242); }
td.TdClassName
{
border-color: #04EEF2;
}
.TagClassName
{
border-color: #04EEF2;
}
</style>