Shades of Aqua #00FFEC
Tints of Aqua #00FFEC
RGB
CMYK
RGB Variations
Color information
#00FFEC (or 0x00FFEC) is known color: Aqua. HEX triplet: 00, FF and EC. RGB value is (0,255,236). Sum of RGB (Red+Green+Blue) = 0+255+236=491 (65% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FFEC is #FF0013. Grayscale: #B0B0B0. Windows color (decimal): -16711700 or 15531776. OLE color: 15531776.
HSL color Cylindrical-coordinate representation of color #00FFEC: hue angle of 175.53º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FFEC is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 255 | 236 | - |
| CMYK | 1 | 0 | 0.07 | 0 |
| HSL | 175.53º | 1% | 0.5% | - |
| HSV(B) | 175.53º | 1% | 1% | - |
| XYZ | 50.9 | 77.58 | 91.65 | - |
| YUV | 176.59 | 161.52 | 2.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 255 | 236 | 1 | 0 | 0.07 | 0 | 175.53 | 1 | 0.5 |
| Hex | 0 | FF | EC | 64 | 0 | 7 | 0 | B0 | 64 | 32 |
| Octal | 0 | 377 | 354 | 144 | 0 | 7 | 0 | 260 | 144 | 62 |
| Binary | 0 | 11111111 | 11101100 | 1100100 | 0 | 111 | 0 | 10110000 | 1100100 | 110010 |
Color Harmonies of #00FFEC
Complementary color
Monochromatic Colors of #00FFEC
Black with #00FFEC
Text Example
Text Example
White with #00FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FFEC; }
p { color: rgb(0,255,236); }
H1.HeaderClassName
{
color: #00FFEC;
}
.AnyTagClassName
{
color: #00FFEC;
}
</style>
background-color css
<style>
a { background-color: #00FFEC; }
a { background-color: rgb(0,255,236); }
div.DivClassName
{
background-color: #00FFEC;
}
.BgClassName
{
background-color: #00FFEC;
}
</style>
border-color css
<style>
span { border-color: #00FFEC; }
span { border-color: rgb(0,255,236); }
td.TdClassName
{
border-color: #00FFEC;
}
.TagClassName
{
border-color: #00FFEC;
}
</style>