Shades of Aqua #03F0F5
Tints of Aqua #03F0F5
RGB
CMYK
RGB Variations
Color information
#03F0F5 (or 0x03F0F5) is known color: Aqua. HEX triplet: 03, F0 and F5. RGB value is (3,240,245). Sum of RGB (Red+Green+Blue) = 3+240+245=488 (64% of max value = 765). Red value is 3 (1.56% from 255 or 0.61% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 245 (96.09% from 255 or 50.20% from 488); Max value from RGB is 245 - color contains mainly: blue. Hex color #03F0F5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03F0F5 is #FC0F0A. Grayscale: #A9A9A9. Windows color (decimal): -16518923 or 16117763. OLE color: 16117763.
HSL color Cylindrical-coordinate representation of color #03F0F5: hue angle of 181.24º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F0F5 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 240 | 245 | - |
| CMYK | 0.99 | 0.02 | 0 | 0.04 |
| HSL | 181.24º | 0.98% | 0.49% | - |
| HSV(B) | 181.24º | 0.99% | 0.96% | - |
| XYZ | 47.68 | 68.93 | 97.18 | - |
| YUV | 169.71 | 170.48 | 9.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 240 | 245 | 0.99 | 0.02 | 0 | 0.04 | 181.24 | 0.98 | 0.49 |
| Hex | 3 | F0 | F5 | 63 | 2 | 0 | 4 | B5 | 62 | 31 |
| Octal | 3 | 360 | 365 | 143 | 2 | 0 | 4 | 265 | 142 | 61 |
| Binary | 11 | 11110000 | 11110101 | 1100011 | 10 | 0 | 100 | 10110101 | 1100010 | 110001 |
Color Harmonies of #03F0F5
Complementary color
Monochromatic Colors of #03F0F5
Black with #03F0F5
Text Example
Text Example
White with #03F0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F0F5; }
p { color: rgb(3,240,245); }
H1.HeaderClassName
{
color: #03F0F5;
}
.AnyTagClassName
{
color: #03F0F5;
}
</style>
background-color css
<style>
a { background-color: #03F0F5; }
a { background-color: rgb(3,240,245); }
div.DivClassName
{
background-color: #03F0F5;
}
.BgClassName
{
background-color: #03F0F5;
}
</style>
border-color css
<style>
span { border-color: #03F0F5; }
span { border-color: rgb(3,240,245); }
td.TdClassName
{
border-color: #03F0F5;
}
.TagClassName
{
border-color: #03F0F5;
}
</style>