Shades of Aqua #03FFE9
Tints of Aqua #03FFE9
RGB
CMYK
RGB Variations
Color information
#03FFE9 (or 0x03FFE9) is known color: Aqua. HEX triplet: 03, FF and E9. RGB value is (3,255,233). Sum of RGB (Red+Green+Blue) = 3+255+233=491 (65% of max value = 765). Red value is 3 (1.56% from 255 or 0.61% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 233 (91.41% from 255 or 47.45% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #03FFE9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03FFE9 is #FC0016. Grayscale: #B0B0B0. Windows color (decimal): -16515095 or 15335171. OLE color: 15335171.
HSL color Cylindrical-coordinate representation of color #03FFE9: hue angle of 174.76º 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 #03FFE9 is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 255 | 233 | - |
| CMYK | 0.99 | 0 | 0.09 | 0 |
| HSL | 174.76º | 1% | 0.51% | - |
| HSV(B) | 174.76º | 0.99% | 1% | - |
| XYZ | 50.51 | 77.42 | 89.37 | - |
| YUV | 177.14 | 159.51 | 3.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 255 | 233 | 0.99 | 0 | 0.09 | 0 | 174.76 | 1 | 0.51 |
| Hex | 3 | FF | E9 | 63 | 0 | 9 | 0 | AF | 64 | 33 |
| Octal | 3 | 377 | 351 | 143 | 0 | 11 | 0 | 257 | 144 | 63 |
| Binary | 11 | 11111111 | 11101001 | 1100011 | 0 | 1001 | 0 | 10101111 | 1100100 | 110011 |
Color Harmonies of #03FFE9
Complementary color
Monochromatic Colors of #03FFE9
Black with #03FFE9
Text Example
Text Example
White with #03FFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FFE9; }
p { color: rgb(3,255,233); }
H1.HeaderClassName
{
color: #03FFE9;
}
.AnyTagClassName
{
color: #03FFE9;
}
</style>
background-color css
<style>
a { background-color: #03FFE9; }
a { background-color: rgb(3,255,233); }
div.DivClassName
{
background-color: #03FFE9;
}
.BgClassName
{
background-color: #03FFE9;
}
</style>
border-color css
<style>
span { border-color: #03FFE9; }
span { border-color: rgb(3,255,233); }
td.TdClassName
{
border-color: #03FFE9;
}
.TagClassName
{
border-color: #03FFE9;
}
</style>