Shades of Aqua #00FEEC
Tints of Aqua #00FEEC
RGB
CMYK
RGB Variations
Color information
#00FEEC (or 0x00FEEC) is known color: Aqua. HEX triplet: 00, FE and EC. RGB value is (0,254,236). Sum of RGB (Red+Green+Blue) = 0+254+236=490 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 490); Green value is 254 (99.61% from 255 or 51.84% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 254 - color contains mainly: green. Hex color #00FEEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FEEC is #FF0113. Grayscale: #AFAFAF. Windows color (decimal): -16711956 or 15531520. OLE color: 15531520.
HSL color Cylindrical-coordinate representation of color #00FEEC: hue angle of 175.75º 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 #00FEEC is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 254 | 236 | - |
| CMYK | 1 | 0 | 0.07 | 0.00 |
| HSL | 175.75º | 1% | 0.5% | - |
| HSV(B) | 175.75º | 1% | 1% | - |
| XYZ | 50.58 | 76.94 | 91.54 | - |
| YUV | 176 | 161.85 | 2.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 254 | 236 | 1 | 0 | 0.07 | 0.00 | 175.75 | 1 | 0.5 |
| Hex | 0 | FE | EC | 64 | 0 | 7 | 0 | B0 | 64 | 32 |
| Octal | 0 | 376 | 354 | 144 | 0 | 7 | 0 | 260 | 144 | 62 |
| Binary | 0 | 11111110 | 11101100 | 1100100 | 0 | 111 | 0 | 10110000 | 1100100 | 110010 |
Color Harmonies of #00FEEC
Complementary color
Monochromatic Colors of #00FEEC
Black with #00FEEC
Text Example
Text Example
White with #00FEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FEEC; }
p { color: rgb(0,254,236); }
H1.HeaderClassName
{
color: #00FEEC;
}
.AnyTagClassName
{
color: #00FEEC;
}
</style>
background-color css
<style>
a { background-color: #00FEEC; }
a { background-color: rgb(0,254,236); }
div.DivClassName
{
background-color: #00FEEC;
}
.BgClassName
{
background-color: #00FEEC;
}
</style>
border-color css
<style>
span { border-color: #00FEEC; }
span { border-color: rgb(0,254,236); }
td.TdClassName
{
border-color: #00FEEC;
}
.TagClassName
{
border-color: #00FEEC;
}
</style>