Shades of Medium Aquamarine #7AD99D
Tints of Medium Aquamarine #7AD99D
RGB
CMYK
RGB Variations
Color information
#7AD99D (or 0x7AD99D) is known color: Medium Aquamarine. HEX triplet: 7A, D9 and 9D. RGB value is (122,217,157). Sum of RGB (Red+Green+Blue) = 122+217+157=496 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.60% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 217 - color contains mainly: green. Hex color #7AD99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD99D is #852662. Grayscale: #B5B5B5. Windows color (decimal): -8726115 or 10344826. OLE color: 10344826.
HSL color Cylindrical-coordinate representation of color #7AD99D: hue angle of 142.11º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AD99D is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 217 | 157 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.15 |
| HSL | 142.11º | 0.56% | 0.66% | - |
| HSV(B) | 142.11º | 0.44% | 0.85% | - |
| XYZ | 38.92 | 56.2 | 40.69 | - |
| YUV | 181.76 | 114.03 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 217 | 157 | 0.44 | 0 | 0.28 | 0.15 | 142.11 | 0.56 | 0.66 |
| Hex | 7A | D9 | 9D | 2C | 0 | 1C | F | 8E | 38 | 42 |
| Octal | 172 | 331 | 235 | 54 | 0 | 34 | 17 | 216 | 70 | 102 |
| Binary | 1111010 | 11011001 | 10011101 | 101100 | 0 | 11100 | 1111 | 10001110 | 111000 | 1000010 |
Color Harmonies of #7AD99D
Complementary color
Monochromatic Colors of #7AD99D
Black with #7AD99D
Text Example
Text Example
White with #7AD99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD99D; }
p { color: rgb(122,217,157); }
H1.HeaderClassName
{
color: #7AD99D;
}
.AnyTagClassName
{
color: #7AD99D;
}
</style>
background-color css
<style>
a { background-color: #7AD99D; }
a { background-color: rgb(122,217,157); }
div.DivClassName
{
background-color: #7AD99D;
}
.BgClassName
{
background-color: #7AD99D;
}
</style>
border-color css
<style>
span { border-color: #7AD99D; }
span { border-color: rgb(122,217,157); }
td.TdClassName
{
border-color: #7AD99D;
}
.TagClassName
{
border-color: #7AD99D;
}
</style>