Shades of Aqua #00FEF9
Tints of Aqua #00FEF9
RGB
CMYK
RGB Variations
Color information
#00FEF9 (or 0x00FEF9) is known color: Aqua. HEX triplet: 00, FE and F9. RGB value is (0,254,249). Sum of RGB (Red+Green+Blue) = 0+254+249=503 (66% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 503); Green value is 254 (99.61% from 255 or 50.50% from 503); Blue value is 249 (97.66% from 255 or 49.50% from 503); Max value from RGB is 254 - color contains mainly: green. Hex color #00FEF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FEF9 is #FF0106. Grayscale: #B1B1B1. Windows color (decimal): -16711943 or 16383488. OLE color: 16383488.
HSL color Cylindrical-coordinate representation of color #00FEF9: hue angle of 178.82º 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 #00FEF9 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 254 | 249 | - |
| CMYK | 1 | 0 | 0.02 | 0.00 |
| HSL | 178.82º | 1% | 0.5% | - |
| HSV(B) | 178.82º | 1% | 1% | - |
| XYZ | 52.54 | 77.72 | 101.86 | - |
| YUV | 177.48 | 168.35 | 1.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 254 | 249 | 1 | 0 | 0.02 | 0.00 | 178.82 | 1 | 0.5 |
| Hex | 0 | FE | F9 | 64 | 0 | 2 | 0 | B3 | 64 | 32 |
| Octal | 0 | 376 | 371 | 144 | 0 | 2 | 0 | 263 | 144 | 62 |
| Binary | 0 | 11111110 | 11111001 | 1100100 | 0 | 10 | 0 | 10110011 | 1100100 | 110010 |
Color Harmonies of #00FEF9
Complementary color
Monochromatic Colors of #00FEF9
Black with #00FEF9
Text Example
Text Example
White with #00FEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FEF9; }
p { color: rgb(0,254,249); }
H1.HeaderClassName
{
color: #00FEF9;
}
.AnyTagClassName
{
color: #00FEF9;
}
</style>
background-color css
<style>
a { background-color: #00FEF9; }
a { background-color: rgb(0,254,249); }
div.DivClassName
{
background-color: #00FEF9;
}
.BgClassName
{
background-color: #00FEF9;
}
</style>
border-color css
<style>
span { border-color: #00FEF9; }
span { border-color: rgb(0,254,249); }
td.TdClassName
{
border-color: #00FEF9;
}
.TagClassName
{
border-color: #00FEF9;
}
</style>