Shades of Aqua #01FEED
Tints of Aqua #01FEED
RGB
CMYK
RGB Variations
Color information
#01FEED (or 0x01FEED) is known color: Aqua. HEX triplet: 01, FE and ED. RGB value is (1,254,237). Sum of RGB (Red+Green+Blue) = 1+254+237=492 (65% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 492); Green value is 254 (99.61% from 255 or 51.63% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 254 - color contains mainly: green. Hex color #01FEED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01FEED is #FE0112. Grayscale: #B0B0B0. Windows color (decimal): -16646419 or 15597057. OLE color: 15597057.
HSL color Cylindrical-coordinate representation of color #01FEED: hue angle of 175.97º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FEED is Cyan = 1.00, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 254 | 237 | - |
| CMYK | 1.00 | 0 | 0.07 | 0.00 |
| HSL | 175.97º | 0.99% | 0.5% | - |
| HSV(B) | 175.97º | 1% | 1% | - |
| XYZ | 50.74 | 77 | 92.31 | - |
| YUV | 176.42 | 162.18 | 2.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 254 | 237 | 1.00 | 0 | 0.07 | 0.00 | 175.97 | 0.99 | 0.5 |
| Hex | 1 | FE | ED | 64 | 0 | 7 | 0 | B0 | 63 | 32 |
| Octal | 1 | 376 | 355 | 144 | 0 | 7 | 0 | 260 | 143 | 62 |
| Binary | 1 | 11111110 | 11101101 | 1100100 | 0 | 111 | 0 | 10110000 | 1100011 | 110010 |
Color Harmonies of #01FEED
Complementary color
Monochromatic Colors of #01FEED
Black with #01FEED
Text Example
Text Example
White with #01FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FEED; }
p { color: rgb(1,254,237); }
H1.HeaderClassName
{
color: #01FEED;
}
.AnyTagClassName
{
color: #01FEED;
}
</style>
background-color css
<style>
a { background-color: #01FEED; }
a { background-color: rgb(1,254,237); }
div.DivClassName
{
background-color: #01FEED;
}
.BgClassName
{
background-color: #01FEED;
}
</style>
border-color css
<style>
span { border-color: #01FEED; }
span { border-color: rgb(1,254,237); }
td.TdClassName
{
border-color: #01FEED;
}
.TagClassName
{
border-color: #01FEED;
}
</style>