Shades of Aqua #03FEE9
Tints of Aqua #03FEE9
RGB
CMYK
RGB Variations
Color information
#03FEE9 (or 0x03FEE9) is known color: Aqua. HEX triplet: 03, FE and E9. RGB value is (3,254,233). Sum of RGB (Red+Green+Blue) = 3+254+233=490 (64% of max value = 765). Red value is 3 (1.56% from 255 or 0.61% from 490); Green value is 254 (99.61% from 255 or 51.84% from 490); Blue value is 233 (91.41% from 255 or 47.55% from 490); Max value from RGB is 254 - color contains mainly: green. Hex color #03FEE9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03FEE9 is #FC0116. Grayscale: #B0B0B0. Windows color (decimal): -16515351 or 15334915. OLE color: 15334915.
HSL color Cylindrical-coordinate representation of color #03FEE9: hue angle of 174.98º 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 #03FEE9 is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 254 | 233 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.00 |
| HSL | 174.98º | 0.99% | 0.5% | - |
| HSV(B) | 174.98º | 0.99% | 1% | - |
| XYZ | 50.19 | 76.79 | 89.27 | - |
| YUV | 176.56 | 159.84 | 4.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 254 | 233 | 0.99 | 0 | 0.08 | 0.00 | 174.98 | 0.99 | 0.5 |
| Hex | 3 | FE | E9 | 63 | 0 | 8 | 0 | AF | 63 | 32 |
| Octal | 3 | 376 | 351 | 143 | 0 | 10 | 0 | 257 | 143 | 62 |
| Binary | 11 | 11111110 | 11101001 | 1100011 | 0 | 1000 | 0 | 10101111 | 1100011 | 110010 |
Color Harmonies of #03FEE9
Complementary color
Monochromatic Colors of #03FEE9
Black with #03FEE9
Text Example
Text Example
White with #03FEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FEE9; }
p { color: rgb(3,254,233); }
H1.HeaderClassName
{
color: #03FEE9;
}
.AnyTagClassName
{
color: #03FEE9;
}
</style>
background-color css
<style>
a { background-color: #03FEE9; }
a { background-color: rgb(3,254,233); }
div.DivClassName
{
background-color: #03FEE9;
}
.BgClassName
{
background-color: #03FEE9;
}
</style>
border-color css
<style>
span { border-color: #03FEE9; }
span { border-color: rgb(3,254,233); }
td.TdClassName
{
border-color: #03FEE9;
}
.TagClassName
{
border-color: #03FEE9;
}
</style>