Shades of Aqua #03FFEF
Tints of Aqua #03FFEF
RGB
CMYK
RGB Variations
Color information
#03FFEF (or 0x03FFEF) is known color: Aqua. HEX triplet: 03, FF and EF. RGB value is (3,255,239). Sum of RGB (Red+Green+Blue) = 3+255+239=497 (65% of max value = 765). Red value is 3 (1.56% from 255 or 0.60% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #03FFEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03FFEF is #FC0010. Grayscale: #B1B1B1. Windows color (decimal): -16515089 or 15728387. OLE color: 15728387.
HSL color Cylindrical-coordinate representation of color #03FFEF: hue angle of 176.19º 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 #03FFEF is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 255 | 239 | - |
| CMYK | 0.99 | 0 | 0.06 | 0 |
| HSL | 176.19º | 1% | 0.51% | - |
| HSV(B) | 176.19º | 0.99% | 1% | - |
| XYZ | 51.38 | 77.77 | 93.96 | - |
| YUV | 177.83 | 162.51 | 3.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 255 | 239 | 0.99 | 0 | 0.06 | 0 | 176.19 | 1 | 0.51 |
| Hex | 3 | FF | EF | 63 | 0 | 6 | 0 | B0 | 64 | 33 |
| Octal | 3 | 377 | 357 | 143 | 0 | 6 | 0 | 260 | 144 | 63 |
| Binary | 11 | 11111111 | 11101111 | 1100011 | 0 | 110 | 0 | 10110000 | 1100100 | 110011 |
Color Harmonies of #03FFEF
Complementary color
Monochromatic Colors of #03FFEF
Black with #03FFEF
Text Example
Text Example
White with #03FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FFEF; }
p { color: rgb(3,255,239); }
H1.HeaderClassName
{
color: #03FFEF;
}
.AnyTagClassName
{
color: #03FFEF;
}
</style>
background-color css
<style>
a { background-color: #03FFEF; }
a { background-color: rgb(3,255,239); }
div.DivClassName
{
background-color: #03FFEF;
}
.BgClassName
{
background-color: #03FFEF;
}
</style>
border-color css
<style>
span { border-color: #03FFEF; }
span { border-color: rgb(3,255,239); }
td.TdClassName
{
border-color: #03FFEF;
}
.TagClassName
{
border-color: #03FFEF;
}
</style>