Shades of Aqua #01F7F2
Tints of Aqua #01F7F2
RGB
CMYK
RGB Variations
Color information
#01F7F2 (or 0x01F7F2) is known color: Aqua. HEX triplet: 01, F7 and F2. RGB value is (1,247,242). Sum of RGB (Red+Green+Blue) = 1+247+242=490 (64% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 490); Green value is 247 (96.88% from 255 or 50.41% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 247 - color contains mainly: green. Hex color #01F7F2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01F7F2 is #FE080D. Grayscale: #ACACAC. Windows color (decimal): -16648206 or 15922945. OLE color: 15922945.
HSL color Cylindrical-coordinate representation of color #01F7F2: hue angle of 178.78º 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 #01F7F2 is Cyan = 1.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 247 | 242 | - |
| CMYK | 1.00 | 0 | 0.02 | 0.03 |
| HSL | 178.78º | 0.99% | 0.49% | - |
| HSV(B) | 178.78º | 1% | 0.97% | - |
| XYZ | 49.3 | 72.94 | 95.48 | - |
| YUV | 172.88 | 167 | 5.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 247 | 242 | 1.00 | 0 | 0.02 | 0.03 | 178.78 | 0.99 | 0.49 |
| Hex | 1 | F7 | F2 | 64 | 0 | 2 | 3 | B3 | 63 | 31 |
| Octal | 1 | 367 | 362 | 144 | 0 | 2 | 3 | 263 | 143 | 61 |
| Binary | 1 | 11110111 | 11110010 | 1100100 | 0 | 10 | 11 | 10110011 | 1100011 | 110001 |
Color Harmonies of #01F7F2
Complementary color
Monochromatic Colors of #01F7F2
Black with #01F7F2
Text Example
Text Example
White with #01F7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F7F2; }
p { color: rgb(1,247,242); }
H1.HeaderClassName
{
color: #01F7F2;
}
.AnyTagClassName
{
color: #01F7F2;
}
</style>
background-color css
<style>
a { background-color: #01F7F2; }
a { background-color: rgb(1,247,242); }
div.DivClassName
{
background-color: #01F7F2;
}
.BgClassName
{
background-color: #01F7F2;
}
</style>
border-color css
<style>
span { border-color: #01F7F2; }
span { border-color: rgb(1,247,242); }
td.TdClassName
{
border-color: #01F7F2;
}
.TagClassName
{
border-color: #01F7F2;
}
</style>