Shades of Medium Aquamarine #7ED1A8
Tints of Medium Aquamarine #7ED1A8
RGB
CMYK
RGB Variations
Color information
#7ED1A8 (or 0x7ED1A8) is known color: Medium Aquamarine. HEX triplet: 7E, D1 and A8. RGB value is (126,209,168). Sum of RGB (Red+Green+Blue) = 126+209+168=503 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.05% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 209 - color contains mainly: green. Hex color #7ED1A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED1A8 is #812E57. Grayscale: #B3B3B3. Windows color (decimal): -8466008 or 11063678. OLE color: 11063678.
HSL color Cylindrical-coordinate representation of color #7ED1A8: hue angle of 150.36º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ED1A8 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 209 | 168 | - |
| CMYK | 0.40 | 0 | 0.20 | 0.18 |
| HSL | 150.36º | 0.47% | 0.66% | - |
| HSV(B) | 150.36º | 0.4% | 0.82% | - |
| XYZ | 38.47 | 52.86 | 45.22 | - |
| YUV | 179.51 | 121.5 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 209 | 168 | 0.40 | 0 | 0.20 | 0.18 | 150.36 | 0.47 | 0.66 |
| Hex | 7E | D1 | A8 | 28 | 0 | 14 | 12 | 96 | 2F | 42 |
| Octal | 176 | 321 | 250 | 50 | 0 | 24 | 22 | 226 | 57 | 102 |
| Binary | 1111110 | 11010001 | 10101000 | 101000 | 0 | 10100 | 10010 | 10010110 | 101111 | 1000010 |
Color Harmonies of #7ED1A8
Complementary color
Monochromatic Colors of #7ED1A8
Black with #7ED1A8
Text Example
Text Example
White with #7ED1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED1A8; }
p { color: rgb(126,209,168); }
H1.HeaderClassName
{
color: #7ED1A8;
}
.AnyTagClassName
{
color: #7ED1A8;
}
</style>
background-color css
<style>
a { background-color: #7ED1A8; }
a { background-color: rgb(126,209,168); }
div.DivClassName
{
background-color: #7ED1A8;
}
.BgClassName
{
background-color: #7ED1A8;
}
</style>
border-color css
<style>
span { border-color: #7ED1A8; }
span { border-color: rgb(126,209,168); }
td.TdClassName
{
border-color: #7ED1A8;
}
.TagClassName
{
border-color: #7ED1A8;
}
</style>