Shades of Aqua #00FEEE
Tints of Aqua #00FEEE
RGB
CMYK
RGB Variations
Color information
#00FEEE (or 0x00FEEE) is known color: Aqua. HEX triplet: 00, FE and EE. RGB value is (0,254,238). Sum of RGB (Red+Green+Blue) = 0+254+238=492 (65% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 492); Green value is 254 (99.61% from 255 or 51.63% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 254 - color contains mainly: green. Hex color #00FEEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FEEE is #FF0111. Grayscale: #B0B0B0. Windows color (decimal): -16711954 or 15662592. OLE color: 15662592.
HSL color Cylindrical-coordinate representation of color #00FEEE: hue angle of 176.22º 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 #00FEEE is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 254 | 238 | - |
| CMYK | 1 | 0 | 0.06 | 0.00 |
| HSL | 176.22º | 1% | 0.5% | - |
| HSV(B) | 176.22º | 1% | 1% | - |
| XYZ | 50.87 | 77.06 | 93.08 | - |
| YUV | 176.23 | 162.85 | 2.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 254 | 238 | 1 | 0 | 0.06 | 0.00 | 176.22 | 1 | 0.5 |
| Hex | 0 | FE | EE | 64 | 0 | 6 | 0 | B0 | 64 | 32 |
| Octal | 0 | 376 | 356 | 144 | 0 | 6 | 0 | 260 | 144 | 62 |
| Binary | 0 | 11111110 | 11101110 | 1100100 | 0 | 110 | 0 | 10110000 | 1100100 | 110010 |
Color Harmonies of #00FEEE
Complementary color
Monochromatic Colors of #00FEEE
Black with #00FEEE
Text Example
Text Example
White with #00FEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FEEE; }
p { color: rgb(0,254,238); }
H1.HeaderClassName
{
color: #00FEEE;
}
.AnyTagClassName
{
color: #00FEEE;
}
</style>
background-color css
<style>
a { background-color: #00FEEE; }
a { background-color: rgb(0,254,238); }
div.DivClassName
{
background-color: #00FEEE;
}
.BgClassName
{
background-color: #00FEEE;
}
</style>
border-color css
<style>
span { border-color: #00FEEE; }
span { border-color: rgb(0,254,238); }
td.TdClassName
{
border-color: #00FEEE;
}
.TagClassName
{
border-color: #00FEEE;
}
</style>