Shades of Aqua #03FFE8
Tints of Aqua #03FFE8
RGB
CMYK
RGB Variations
Color information
#03FFE8 (or 0x03FFE8) is known color: Aqua. HEX triplet: 03, FF and E8. RGB value is (3,255,232). Sum of RGB (Red+Green+Blue) = 3+255+232=490 (64% of max value = 765). Red value is 3 (1.56% from 255 or 0.61% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 232 (91.02% from 255 or 47.35% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #03FFE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03FFE8 is #FC0017. Grayscale: #B0B0B0. Windows color (decimal): -16515096 or 15269635. OLE color: 15269635.
HSL color Cylindrical-coordinate representation of color #03FFE8: hue angle of 174.52º 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 #03FFE8 is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 255 | 232 | - |
| CMYK | 0.99 | 0 | 0.09 | 0 |
| HSL | 174.52º | 1% | 0.51% | - |
| HSV(B) | 174.52º | 0.99% | 1% | - |
| XYZ | 50.36 | 77.37 | 88.62 | - |
| YUV | 177.03 | 159.01 | 3.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 255 | 232 | 0.99 | 0 | 0.09 | 0 | 174.52 | 1 | 0.51 |
| Hex | 3 | FF | E8 | 63 | 0 | 9 | 0 | AF | 64 | 33 |
| Octal | 3 | 377 | 350 | 143 | 0 | 11 | 0 | 257 | 144 | 63 |
| Binary | 11 | 11111111 | 11101000 | 1100011 | 0 | 1001 | 0 | 10101111 | 1100100 | 110011 |
Color Harmonies of #03FFE8
Complementary color
Monochromatic Colors of #03FFE8
Black with #03FFE8
Text Example
Text Example
White with #03FFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FFE8; }
p { color: rgb(3,255,232); }
H1.HeaderClassName
{
color: #03FFE8;
}
.AnyTagClassName
{
color: #03FFE8;
}
</style>
background-color css
<style>
a { background-color: #03FFE8; }
a { background-color: rgb(3,255,232); }
div.DivClassName
{
background-color: #03FFE8;
}
.BgClassName
{
background-color: #03FFE8;
}
</style>
border-color css
<style>
span { border-color: #03FFE8; }
span { border-color: rgb(3,255,232); }
td.TdClassName
{
border-color: #03FFE8;
}
.TagClassName
{
border-color: #03FFE8;
}
</style>