Shades of Medium Aquamarine #7ED0A6
Tints of Medium Aquamarine #7ED0A6
RGB
CMYK
RGB Variations
Color information
#7ED0A6 (or 0x7ED0A6) is known color: Medium Aquamarine. HEX triplet: 7E, D0 and A6. RGB value is (126,208,166). Sum of RGB (Red+Green+Blue) = 126+208+166=500 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.2% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED0A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED0A6 is #812F59. Grayscale: #B2B2B2. Windows color (decimal): -8466266 or 10932350. OLE color: 10932350.
HSL color Cylindrical-coordinate representation of color #7ED0A6: hue angle of 149.27º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ED0A6 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 208 | 166 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.18 |
| HSL | 149.27º | 0.47% | 0.65% | - |
| HSV(B) | 149.27º | 0.39% | 0.82% | - |
| XYZ | 38.04 | 52.3 | 44.17 | - |
| YUV | 178.69 | 120.83 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 208 | 166 | 0.39 | 0 | 0.20 | 0.18 | 149.27 | 0.47 | 0.65 |
| Hex | 7E | D0 | A6 | 27 | 0 | 14 | 12 | 95 | 2F | 41 |
| Octal | 176 | 320 | 246 | 47 | 0 | 24 | 22 | 225 | 57 | 101 |
| Binary | 1111110 | 11010000 | 10100110 | 100111 | 0 | 10100 | 10010 | 10010101 | 101111 | 1000001 |
Color Harmonies of #7ED0A6
Complementary color
Monochromatic Colors of #7ED0A6
Black with #7ED0A6
Text Example
Text Example
White with #7ED0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED0A6; }
p { color: rgb(126,208,166); }
H1.HeaderClassName
{
color: #7ED0A6;
}
.AnyTagClassName
{
color: #7ED0A6;
}
</style>
background-color css
<style>
a { background-color: #7ED0A6; }
a { background-color: rgb(126,208,166); }
div.DivClassName
{
background-color: #7ED0A6;
}
.BgClassName
{
background-color: #7ED0A6;
}
</style>
border-color css
<style>
span { border-color: #7ED0A6; }
span { border-color: rgb(126,208,166); }
td.TdClassName
{
border-color: #7ED0A6;
}
.TagClassName
{
border-color: #7ED0A6;
}
</style>