Shades of Aqua #07FFED
Tints of Aqua #07FFED
RGB
CMYK
RGB Variations
Color information
#07FFED (or 0x07FFED) is known color: Aqua. HEX triplet: 07, FF and ED. RGB value is (7,255,237). Sum of RGB (Red+Green+Blue) = 7+255+237=499 (66% of max value = 765). Red value is 7 (3.12% from 255 or 1.40% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #07FFED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07FFED is #F80012. Grayscale: #B2B2B2. Windows color (decimal): -16252947 or 15597319. OLE color: 15597319.
HSL color Cylindrical-coordinate representation of color #07FFED: hue angle of 175.65º 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 #07FFED is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 255 | 237 | - |
| CMYK | 0.97 | 0 | 0.07 | 0 |
| HSL | 175.65º | 1% | 0.51% | - |
| HSV(B) | 175.65º | 0.97% | 1% | - |
| XYZ | 51.13 | 77.68 | 92.42 | - |
| YUV | 178.8 | 160.84 | 5.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 255 | 237 | 0.97 | 0 | 0.07 | 0 | 175.65 | 1 | 0.51 |
| Hex | 7 | FF | ED | 61 | 0 | 7 | 0 | B0 | 64 | 33 |
| Octal | 7 | 377 | 355 | 141 | 0 | 7 | 0 | 260 | 144 | 63 |
| Binary | 111 | 11111111 | 11101101 | 1100001 | 0 | 111 | 0 | 10110000 | 1100100 | 110011 |
Color Harmonies of #07FFED
Complementary color
Monochromatic Colors of #07FFED
Black with #07FFED
Text Example
Text Example
White with #07FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FFED; }
p { color: rgb(7,255,237); }
H1.HeaderClassName
{
color: #07FFED;
}
.AnyTagClassName
{
color: #07FFED;
}
</style>
background-color css
<style>
a { background-color: #07FFED; }
a { background-color: rgb(7,255,237); }
div.DivClassName
{
background-color: #07FFED;
}
.BgClassName
{
background-color: #07FFED;
}
</style>
border-color css
<style>
span { border-color: #07FFED; }
span { border-color: rgb(7,255,237); }
td.TdClassName
{
border-color: #07FFED;
}
.TagClassName
{
border-color: #07FFED;
}
</style>