Shades of Aqua #05FFEC
Tints of Aqua #05FFEC
RGB
CMYK
RGB Variations
Color information
#05FFEC (or 0x05FFEC) is known color: Aqua. HEX triplet: 05, FF and EC. RGB value is (5,255,236). Sum of RGB (Red+Green+Blue) = 5+255+236=496 (65% of max value = 765). Red value is 5 (2.34% from 255 or 1.01% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #05FFEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05FFEC is #FA0013. Grayscale: #B1B1B1. Windows color (decimal): -16384020 or 15531781. OLE color: 15531781.
HSL color Cylindrical-coordinate representation of color #05FFEC: hue angle of 175.44º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FFEC is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 255 | 236 | - |
| CMYK | 0.98 | 0 | 0.07 | 0 |
| HSL | 175.44º | 1% | 0.51% | - |
| HSV(B) | 175.44º | 0.98% | 1% | - |
| XYZ | 50.96 | 77.61 | 91.65 | - |
| YUV | 178.08 | 160.68 | 4.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 255 | 236 | 0.98 | 0 | 0.07 | 0 | 175.44 | 1 | 0.51 |
| Hex | 5 | FF | EC | 62 | 0 | 7 | 0 | AF | 64 | 33 |
| Octal | 5 | 377 | 354 | 142 | 0 | 7 | 0 | 257 | 144 | 63 |
| Binary | 101 | 11111111 | 11101100 | 1100010 | 0 | 111 | 0 | 10101111 | 1100100 | 110011 |
Color Harmonies of #05FFEC
Complementary color
Monochromatic Colors of #05FFEC
Black with #05FFEC
Text Example
Text Example
White with #05FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FFEC; }
p { color: rgb(5,255,236); }
H1.HeaderClassName
{
color: #05FFEC;
}
.AnyTagClassName
{
color: #05FFEC;
}
</style>
background-color css
<style>
a { background-color: #05FFEC; }
a { background-color: rgb(5,255,236); }
div.DivClassName
{
background-color: #05FFEC;
}
.BgClassName
{
background-color: #05FFEC;
}
</style>
border-color css
<style>
span { border-color: #05FFEC; }
span { border-color: rgb(5,255,236); }
td.TdClassName
{
border-color: #05FFEC;
}
.TagClassName
{
border-color: #05FFEC;
}
</style>