Shades of Aqua #00F7F0
Tints of Aqua #00F7F0
RGB
CMYK
RGB Variations
Color information
#00F7F0 (or 0x00F7F0) is known color: Aqua. HEX triplet: 00, F7 and F0. RGB value is (0,247,240). Sum of RGB (Red+Green+Blue) = 0+247+240=487 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 487); Green value is 247 (96.88% from 255 or 50.72% from 487); Blue value is 240 (94.14% from 255 or 49.28% from 487); Max value from RGB is 247 - color contains mainly: green. Hex color #00F7F0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00F7F0 is #FF080F. Grayscale: #ACACAC. Windows color (decimal): -16713744 or 15791872. OLE color: 15791872.
HSL color Cylindrical-coordinate representation of color #00F7F0: hue angle of 178.3º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F7F0 is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 0 | 247 | 240 | - |
| CMYK | 1 | 0 | 0.03 | 0.03 |
| HSL | 178.3º | 1% | 0.48% | - |
| HSV(B) | 178.3º | 1% | 0.97% | - |
| XYZ | 48.99 | 72.81 | 93.91 | - |
| YUV | 172.35 | 166.17 | 5.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 247 | 240 | 1 | 0 | 0.03 | 0.03 | 178.3 | 1 | 0.48 |
| Hex | 0 | F7 | F0 | 64 | 0 | 3 | 3 | B2 | 64 | 30 |
| Octal | 0 | 367 | 360 | 144 | 0 | 3 | 3 | 262 | 144 | 60 |
| Binary | 0 | 11110111 | 11110000 | 1100100 | 0 | 11 | 11 | 10110010 | 1100100 | 110000 |
Color Harmonies of #00F7F0
Complementary color
Monochromatic Colors of #00F7F0
Black with #00F7F0
Text Example
Text Example
White with #00F7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F7F0; }
p { color: rgb(0,247,240); }
H1.HeaderClassName
{
color: #00F7F0;
}
.AnyTagClassName
{
color: #00F7F0;
}
</style>
background-color css
<style>
a { background-color: #00F7F0; }
a { background-color: rgb(0,247,240); }
div.DivClassName
{
background-color: #00F7F0;
}
.BgClassName
{
background-color: #00F7F0;
}
</style>
border-color css
<style>
span { border-color: #00F7F0; }
span { border-color: rgb(0,247,240); }
td.TdClassName
{
border-color: #00F7F0;
}
.TagClassName
{
border-color: #00F7F0;
}
</style>