Shades of Aqua #00FEED
Tints of Aqua #00FEED
RGB
CMYK
RGB Variations
Color information
#00FEED (or 0x00FEED) is known color: Aqua. HEX triplet: 00, FE and ED. RGB value is (0,254,237). Sum of RGB (Red+Green+Blue) = 0+254+237=491 (65% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 491); Green value is 254 (99.61% from 255 or 51.73% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 254 - color contains mainly: green. Hex color #00FEED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FEED is #FF0112. Grayscale: #AFAFAF. Windows color (decimal): -16711955 or 15597056. OLE color: 15597056.
HSL color Cylindrical-coordinate representation of color #00FEED: hue angle of 175.98º 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 #00FEED is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 254 | 237 | - |
| CMYK | 1 | 0 | 0.07 | 0.00 |
| HSL | 175.98º | 1% | 0.5% | - |
| HSV(B) | 175.98º | 1% | 1% | - |
| XYZ | 50.73 | 77 | 92.31 | - |
| YUV | 176.12 | 162.35 | 2.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 254 | 237 | 1 | 0 | 0.07 | 0.00 | 175.98 | 1 | 0.5 |
| Hex | 0 | FE | ED | 64 | 0 | 7 | 0 | B0 | 64 | 32 |
| Octal | 0 | 376 | 355 | 144 | 0 | 7 | 0 | 260 | 144 | 62 |
| Binary | 0 | 11111110 | 11101101 | 1100100 | 0 | 111 | 0 | 10110000 | 1100100 | 110010 |
Color Harmonies of #00FEED
Complementary color
Monochromatic Colors of #00FEED
Black with #00FEED
Text Example
Text Example
White with #00FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FEED; }
p { color: rgb(0,254,237); }
H1.HeaderClassName
{
color: #00FEED;
}
.AnyTagClassName
{
color: #00FEED;
}
</style>
background-color css
<style>
a { background-color: #00FEED; }
a { background-color: rgb(0,254,237); }
div.DivClassName
{
background-color: #00FEED;
}
.BgClassName
{
background-color: #00FEED;
}
</style>
border-color css
<style>
span { border-color: #00FEED; }
span { border-color: rgb(0,254,237); }
td.TdClassName
{
border-color: #00FEED;
}
.TagClassName
{
border-color: #00FEED;
}
</style>