Shades of Aqua #03F0F2
Tints of Aqua #03F0F2
RGB
CMYK
RGB Variations
Color information
#03F0F2 (or 0x03F0F2) is known color: Aqua. HEX triplet: 03, F0 and F2. RGB value is (3,240,242). Sum of RGB (Red+Green+Blue) = 3+240+242=485 (64% of max value = 765). Red value is 3 (1.56% from 255 or 0.62% from 485); Green value is 240 (94.14% from 255 or 49.48% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #03F0F2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03F0F2 is #FC0F0D. Grayscale: #A9A9A9. Windows color (decimal): -16518926 or 15921155. OLE color: 15921155.
HSL color Cylindrical-coordinate representation of color #03F0F2: hue angle of 180.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F0F2 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 240 | 242 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.05 |
| HSL | 180.5º | 0.98% | 0.48% | - |
| HSV(B) | 180.5º | 0.99% | 0.95% | - |
| XYZ | 47.22 | 68.75 | 94.79 | - |
| YUV | 169.37 | 168.98 | 9.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 240 | 242 | 0.99 | 0.01 | 0 | 0.05 | 180.5 | 0.98 | 0.48 |
| Hex | 3 | F0 | F2 | 63 | 1 | 0 | 5 | B5 | 62 | 30 |
| Octal | 3 | 360 | 362 | 143 | 1 | 0 | 5 | 265 | 142 | 60 |
| Binary | 11 | 11110000 | 11110010 | 1100011 | 1 | 0 | 101 | 10110101 | 1100010 | 110000 |
Color Harmonies of #03F0F2
Complementary color
Monochromatic Colors of #03F0F2
Black with #03F0F2
Text Example
Text Example
White with #03F0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F0F2; }
p { color: rgb(3,240,242); }
H1.HeaderClassName
{
color: #03F0F2;
}
.AnyTagClassName
{
color: #03F0F2;
}
</style>
background-color css
<style>
a { background-color: #03F0F2; }
a { background-color: rgb(3,240,242); }
div.DivClassName
{
background-color: #03F0F2;
}
.BgClassName
{
background-color: #03F0F2;
}
</style>
border-color css
<style>
span { border-color: #03F0F2; }
span { border-color: rgb(3,240,242); }
td.TdClassName
{
border-color: #03F0F2;
}
.TagClassName
{
border-color: #03F0F2;
}
</style>