Shades of Aqua #04F2F2
Tints of Aqua #04F2F2
RGB
CMYK
RGB Variations
Color information
#04F2F2 (or 0x04F2F2) is known color: Aqua. HEX triplet: 04, F2 and F2. RGB value is (4,242,242). Sum of RGB (Red+Green+Blue) = 4+242+242=488 (64% of max value = 765). Red value is 4 (1.95% from 255 or 0.82% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 242 (94.92% from 255 or 49.59% from 488); Max value from RGB is 242 - color contains mainly: green, blue. Hex color #04F2F2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04F2F2 is #FB0D0D. Grayscale: #AAAAAA. Windows color (decimal): -16452878 or 15921668. OLE color: 15921668.
HSL color Cylindrical-coordinate representation of color #04F2F2: hue angle of 180º 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 #04F2F2 is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 242 | 242 | - |
| CMYK | 0.98 | 0 | 0 | 0.05 |
| HSL | 180º | 0.97% | 0.48% | - |
| HSV(B) | 180º | 0.98% | 0.95% | - |
| XYZ | 47.83 | 69.94 | 94.98 | - |
| YUV | 170.84 | 168.15 | 9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 242 | 242 | 0.98 | 0 | 0 | 0.05 | 180 | 0.97 | 0.48 |
| Hex | 4 | F2 | F2 | 62 | 0 | 0 | 5 | B4 | 61 | 30 |
| Octal | 4 | 362 | 362 | 142 | 0 | 0 | 5 | 264 | 141 | 60 |
| Binary | 100 | 11110010 | 11110010 | 1100010 | 0 | 0 | 101 | 10110100 | 1100001 | 110000 |
Color Harmonies of #04F2F2
Complementary color
Monochromatic Colors of #04F2F2
Black with #04F2F2
Text Example
Text Example
White with #04F2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F2F2; }
p { color: rgb(4,242,242); }
H1.HeaderClassName
{
color: #04F2F2;
}
.AnyTagClassName
{
color: #04F2F2;
}
</style>
background-color css
<style>
a { background-color: #04F2F2; }
a { background-color: rgb(4,242,242); }
div.DivClassName
{
background-color: #04F2F2;
}
.BgClassName
{
background-color: #04F2F2;
}
</style>
border-color css
<style>
span { border-color: #04F2F2; }
span { border-color: rgb(4,242,242); }
td.TdClassName
{
border-color: #04F2F2;
}
.TagClassName
{
border-color: #04F2F2;
}
</style>