Shades of Aqua #01F7EC
Tints of Aqua #01F7EC
RGB
CMYK
RGB Variations
Color information
#01F7EC (or 0x01F7EC) is known color: Aqua. HEX triplet: 01, F7 and EC. RGB value is (1,247,236). Sum of RGB (Red+Green+Blue) = 1+247+236=484 (64% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 484); Green value is 247 (96.88% from 255 or 51.03% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 247 - color contains mainly: green. Hex color #01F7EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01F7EC is #FE0813. Grayscale: #ABABAB. Windows color (decimal): -16648212 or 15529729. OLE color: 15529729.
HSL color Cylindrical-coordinate representation of color #01F7EC: hue angle of 177.32º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F7EC is Cyan = 1.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 247 | 236 | - |
| CMYK | 1.00 | 0 | 0.04 | 0.03 |
| HSL | 177.32º | 0.99% | 0.49% | - |
| HSV(B) | 177.32º | 1% | 0.97% | - |
| XYZ | 48.41 | 72.58 | 90.82 | - |
| YUV | 172.19 | 164 | 5.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 247 | 236 | 1.00 | 0 | 0.04 | 0.03 | 177.32 | 0.99 | 0.49 |
| Hex | 1 | F7 | EC | 64 | 0 | 4 | 3 | B1 | 63 | 31 |
| Octal | 1 | 367 | 354 | 144 | 0 | 4 | 3 | 261 | 143 | 61 |
| Binary | 1 | 11110111 | 11101100 | 1100100 | 0 | 100 | 11 | 10110001 | 1100011 | 110001 |
Color Harmonies of #01F7EC
Complementary color
Monochromatic Colors of #01F7EC
Black with #01F7EC
Text Example
Text Example
White with #01F7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F7EC; }
p { color: rgb(1,247,236); }
H1.HeaderClassName
{
color: #01F7EC;
}
.AnyTagClassName
{
color: #01F7EC;
}
</style>
background-color css
<style>
a { background-color: #01F7EC; }
a { background-color: rgb(1,247,236); }
div.DivClassName
{
background-color: #01F7EC;
}
.BgClassName
{
background-color: #01F7EC;
}
</style>
border-color css
<style>
span { border-color: #01F7EC; }
span { border-color: rgb(1,247,236); }
td.TdClassName
{
border-color: #01F7EC;
}
.TagClassName
{
border-color: #01F7EC;
}
</style>