Shades of Aqua #01FFED
Tints of Aqua #01FFED
RGB
CMYK
RGB Variations
Color information
#01FFED (or 0x01FFED) is known color: Aqua. HEX triplet: 01, FF and ED. RGB value is (1,255,237). Sum of RGB (Red+Green+Blue) = 1+255+237=493 (65% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #01FFED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01FFED is #FE0012. Grayscale: #B0B0B0. Windows color (decimal): -16646163 or 15597313. OLE color: 15597313.
HSL color Cylindrical-coordinate representation of color #01FFED: hue angle of 175.75º 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 #01FFED is Cyan = 1.00, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 255 | 237 | - |
| CMYK | 1.00 | 0 | 0.07 | 0 |
| HSL | 175.75º | 1% | 0.5% | - |
| HSV(B) | 175.75º | 1% | 1% | - |
| XYZ | 51.06 | 77.64 | 92.42 | - |
| YUV | 177 | 161.85 | 2.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 255 | 237 | 1.00 | 0 | 0.07 | 0 | 175.75 | 1 | 0.5 |
| Hex | 1 | FF | ED | 64 | 0 | 7 | 0 | B0 | 64 | 32 |
| Octal | 1 | 377 | 355 | 144 | 0 | 7 | 0 | 260 | 144 | 62 |
| Binary | 1 | 11111111 | 11101101 | 1100100 | 0 | 111 | 0 | 10110000 | 1100100 | 110010 |
Color Harmonies of #01FFED
Complementary color
Monochromatic Colors of #01FFED
Black with #01FFED
Text Example
Text Example
White with #01FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FFED; }
p { color: rgb(1,255,237); }
H1.HeaderClassName
{
color: #01FFED;
}
.AnyTagClassName
{
color: #01FFED;
}
</style>
background-color css
<style>
a { background-color: #01FFED; }
a { background-color: rgb(1,255,237); }
div.DivClassName
{
background-color: #01FFED;
}
.BgClassName
{
background-color: #01FFED;
}
</style>
border-color css
<style>
span { border-color: #01FFED; }
span { border-color: rgb(1,255,237); }
td.TdClassName
{
border-color: #01FFED;
}
.TagClassName
{
border-color: #01FFED;
}
</style>