Shades of Medium Aquamarine #7AD4A0
Tints of Medium Aquamarine #7AD4A0
RGB
CMYK
RGB Variations
Color information
#7AD4A0 (or 0x7AD4A0) is known color: Medium Aquamarine. HEX triplet: 7A, D4 and A0. RGB value is (122,212,160). Sum of RGB (Red+Green+Blue) = 122+212+160=494 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.70% from 494); Green value is 212 (83.20% from 255 or 42.91% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 212 - color contains mainly: green. Hex color #7AD4A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD4A0 is #852B5F. Grayscale: #B3B3B3. Windows color (decimal): -8727392 or 10540154. OLE color: 10540154.
HSL color Cylindrical-coordinate representation of color #7AD4A0: hue angle of 145.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD4A0 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 212 | 160 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.17 |
| HSL | 145.33º | 0.51% | 0.65% | - |
| HSV(B) | 145.33º | 0.42% | 0.83% | - |
| XYZ | 37.91 | 53.76 | 41.64 | - |
| YUV | 179.16 | 117.18 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 212 | 160 | 0.42 | 0 | 0.25 | 0.17 | 145.33 | 0.51 | 0.65 |
| Hex | 7A | D4 | A0 | 2A | 0 | 19 | 11 | 91 | 33 | 41 |
| Octal | 172 | 324 | 240 | 52 | 0 | 31 | 21 | 221 | 63 | 101 |
| Binary | 1111010 | 11010100 | 10100000 | 101010 | 0 | 11001 | 10001 | 10010001 | 110011 | 1000001 |
Color Harmonies of #7AD4A0
Complementary color
Monochromatic Colors of #7AD4A0
Black with #7AD4A0
Text Example
Text Example
White with #7AD4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD4A0; }
p { color: rgb(122,212,160); }
H1.HeaderClassName
{
color: #7AD4A0;
}
.AnyTagClassName
{
color: #7AD4A0;
}
</style>
background-color css
<style>
a { background-color: #7AD4A0; }
a { background-color: rgb(122,212,160); }
div.DivClassName
{
background-color: #7AD4A0;
}
.BgClassName
{
background-color: #7AD4A0;
}
</style>
border-color css
<style>
span { border-color: #7AD4A0; }
span { border-color: rgb(122,212,160); }
td.TdClassName
{
border-color: #7AD4A0;
}
.TagClassName
{
border-color: #7AD4A0;
}
</style>