Shades of Aqua #00FCE9
Tints of Aqua #00FCE9
RGB
CMYK
RGB Variations
Color information
#00FCE9 (or 0x00FCE9) is known color: Aqua. HEX triplet: 00, FC and E9. RGB value is (0,252,233). Sum of RGB (Red+Green+Blue) = 0+252+233=485 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 485); Green value is 252 (98.83% from 255 or 51.96% from 485); Blue value is 233 (91.41% from 255 or 48.04% from 485); Max value from RGB is 252 - color contains mainly: green. Hex color #00FCE9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FCE9 is #FF0316. Grayscale: #AEAEAE. Windows color (decimal): -16712471 or 15334400. OLE color: 15334400.
HSL color Cylindrical-coordinate representation of color #00FCE9: hue angle of 175.48º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FCE9 is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 252 | 233 | - |
| CMYK | 1 | 0 | 0.08 | 0.01 |
| HSL | 175.48º | 1% | 0.49% | - |
| HSV(B) | 175.48º | 1% | 0.99% | - |
| XYZ | 49.52 | 75.5 | 89.05 | - |
| YUV | 174.49 | 161.01 | 3.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 252 | 233 | 1 | 0 | 0.08 | 0.01 | 175.48 | 1 | 0.49 |
| Hex | 0 | FC | E9 | 64 | 0 | 8 | 1 | AF | 64 | 31 |
| Octal | 0 | 374 | 351 | 144 | 0 | 10 | 1 | 257 | 144 | 61 |
| Binary | 0 | 11111100 | 11101001 | 1100100 | 0 | 1000 | 1 | 10101111 | 1100100 | 110001 |
Color Harmonies of #00FCE9
Complementary color
Monochromatic Colors of #00FCE9
Black with #00FCE9
Text Example
Text Example
White with #00FCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FCE9; }
p { color: rgb(0,252,233); }
H1.HeaderClassName
{
color: #00FCE9;
}
.AnyTagClassName
{
color: #00FCE9;
}
</style>
background-color css
<style>
a { background-color: #00FCE9; }
a { background-color: rgb(0,252,233); }
div.DivClassName
{
background-color: #00FCE9;
}
.BgClassName
{
background-color: #00FCE9;
}
</style>
border-color css
<style>
span { border-color: #00FCE9; }
span { border-color: rgb(0,252,233); }
td.TdClassName
{
border-color: #00FCE9;
}
.TagClassName
{
border-color: #00FCE9;
}
</style>