Shades of Aqua #03FFFA
Tints of Aqua #03FFFA
RGB
CMYK
RGB Variations
Color information
#03FFFA (or 0x03FFFA) is known color: Aqua. HEX triplet: 03, FF and FA. RGB value is (3,255,250). Sum of RGB (Red+Green+Blue) = 3+255+250=508 (67% of max value = 765). Red value is 3 (1.56% from 255 or 0.59% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #03FFFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03FFFA is #FC0005. Grayscale: #B2B2B2. Windows color (decimal): -16515078 or 16449283. OLE color: 16449283.
HSL color Cylindrical-coordinate representation of color #03FFFA: hue angle of 178.81º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FFFA is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 255 | 250 | - |
| CMYK | 0.99 | 0 | 0.02 | 0 |
| HSL | 178.81º | 1% | 0.51% | - |
| HSV(B) | 178.81º | 0.99% | 1% | - |
| XYZ | 53.05 | 78.44 | 102.79 | - |
| YUV | 179.08 | 168.01 | 2.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 255 | 250 | 0.99 | 0 | 0.02 | 0 | 178.81 | 1 | 0.51 |
| Hex | 3 | FF | FA | 63 | 0 | 2 | 0 | B3 | 64 | 33 |
| Octal | 3 | 377 | 372 | 143 | 0 | 2 | 0 | 263 | 144 | 63 |
| Binary | 11 | 11111111 | 11111010 | 1100011 | 0 | 10 | 0 | 10110011 | 1100100 | 110011 |
Color Harmonies of #03FFFA
Complementary color
Monochromatic Colors of #03FFFA
Black with #03FFFA
Text Example
Text Example
White with #03FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FFFA; }
p { color: rgb(3,255,250); }
H1.HeaderClassName
{
color: #03FFFA;
}
.AnyTagClassName
{
color: #03FFFA;
}
</style>
background-color css
<style>
a { background-color: #03FFFA; }
a { background-color: rgb(3,255,250); }
div.DivClassName
{
background-color: #03FFFA;
}
.BgClassName
{
background-color: #03FFFA;
}
</style>
border-color css
<style>
span { border-color: #03FFFA; }
span { border-color: rgb(3,255,250); }
td.TdClassName
{
border-color: #03FFFA;
}
.TagClassName
{
border-color: #03FFFA;
}
</style>