Shades of Aqua #07FFEB
Tints of Aqua #07FFEB
RGB
CMYK
RGB Variations
Color information
#07FFEB (or 0x07FFEB) is known color: Aqua. HEX triplet: 07, FF and EB. RGB value is (7,255,235). Sum of RGB (Red+Green+Blue) = 7+255+235=497 (65% of max value = 765). Red value is 7 (3.12% from 255 or 1.41% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #07FFEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07FFEB is #F80014. Grayscale: #B2B2B2. Windows color (decimal): -16252949 or 15466247. OLE color: 15466247.
HSL color Cylindrical-coordinate representation of color #07FFEB: hue angle of 175.16º 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 #07FFEB is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 255 | 235 | - |
| CMYK | 0.97 | 0 | 0.08 | 0 |
| HSL | 175.16º | 1% | 0.51% | - |
| HSV(B) | 175.16º | 0.97% | 1% | - |
| XYZ | 50.84 | 77.56 | 90.89 | - |
| YUV | 178.57 | 159.84 | 5.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 255 | 235 | 0.97 | 0 | 0.08 | 0 | 175.16 | 1 | 0.51 |
| Hex | 7 | FF | EB | 61 | 0 | 8 | 0 | AF | 64 | 33 |
| Octal | 7 | 377 | 353 | 141 | 0 | 10 | 0 | 257 | 144 | 63 |
| Binary | 111 | 11111111 | 11101011 | 1100001 | 0 | 1000 | 0 | 10101111 | 1100100 | 110011 |
Color Harmonies of #07FFEB
Complementary color
Monochromatic Colors of #07FFEB
Black with #07FFEB
Text Example
Text Example
White with #07FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FFEB; }
p { color: rgb(7,255,235); }
H1.HeaderClassName
{
color: #07FFEB;
}
.AnyTagClassName
{
color: #07FFEB;
}
</style>
background-color css
<style>
a { background-color: #07FFEB; }
a { background-color: rgb(7,255,235); }
div.DivClassName
{
background-color: #07FFEB;
}
.BgClassName
{
background-color: #07FFEB;
}
</style>
border-color css
<style>
span { border-color: #07FFEB; }
span { border-color: rgb(7,255,235); }
td.TdClassName
{
border-color: #07FFEB;
}
.TagClassName
{
border-color: #07FFEB;
}
</style>