Shades of Aqua #07EEF6
Tints of Aqua #07EEF6
RGB
CMYK
RGB Variations
Color information
#07EEF6 (or 0x07EEF6) is known color: Aqua. HEX triplet: 07, EE and F6. RGB value is (7,238,246). Sum of RGB (Red+Green+Blue) = 7+238+246=491 (65% of max value = 765). Red value is 7 (3.12% from 255 or 1.43% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 246 (96.48% from 255 or 50.10% from 491); Max value from RGB is 246 - color contains mainly: blue. Hex color #07EEF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07EEF6 is #F81109. Grayscale: #A9A9A9. Windows color (decimal): -16257290 or 16182791. OLE color: 16182791.
HSL color Cylindrical-coordinate representation of color #07EEF6: hue angle of 182.01º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07EEF6 is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 7 | 238 | 246 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.04 |
| HSL | 182.01º | 0.94% | 0.5% | - |
| HSV(B) | 182.01º | 0.97% | 0.96% | - |
| XYZ | 47.3 | 67.85 | 97.79 | - |
| YUV | 169.84 | 170.97 | 11.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 238 | 246 | 0.97 | 0.03 | 0 | 0.04 | 182.01 | 0.94 | 0.5 |
| Hex | 7 | EE | F6 | 61 | 3 | 0 | 4 | B6 | 5E | 32 |
| Octal | 7 | 356 | 366 | 141 | 3 | 0 | 4 | 266 | 136 | 62 |
| Binary | 111 | 11101110 | 11110110 | 1100001 | 11 | 0 | 100 | 10110110 | 1011110 | 110010 |
Color Harmonies of #07EEF6
Complementary color
Monochromatic Colors of #07EEF6
Black with #07EEF6
Text Example
Text Example
White with #07EEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07EEF6; }
p { color: rgb(7,238,246); }
H1.HeaderClassName
{
color: #07EEF6;
}
.AnyTagClassName
{
color: #07EEF6;
}
</style>
background-color css
<style>
a { background-color: #07EEF6; }
a { background-color: rgb(7,238,246); }
div.DivClassName
{
background-color: #07EEF6;
}
.BgClassName
{
background-color: #07EEF6;
}
</style>
border-color css
<style>
span { border-color: #07EEF6; }
span { border-color: rgb(7,238,246); }
td.TdClassName
{
border-color: #07EEF6;
}
.TagClassName
{
border-color: #07EEF6;
}
</style>