Shades of Medium Aquamarine #7ADAA2
Tints of Medium Aquamarine #7ADAA2
RGB
CMYK
RGB Variations
Color information
#7ADAA2 (or 0x7ADAA2) is known color: Medium Aquamarine. HEX triplet: 7A, DA and A2. RGB value is (122,218,162). Sum of RGB (Red+Green+Blue) = 122+218+162=502 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.30% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADAA2 is #85255D. Grayscale: #B7B7B7. Windows color (decimal): -8725854 or 10672762. OLE color: 10672762.
HSL color Cylindrical-coordinate representation of color #7ADAA2: hue angle of 145º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ADAA2 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 218 | 162 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.15 |
| HSL | 145º | 0.56% | 0.67% | - |
| HSV(B) | 145º | 0.44% | 0.85% | - |
| XYZ | 39.62 | 56.89 | 43.07 | - |
| YUV | 182.91 | 116.2 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 218 | 162 | 0.44 | 0 | 0.26 | 0.15 | 145 | 0.56 | 0.67 |
| Hex | 7A | DA | A2 | 2C | 0 | 1A | F | 91 | 38 | 43 |
| Octal | 172 | 332 | 242 | 54 | 0 | 32 | 17 | 221 | 70 | 103 |
| Binary | 1111010 | 11011010 | 10100010 | 101100 | 0 | 11010 | 1111 | 10010001 | 111000 | 1000011 |
Color Harmonies of #7ADAA2
Complementary color
Monochromatic Colors of #7ADAA2
Black with #7ADAA2
Text Example
Text Example
White with #7ADAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADAA2; }
p { color: rgb(122,218,162); }
H1.HeaderClassName
{
color: #7ADAA2;
}
.AnyTagClassName
{
color: #7ADAA2;
}
</style>
background-color css
<style>
a { background-color: #7ADAA2; }
a { background-color: rgb(122,218,162); }
div.DivClassName
{
background-color: #7ADAA2;
}
.BgClassName
{
background-color: #7ADAA2;
}
</style>
border-color css
<style>
span { border-color: #7ADAA2; }
span { border-color: rgb(122,218,162); }
td.TdClassName
{
border-color: #7ADAA2;
}
.TagClassName
{
border-color: #7ADAA2;
}
</style>