Shades of Aqua #07FEF2
Tints of Aqua #07FEF2
RGB
CMYK
RGB Variations
Color information
#07FEF2 (or 0x07FEF2) is known color: Aqua. HEX triplet: 07, FE and F2. RGB value is (7,254,242). Sum of RGB (Red+Green+Blue) = 7+254+242=503 (66% of max value = 765). Red value is 7 (3.12% from 255 or 1.39% from 503); Green value is 254 (99.61% from 255 or 50.50% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 254 - color contains mainly: green. Hex color #07FEF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07FEF2 is #F8010D. Grayscale: #B2B2B2. Windows color (decimal): -16253198 or 15924743. OLE color: 15924743.
HSL color Cylindrical-coordinate representation of color #07FEF2: hue angle of 177.09º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FEF2 is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 254 | 242 | - |
| CMYK | 0.97 | 0 | 0.05 | 0.00 |
| HSL | 177.09º | 0.99% | 0.51% | - |
| HSV(B) | 177.09º | 0.97% | 1% | - |
| XYZ | 51.56 | 77.34 | 96.22 | - |
| YUV | 178.78 | 163.67 | 5.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 254 | 242 | 0.97 | 0 | 0.05 | 0.00 | 177.09 | 0.99 | 0.51 |
| Hex | 7 | FE | F2 | 61 | 0 | 5 | 0 | B1 | 63 | 33 |
| Octal | 7 | 376 | 362 | 141 | 0 | 5 | 0 | 261 | 143 | 63 |
| Binary | 111 | 11111110 | 11110010 | 1100001 | 0 | 101 | 0 | 10110001 | 1100011 | 110011 |
Color Harmonies of #07FEF2
Complementary color
Monochromatic Colors of #07FEF2
Black with #07FEF2
Text Example
Text Example
White with #07FEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FEF2; }
p { color: rgb(7,254,242); }
H1.HeaderClassName
{
color: #07FEF2;
}
.AnyTagClassName
{
color: #07FEF2;
}
</style>
background-color css
<style>
a { background-color: #07FEF2; }
a { background-color: rgb(7,254,242); }
div.DivClassName
{
background-color: #07FEF2;
}
.BgClassName
{
background-color: #07FEF2;
}
</style>
border-color css
<style>
span { border-color: #07FEF2; }
span { border-color: rgb(7,254,242); }
td.TdClassName
{
border-color: #07FEF2;
}
.TagClassName
{
border-color: #07FEF2;
}
</style>