Shades of Aqua #04F2F5
Tints of Aqua #04F2F5
RGB
CMYK
RGB Variations
Color information
#04F2F5 (or 0x04F2F5) is known color: Aqua. HEX triplet: 04, F2 and F5. RGB value is (4,242,245). Sum of RGB (Red+Green+Blue) = 4+242+245=491 (65% of max value = 765). Red value is 4 (1.95% from 255 or 0.81% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 245 (96.09% from 255 or 49.90% from 491); Max value from RGB is 245 - color contains mainly: blue. Hex color #04F2F5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04F2F5 is #FB0D0A. Grayscale: #AAAAAA. Windows color (decimal): -16452875 or 16118276. OLE color: 16118276.
HSL color Cylindrical-coordinate representation of color #04F2F5: hue angle of 180.75º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F2F5 is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 4 | 242 | 245 | - |
| CMYK | 0.98 | 0.01 | 0 | 0.04 |
| HSL | 180.75º | 0.97% | 0.49% | - |
| HSV(B) | 180.75º | 0.98% | 0.96% | - |
| XYZ | 48.28 | 70.12 | 97.38 | - |
| YUV | 171.18 | 169.65 | 8.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 242 | 245 | 0.98 | 0.01 | 0 | 0.04 | 180.75 | 0.97 | 0.49 |
| Hex | 4 | F2 | F5 | 62 | 1 | 0 | 4 | B5 | 61 | 31 |
| Octal | 4 | 362 | 365 | 142 | 1 | 0 | 4 | 265 | 141 | 61 |
| Binary | 100 | 11110010 | 11110101 | 1100010 | 1 | 0 | 100 | 10110101 | 1100001 | 110001 |
Color Harmonies of #04F2F5
Complementary color
Monochromatic Colors of #04F2F5
Black with #04F2F5
Text Example
Text Example
White with #04F2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F2F5; }
p { color: rgb(4,242,245); }
H1.HeaderClassName
{
color: #04F2F5;
}
.AnyTagClassName
{
color: #04F2F5;
}
</style>
background-color css
<style>
a { background-color: #04F2F5; }
a { background-color: rgb(4,242,245); }
div.DivClassName
{
background-color: #04F2F5;
}
.BgClassName
{
background-color: #04F2F5;
}
</style>
border-color css
<style>
span { border-color: #04F2F5; }
span { border-color: rgb(4,242,245); }
td.TdClassName
{
border-color: #04F2F5;
}
.TagClassName
{
border-color: #04F2F5;
}
</style>