Shades of Aqua #06FFEC
Tints of Aqua #06FFEC
RGB
CMYK
RGB Variations
Color information
#06FFEC (or 0x06FFEC) is known color: Aqua. HEX triplet: 06, FF and EC. RGB value is (6,255,236). Sum of RGB (Red+Green+Blue) = 6+255+236=497 (65% of max value = 765). Red value is 6 (2.73% from 255 or 1.21% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #06FFEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06FFEC is #F90013. Grayscale: #B2B2B2. Windows color (decimal): -16318484 or 15531782. OLE color: 15531782.
HSL color Cylindrical-coordinate representation of color #06FFEC: hue angle of 175.42º 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 #06FFEC is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 236 | - |
| CMYK | 0.98 | 0 | 0.07 | 0 |
| HSL | 175.42º | 1% | 0.51% | - |
| HSV(B) | 175.42º | 0.98% | 1% | - |
| XYZ | 50.98 | 77.61 | 91.65 | - |
| YUV | 178.38 | 160.51 | 5.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 236 | 0.98 | 0 | 0.07 | 0 | 175.42 | 1 | 0.51 |
| Hex | 6 | FF | EC | 62 | 0 | 7 | 0 | AF | 64 | 33 |
| Octal | 6 | 377 | 354 | 142 | 0 | 7 | 0 | 257 | 144 | 63 |
| Binary | 110 | 11111111 | 11101100 | 1100010 | 0 | 111 | 0 | 10101111 | 1100100 | 110011 |
Color Harmonies of #06FFEC
Complementary color
Monochromatic Colors of #06FFEC
Black with #06FFEC
Text Example
Text Example
White with #06FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FFEC; }
p { color: rgb(6,255,236); }
H1.HeaderClassName
{
color: #06FFEC;
}
.AnyTagClassName
{
color: #06FFEC;
}
</style>
background-color css
<style>
a { background-color: #06FFEC; }
a { background-color: rgb(6,255,236); }
div.DivClassName
{
background-color: #06FFEC;
}
.BgClassName
{
background-color: #06FFEC;
}
</style>
border-color css
<style>
span { border-color: #06FFEC; }
span { border-color: rgb(6,255,236); }
td.TdClassName
{
border-color: #06FFEC;
}
.TagClassName
{
border-color: #06FFEC;
}
</style>