Shades of Aqua #07FFF0
Tints of Aqua #07FFF0
RGB
CMYK
RGB Variations
Color information
#07FFF0 (or 0x07FFF0) is known color: Aqua. HEX triplet: 07, FF and F0. RGB value is (7,255,240). Sum of RGB (Red+Green+Blue) = 7+255+240=502 (66% of max value = 765). Red value is 7 (3.12% from 255 or 1.39% from 502); Green value is 255 (100% from 255 or 50.80% from 502); Blue value is 240 (94.14% from 255 or 47.81% from 502); Max value from RGB is 255 - color contains mainly: green. Hex color #07FFF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07FFF0 is #F8000F. Grayscale: #B2B2B2. Windows color (decimal): -16252944 or 15793927. OLE color: 15793927.
HSL color Cylindrical-coordinate representation of color #07FFF0: hue angle of 176.37º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FFF0 is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 255 | 240 | - |
| CMYK | 0.97 | 0 | 0.06 | 0 |
| HSL | 176.37º | 1% | 0.51% | - |
| HSV(B) | 176.37º | 0.97% | 1% | - |
| XYZ | 51.58 | 77.86 | 94.75 | - |
| YUV | 179.14 | 162.34 | 5.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 255 | 240 | 0.97 | 0 | 0.06 | 0 | 176.37 | 1 | 0.51 |
| Hex | 7 | FF | F0 | 61 | 0 | 6 | 0 | B0 | 64 | 33 |
| Octal | 7 | 377 | 360 | 141 | 0 | 6 | 0 | 260 | 144 | 63 |
| Binary | 111 | 11111111 | 11110000 | 1100001 | 0 | 110 | 0 | 10110000 | 1100100 | 110011 |
Color Harmonies of #07FFF0
Complementary color
Monochromatic Colors of #07FFF0
Black with #07FFF0
Text Example
Text Example
White with #07FFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FFF0; }
p { color: rgb(7,255,240); }
H1.HeaderClassName
{
color: #07FFF0;
}
.AnyTagClassName
{
color: #07FFF0;
}
</style>
background-color css
<style>
a { background-color: #07FFF0; }
a { background-color: rgb(7,255,240); }
div.DivClassName
{
background-color: #07FFF0;
}
.BgClassName
{
background-color: #07FFF0;
}
</style>
border-color css
<style>
span { border-color: #07FFF0; }
span { border-color: rgb(7,255,240); }
td.TdClassName
{
border-color: #07FFF0;
}
.TagClassName
{
border-color: #07FFF0;
}
</style>