Shades of Aqua #07FEEC
Tints of Aqua #07FEEC
RGB
CMYK
RGB Variations
Color information
#07FEEC (or 0x07FEEC) is known color: Aqua. HEX triplet: 07, FE and EC. RGB value is (7,254,236). Sum of RGB (Red+Green+Blue) = 7+254+236=497 (65% of max value = 765). Red value is 7 (3.12% from 255 or 1.41% from 497); Green value is 254 (99.61% from 255 or 51.11% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 254 - color contains mainly: green. Hex color #07FEEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07FEEC is #F80113. Grayscale: #B1B1B1. Windows color (decimal): -16253204 or 15531527. OLE color: 15531527.
HSL color Cylindrical-coordinate representation of color #07FEEC: hue angle of 175.63º 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 #07FEEC is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 254 | 236 | - |
| CMYK | 0.97 | 0 | 0.07 | 0.00 |
| HSL | 175.63º | 0.99% | 0.51% | - |
| HSV(B) | 175.63º | 0.97% | 1% | - |
| XYZ | 50.67 | 76.98 | 91.55 | - |
| YUV | 178.1 | 160.67 | 5.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 254 | 236 | 0.97 | 0 | 0.07 | 0.00 | 175.63 | 0.99 | 0.51 |
| Hex | 7 | FE | EC | 61 | 0 | 7 | 0 | B0 | 63 | 33 |
| Octal | 7 | 376 | 354 | 141 | 0 | 7 | 0 | 260 | 143 | 63 |
| Binary | 111 | 11111110 | 11101100 | 1100001 | 0 | 111 | 0 | 10110000 | 1100011 | 110011 |
Color Harmonies of #07FEEC
Complementary color
Monochromatic Colors of #07FEEC
Black with #07FEEC
Text Example
Text Example
White with #07FEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FEEC; }
p { color: rgb(7,254,236); }
H1.HeaderClassName
{
color: #07FEEC;
}
.AnyTagClassName
{
color: #07FEEC;
}
</style>
background-color css
<style>
a { background-color: #07FEEC; }
a { background-color: rgb(7,254,236); }
div.DivClassName
{
background-color: #07FEEC;
}
.BgClassName
{
background-color: #07FEEC;
}
</style>
border-color css
<style>
span { border-color: #07FEEC; }
span { border-color: rgb(7,254,236); }
td.TdClassName
{
border-color: #07FEEC;
}
.TagClassName
{
border-color: #07FEEC;
}
</style>