Shades of Aqua #00FEF4
Tints of Aqua #00FEF4
RGB
CMYK
RGB Variations
Color information
#00FEF4 (or 0x00FEF4) is known color: Aqua. HEX triplet: 00, FE and F4. RGB value is (0,254,244). Sum of RGB (Red+Green+Blue) = 0+254+244=498 (65% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 498); Green value is 254 (99.61% from 255 or 51.00% from 498); Blue value is 244 (95.70% from 255 or 49.00% from 498); Max value from RGB is 254 - color contains mainly: green. Hex color #00FEF4 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FEF4 is #FF010B. Grayscale: #B0B0B0. Windows color (decimal): -16711948 or 16055808. OLE color: 16055808.
HSL color Cylindrical-coordinate representation of color #00FEF4: hue angle of 177.64º 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 #00FEF4 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 254 | 244 | - |
| CMYK | 1 | 0 | 0.04 | 0.00 |
| HSL | 177.64º | 1% | 0.5% | - |
| HSV(B) | 177.64º | 1% | 1% | - |
| XYZ | 51.77 | 77.42 | 97.8 | - |
| YUV | 176.91 | 165.85 | 1.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 254 | 244 | 1 | 0 | 0.04 | 0.00 | 177.64 | 1 | 0.5 |
| Hex | 0 | FE | F4 | 64 | 0 | 4 | 0 | B2 | 64 | 32 |
| Octal | 0 | 376 | 364 | 144 | 0 | 4 | 0 | 262 | 144 | 62 |
| Binary | 0 | 11111110 | 11110100 | 1100100 | 0 | 100 | 0 | 10110010 | 1100100 | 110010 |
Color Harmonies of #00FEF4
Complementary color
Monochromatic Colors of #00FEF4
Black with #00FEF4
Text Example
Text Example
White with #00FEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FEF4; }
p { color: rgb(0,254,244); }
H1.HeaderClassName
{
color: #00FEF4;
}
.AnyTagClassName
{
color: #00FEF4;
}
</style>
background-color css
<style>
a { background-color: #00FEF4; }
a { background-color: rgb(0,254,244); }
div.DivClassName
{
background-color: #00FEF4;
}
.BgClassName
{
background-color: #00FEF4;
}
</style>
border-color css
<style>
span { border-color: #00FEF4; }
span { border-color: rgb(0,254,244); }
td.TdClassName
{
border-color: #00FEF4;
}
.TagClassName
{
border-color: #00FEF4;
}
</style>