Shades of Aqua #00FFEE
Tints of Aqua #00FFEE
RGB
CMYK
RGB Variations
Color information
#00FFEE (or 0x00FFEE) is known color: Aqua. HEX triplet: 00, FF and EE. RGB value is (0,255,238). Sum of RGB (Red+Green+Blue) = 0+255+238=493 (65% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FFEE is #FF0011. Grayscale: #B0B0B0. Windows color (decimal): -16711698 or 15662848. OLE color: 15662848.
HSL color Cylindrical-coordinate representation of color #00FFEE: hue angle of 176º 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 #00FFEE is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 255 | 238 | - |
| CMYK | 1 | 0 | 0.07 | 0 |
| HSL | 176º | 1% | 0.5% | - |
| HSV(B) | 176º | 1% | 1% | - |
| XYZ | 51.19 | 77.69 | 93.19 | - |
| YUV | 176.82 | 162.52 | 1.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 255 | 238 | 1 | 0 | 0.07 | 0 | 176 | 1 | 0.5 |
| Hex | 0 | FF | EE | 64 | 0 | 7 | 0 | B0 | 64 | 32 |
| Octal | 0 | 377 | 356 | 144 | 0 | 7 | 0 | 260 | 144 | 62 |
| Binary | 0 | 11111111 | 11101110 | 1100100 | 0 | 111 | 0 | 10110000 | 1100100 | 110010 |
Color Harmonies of #00FFEE
Complementary color
Monochromatic Colors of #00FFEE
Black with #00FFEE
Text Example
Text Example
White with #00FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FFEE; }
p { color: rgb(0,255,238); }
H1.HeaderClassName
{
color: #00FFEE;
}
.AnyTagClassName
{
color: #00FFEE;
}
</style>
background-color css
<style>
a { background-color: #00FFEE; }
a { background-color: rgb(0,255,238); }
div.DivClassName
{
background-color: #00FFEE;
}
.BgClassName
{
background-color: #00FFEE;
}
</style>
border-color css
<style>
span { border-color: #00FFEE; }
span { border-color: rgb(0,255,238); }
td.TdClassName
{
border-color: #00FFEE;
}
.TagClassName
{
border-color: #00FFEE;
}
</style>