Shades of Aqua #00FEF6
Tints of Aqua #00FEF6
RGB
CMYK
RGB Variations
Color information
#00FEF6 (or 0x00FEF6) is known color: Aqua. HEX triplet: 00, FE and F6. RGB value is (0,254,246). Sum of RGB (Red+Green+Blue) = 0+254+246=500 (66% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 500); Green value is 254 (99.61% from 255 or 50.8% from 500); Blue value is 246 (96.48% from 255 or 49.2% from 500); Max value from RGB is 254 - color contains mainly: green. Hex color #00FEF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FEF6 is #FF0109. Grayscale: #B0B0B0. Windows color (decimal): -16711946 or 16186880. OLE color: 16186880.
HSL color Cylindrical-coordinate representation of color #00FEF6: hue angle of 178.11º 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 #00FEF6 is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 254 | 246 | - |
| CMYK | 1 | 0 | 0.03 | 0.00 |
| HSL | 178.11º | 1% | 0.5% | - |
| HSV(B) | 178.11º | 1% | 1% | - |
| XYZ | 52.08 | 77.54 | 99.41 | - |
| YUV | 177.14 | 166.85 | 1.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 254 | 246 | 1 | 0 | 0.03 | 0.00 | 178.11 | 1 | 0.5 |
| Hex | 0 | FE | F6 | 64 | 0 | 3 | 0 | B2 | 64 | 32 |
| Octal | 0 | 376 | 366 | 144 | 0 | 3 | 0 | 262 | 144 | 62 |
| Binary | 0 | 11111110 | 11110110 | 1100100 | 0 | 11 | 0 | 10110010 | 1100100 | 110010 |
Color Harmonies of #00FEF6
Complementary color
Monochromatic Colors of #00FEF6
Black with #00FEF6
Text Example
Text Example
White with #00FEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FEF6; }
p { color: rgb(0,254,246); }
H1.HeaderClassName
{
color: #00FEF6;
}
.AnyTagClassName
{
color: #00FEF6;
}
</style>
background-color css
<style>
a { background-color: #00FEF6; }
a { background-color: rgb(0,254,246); }
div.DivClassName
{
background-color: #00FEF6;
}
.BgClassName
{
background-color: #00FEF6;
}
</style>
border-color css
<style>
span { border-color: #00FEF6; }
span { border-color: rgb(0,254,246); }
td.TdClassName
{
border-color: #00FEF6;
}
.TagClassName
{
border-color: #00FEF6;
}
</style>