Shades of Medium Aquamarine #7AD2AA
Tints of Medium Aquamarine #7AD2AA
RGB
CMYK
RGB Variations
Color information
#7AD2AA (or 0x7AD2AA) is known color: Medium Aquamarine. HEX triplet: 7A, D2 and AA. RGB value is (122,210,170). Sum of RGB (Red+Green+Blue) = 122+210+170=502 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.30% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD2AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD2AA is #852D55. Grayscale: #B3B3B3. Windows color (decimal): -8727894 or 11195002. OLE color: 11195002.
HSL color Cylindrical-coordinate representation of color #7AD2AA: hue angle of 152.73º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD2AA is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 210 | 170 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.18 |
| HSL | 152.73º | 0.49% | 0.65% | - |
| HSV(B) | 152.73º | 0.42% | 0.82% | - |
| XYZ | 38.33 | 53.13 | 46.27 | - |
| YUV | 179.13 | 122.85 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 210 | 170 | 0.42 | 0 | 0.19 | 0.18 | 152.73 | 0.49 | 0.65 |
| Hex | 7A | D2 | AA | 2A | 0 | 13 | 12 | 99 | 31 | 41 |
| Octal | 172 | 322 | 252 | 52 | 0 | 23 | 22 | 231 | 61 | 101 |
| Binary | 1111010 | 11010010 | 10101010 | 101010 | 0 | 10011 | 10010 | 10011001 | 110001 | 1000001 |
Color Harmonies of #7AD2AA
Complementary color
Monochromatic Colors of #7AD2AA
Black with #7AD2AA
Text Example
Text Example
White with #7AD2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD2AA; }
p { color: rgb(122,210,170); }
H1.HeaderClassName
{
color: #7AD2AA;
}
.AnyTagClassName
{
color: #7AD2AA;
}
</style>
background-color css
<style>
a { background-color: #7AD2AA; }
a { background-color: rgb(122,210,170); }
div.DivClassName
{
background-color: #7AD2AA;
}
.BgClassName
{
background-color: #7AD2AA;
}
</style>
border-color css
<style>
span { border-color: #7AD2AA; }
span { border-color: rgb(122,210,170); }
td.TdClassName
{
border-color: #7AD2AA;
}
.TagClassName
{
border-color: #7AD2AA;
}
</style>