Shades of Aqua #07FEED
Tints of Aqua #07FEED
RGB
CMYK
RGB Variations
Color information
#07FEED (or 0x07FEED) is known color: Aqua. HEX triplet: 07, FE and ED. RGB value is (7,254,237). Sum of RGB (Red+Green+Blue) = 7+254+237=498 (65% of max value = 765). Red value is 7 (3.12% from 255 or 1.41% from 498); Green value is 254 (99.61% from 255 or 51.00% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 254 - color contains mainly: green. Hex color #07FEED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07FEED is #F80112. Grayscale: #B2B2B2. Windows color (decimal): -16253203 or 15597063. OLE color: 15597063.
HSL color Cylindrical-coordinate representation of color #07FEED: hue angle of 175.87º 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 #07FEED is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 254 | 237 | - |
| CMYK | 0.97 | 0 | 0.07 | 0.00 |
| HSL | 175.87º | 0.99% | 0.51% | - |
| HSV(B) | 175.87º | 0.97% | 1% | - |
| XYZ | 50.82 | 77.04 | 92.31 | - |
| YUV | 178.21 | 161.17 | 5.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 254 | 237 | 0.97 | 0 | 0.07 | 0.00 | 175.87 | 0.99 | 0.51 |
| Hex | 7 | FE | ED | 61 | 0 | 7 | 0 | B0 | 63 | 33 |
| Octal | 7 | 376 | 355 | 141 | 0 | 7 | 0 | 260 | 143 | 63 |
| Binary | 111 | 11111110 | 11101101 | 1100001 | 0 | 111 | 0 | 10110000 | 1100011 | 110011 |
Color Harmonies of #07FEED
Complementary color
Monochromatic Colors of #07FEED
Black with #07FEED
Text Example
Text Example
White with #07FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FEED; }
p { color: rgb(7,254,237); }
H1.HeaderClassName
{
color: #07FEED;
}
.AnyTagClassName
{
color: #07FEED;
}
</style>
background-color css
<style>
a { background-color: #07FEED; }
a { background-color: rgb(7,254,237); }
div.DivClassName
{
background-color: #07FEED;
}
.BgClassName
{
background-color: #07FEED;
}
</style>
border-color css
<style>
span { border-color: #07FEED; }
span { border-color: rgb(7,254,237); }
td.TdClassName
{
border-color: #07FEED;
}
.TagClassName
{
border-color: #07FEED;
}
</style>