Shades of Aqua #00FEF1
Tints of Aqua #00FEF1
RGB
CMYK
RGB Variations
Color information
#00FEF1 (or 0x00FEF1) is known color: Aqua. HEX triplet: 00, FE and F1. RGB value is (0,254,241). Sum of RGB (Red+Green+Blue) = 0+254+241=495 (65% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 495); Green value is 254 (99.61% from 255 or 51.31% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 254 - color contains mainly: green. Hex color #00FEF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FEF1 is #FF010E. Grayscale: #B0B0B0. Windows color (decimal): -16711951 or 15859200. OLE color: 15859200.
HSL color Cylindrical-coordinate representation of color #00FEF1: hue angle of 176.93º 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 #00FEF1 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 254 | 241 | - |
| CMYK | 1 | 0 | 0.05 | 0.00 |
| HSL | 176.93º | 1% | 0.5% | - |
| HSV(B) | 176.93º | 1% | 1% | - |
| XYZ | 51.32 | 77.23 | 95.42 | - |
| YUV | 176.57 | 164.35 | 2.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 254 | 241 | 1 | 0 | 0.05 | 0.00 | 176.93 | 1 | 0.5 |
| Hex | 0 | FE | F1 | 64 | 0 | 5 | 0 | B1 | 64 | 32 |
| Octal | 0 | 376 | 361 | 144 | 0 | 5 | 0 | 261 | 144 | 62 |
| Binary | 0 | 11111110 | 11110001 | 1100100 | 0 | 101 | 0 | 10110001 | 1100100 | 110010 |
Color Harmonies of #00FEF1
Complementary color
Monochromatic Colors of #00FEF1
Black with #00FEF1
Text Example
Text Example
White with #00FEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FEF1; }
p { color: rgb(0,254,241); }
H1.HeaderClassName
{
color: #00FEF1;
}
.AnyTagClassName
{
color: #00FEF1;
}
</style>
background-color css
<style>
a { background-color: #00FEF1; }
a { background-color: rgb(0,254,241); }
div.DivClassName
{
background-color: #00FEF1;
}
.BgClassName
{
background-color: #00FEF1;
}
</style>
border-color css
<style>
span { border-color: #00FEF1; }
span { border-color: rgb(0,254,241); }
td.TdClassName
{
border-color: #00FEF1;
}
.TagClassName
{
border-color: #00FEF1;
}
</style>