Shades of Aqua #03FEED
Tints of Aqua #03FEED
RGB
CMYK
RGB Variations
Color information
#03FEED (or 0x03FEED) is known color: Aqua. HEX triplet: 03, FE and ED. RGB value is (3,254,237). Sum of RGB (Red+Green+Blue) = 3+254+237=494 (65% of max value = 765). Red value is 3 (1.56% from 255 or 0.61% from 494); Green value is 254 (99.61% from 255 or 51.42% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 254 - color contains mainly: green. Hex color #03FEED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03FEED is #FC0112. Grayscale: #B0B0B0. Windows color (decimal): -16515347 or 15597059. OLE color: 15597059.
HSL color Cylindrical-coordinate representation of color #03FEED: hue angle of 175.94º 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 #03FEED is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 254 | 237 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.00 |
| HSL | 175.94º | 0.99% | 0.5% | - |
| HSV(B) | 175.94º | 0.99% | 1% | - |
| XYZ | 50.77 | 77.02 | 92.31 | - |
| YUV | 177.01 | 161.84 | 3.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 254 | 237 | 0.99 | 0 | 0.07 | 0.00 | 175.94 | 0.99 | 0.5 |
| Hex | 3 | FE | ED | 63 | 0 | 7 | 0 | B0 | 63 | 32 |
| Octal | 3 | 376 | 355 | 143 | 0 | 7 | 0 | 260 | 143 | 62 |
| Binary | 11 | 11111110 | 11101101 | 1100011 | 0 | 111 | 0 | 10110000 | 1100011 | 110010 |
Color Harmonies of #03FEED
Complementary color
Monochromatic Colors of #03FEED
Black with #03FEED
Text Example
Text Example
White with #03FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FEED; }
p { color: rgb(3,254,237); }
H1.HeaderClassName
{
color: #03FEED;
}
.AnyTagClassName
{
color: #03FEED;
}
</style>
background-color css
<style>
a { background-color: #03FEED; }
a { background-color: rgb(3,254,237); }
div.DivClassName
{
background-color: #03FEED;
}
.BgClassName
{
background-color: #03FEED;
}
</style>
border-color css
<style>
span { border-color: #03FEED; }
span { border-color: rgb(3,254,237); }
td.TdClassName
{
border-color: #03FEED;
}
.TagClassName
{
border-color: #03FEED;
}
</style>