Shades of Aqua #01F5F0
Tints of Aqua #01F5F0
RGB
CMYK
RGB Variations
Color information
#01F5F0 (or 0x01F5F0) is known color: Aqua. HEX triplet: 01, F5 and F0. RGB value is (1,245,240). Sum of RGB (Red+Green+Blue) = 1+245+240=486 (64% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 486); Green value is 245 (96.09% from 255 or 50.41% from 486); Blue value is 240 (94.14% from 255 or 49.38% from 486); Max value from RGB is 245 - color contains mainly: green. Hex color #01F5F0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01F5F0 is #FE0A0F. Grayscale: #ABABAB. Windows color (decimal): -16648720 or 15791361. OLE color: 15791361.
HSL color Cylindrical-coordinate representation of color #01F5F0: hue angle of 178.77º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F5F0 is Cyan = 1.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 1 | 245 | 240 | - |
| CMYK | 1.00 | 0 | 0.02 | 0.04 |
| HSL | 178.77º | 0.99% | 0.48% | - |
| HSV(B) | 178.77º | 1% | 0.96% | - |
| XYZ | 48.39 | 71.6 | 93.71 | - |
| YUV | 171.47 | 166.66 | 6.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 245 | 240 | 1.00 | 0 | 0.02 | 0.04 | 178.77 | 0.99 | 0.48 |
| Hex | 1 | F5 | F0 | 64 | 0 | 2 | 4 | B3 | 63 | 30 |
| Octal | 1 | 365 | 360 | 144 | 0 | 2 | 4 | 263 | 143 | 60 |
| Binary | 1 | 11110101 | 11110000 | 1100100 | 0 | 10 | 100 | 10110011 | 1100011 | 110000 |
Color Harmonies of #01F5F0
Complementary color
Monochromatic Colors of #01F5F0
Black with #01F5F0
Text Example
Text Example
White with #01F5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F5F0; }
p { color: rgb(1,245,240); }
H1.HeaderClassName
{
color: #01F5F0;
}
.AnyTagClassName
{
color: #01F5F0;
}
</style>
background-color css
<style>
a { background-color: #01F5F0; }
a { background-color: rgb(1,245,240); }
div.DivClassName
{
background-color: #01F5F0;
}
.BgClassName
{
background-color: #01F5F0;
}
</style>
border-color css
<style>
span { border-color: #01F5F0; }
span { border-color: rgb(1,245,240); }
td.TdClassName
{
border-color: #01F5F0;
}
.TagClassName
{
border-color: #01F5F0;
}
</style>