Shades of Aqua #07FFE8
Tints of Aqua #07FFE8
RGB
CMYK
RGB Variations
Color information
#07FFE8 (or 0x07FFE8) is known color: Aqua. HEX triplet: 07, FF and E8. RGB value is (7,255,232). Sum of RGB (Red+Green+Blue) = 7+255+232=494 (65% of max value = 765). Red value is 7 (3.12% from 255 or 1.42% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 232 (91.02% from 255 or 46.96% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #07FFE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07FFE8 is #F80017. Grayscale: #B2B2B2. Windows color (decimal): -16252952 or 15269639. OLE color: 15269639.
HSL color Cylindrical-coordinate representation of color #07FFE8: hue angle of 174.44º 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 #07FFE8 is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 255 | 232 | - |
| CMYK | 0.97 | 0 | 0.09 | 0 |
| HSL | 174.44º | 1% | 0.51% | - |
| HSV(B) | 174.44º | 0.97% | 1% | - |
| XYZ | 50.41 | 77.39 | 88.62 | - |
| YUV | 178.23 | 158.34 | 5.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 255 | 232 | 0.97 | 0 | 0.09 | 0 | 174.44 | 1 | 0.51 |
| Hex | 7 | FF | E8 | 61 | 0 | 9 | 0 | AE | 64 | 33 |
| Octal | 7 | 377 | 350 | 141 | 0 | 11 | 0 | 256 | 144 | 63 |
| Binary | 111 | 11111111 | 11101000 | 1100001 | 0 | 1001 | 0 | 10101110 | 1100100 | 110011 |
Color Harmonies of #07FFE8
Complementary color
Monochromatic Colors of #07FFE8
Black with #07FFE8
Text Example
Text Example
White with #07FFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FFE8; }
p { color: rgb(7,255,232); }
H1.HeaderClassName
{
color: #07FFE8;
}
.AnyTagClassName
{
color: #07FFE8;
}
</style>
background-color css
<style>
a { background-color: #07FFE8; }
a { background-color: rgb(7,255,232); }
div.DivClassName
{
background-color: #07FFE8;
}
.BgClassName
{
background-color: #07FFE8;
}
</style>
border-color css
<style>
span { border-color: #07FFE8; }
span { border-color: rgb(7,255,232); }
td.TdClassName
{
border-color: #07FFE8;
}
.TagClassName
{
border-color: #07FFE8;
}
</style>