Shades of Aqua #03FEFA
Tints of Aqua #03FEFA
RGB
CMYK
RGB Variations
Color information
#03FEFA (or 0x03FEFA) is known color: Aqua. HEX triplet: 03, FE and FA. RGB value is (3,254,250). Sum of RGB (Red+Green+Blue) = 3+254+250=507 (67% of max value = 765). Red value is 3 (1.56% from 255 or 0.59% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #03FEFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03FEFA is #FC0105. Grayscale: #B2B2B2. Windows color (decimal): -16515334 or 16449027. OLE color: 16449027.
HSL color Cylindrical-coordinate representation of color #03FEFA: hue angle of 179.04º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FEFA is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 254 | 250 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.00 |
| HSL | 179.04º | 0.99% | 0.5% | - |
| HSV(B) | 179.04º | 0.99% | 1% | - |
| XYZ | 52.73 | 77.81 | 102.68 | - |
| YUV | 178.5 | 168.34 | 2.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 254 | 250 | 0.99 | 0 | 0.02 | 0.00 | 179.04 | 0.99 | 0.5 |
| Hex | 3 | FE | FA | 63 | 0 | 2 | 0 | B3 | 63 | 32 |
| Octal | 3 | 376 | 372 | 143 | 0 | 2 | 0 | 263 | 143 | 62 |
| Binary | 11 | 11111110 | 11111010 | 1100011 | 0 | 10 | 0 | 10110011 | 1100011 | 110010 |
Color Harmonies of #03FEFA
Complementary color
Monochromatic Colors of #03FEFA
Black with #03FEFA
Text Example
Text Example
White with #03FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FEFA; }
p { color: rgb(3,254,250); }
H1.HeaderClassName
{
color: #03FEFA;
}
.AnyTagClassName
{
color: #03FEFA;
}
</style>
background-color css
<style>
a { background-color: #03FEFA; }
a { background-color: rgb(3,254,250); }
div.DivClassName
{
background-color: #03FEFA;
}
.BgClassName
{
background-color: #03FEFA;
}
</style>
border-color css
<style>
span { border-color: #03FEFA; }
span { border-color: rgb(3,254,250); }
td.TdClassName
{
border-color: #03FEFA;
}
.TagClassName
{
border-color: #03FEFA;
}
</style>