Shades of Aqua #05FEED
Tints of Aqua #05FEED
RGB
CMYK
RGB Variations
Color information
#05FEED (or 0x05FEED) is known color: Aqua. HEX triplet: 05, FE and ED. RGB value is (5,254,237). Sum of RGB (Red+Green+Blue) = 5+254+237=496 (65% of max value = 765). Red value is 5 (2.34% from 255 or 1.01% from 496); Green value is 254 (99.61% from 255 or 51.21% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 254 - color contains mainly: green. Hex color #05FEED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05FEED is #FA0112. Grayscale: #B1B1B1. Windows color (decimal): -16384275 or 15597061. OLE color: 15597061.
HSL color Cylindrical-coordinate representation of color #05FEED: hue angle of 175.9º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FEED is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 254 | 237 | - |
| CMYK | 0.98 | 0 | 0.07 | 0.00 |
| HSL | 175.9º | 0.99% | 0.51% | - |
| HSV(B) | 175.9º | 0.98% | 1% | - |
| XYZ | 50.79 | 77.03 | 92.31 | - |
| YUV | 177.61 | 161.51 | 4.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 254 | 237 | 0.98 | 0 | 0.07 | 0.00 | 175.9 | 0.99 | 0.51 |
| Hex | 5 | FE | ED | 62 | 0 | 7 | 0 | B0 | 63 | 33 |
| Octal | 5 | 376 | 355 | 142 | 0 | 7 | 0 | 260 | 143 | 63 |
| Binary | 101 | 11111110 | 11101101 | 1100010 | 0 | 111 | 0 | 10110000 | 1100011 | 110011 |
Color Harmonies of #05FEED
Complementary color
Monochromatic Colors of #05FEED
Black with #05FEED
Text Example
Text Example
White with #05FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FEED; }
p { color: rgb(5,254,237); }
H1.HeaderClassName
{
color: #05FEED;
}
.AnyTagClassName
{
color: #05FEED;
}
</style>
background-color css
<style>
a { background-color: #05FEED; }
a { background-color: rgb(5,254,237); }
div.DivClassName
{
background-color: #05FEED;
}
.BgClassName
{
background-color: #05FEED;
}
</style>
border-color css
<style>
span { border-color: #05FEED; }
span { border-color: rgb(5,254,237); }
td.TdClassName
{
border-color: #05FEED;
}
.TagClassName
{
border-color: #05FEED;
}
</style>