Shades of Medium Aquamarine #7ADDAA
Tints of Medium Aquamarine #7ADDAA
RGB
CMYK
RGB Variations
Color information
#7ADDAA (or 0x7ADDAA) is known color: Medium Aquamarine. HEX triplet: 7A, DD and AA. RGB value is (122,221,170). Sum of RGB (Red+Green+Blue) = 122+221+170=513 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.78% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADDAA is #852255. Grayscale: #B9B9B9. Windows color (decimal): -8725078 or 11197818. OLE color: 11197818.
HSL color Cylindrical-coordinate representation of color #7ADDAA: hue angle of 149.09º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADDAA is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 170 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.13 |
| HSL | 149.09º | 0.59% | 0.67% | - |
| HSV(B) | 149.09º | 0.45% | 0.87% | - |
| XYZ | 41.14 | 58.75 | 47.2 | - |
| YUV | 185.59 | 119.2 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 170 | 0.45 | 0 | 0.23 | 0.13 | 149.09 | 0.59 | 0.67 |
| Hex | 7A | DD | AA | 2D | 0 | 17 | D | 95 | 3B | 43 |
| Octal | 172 | 335 | 252 | 55 | 0 | 27 | 15 | 225 | 73 | 103 |
| Binary | 1111010 | 11011101 | 10101010 | 101101 | 0 | 10111 | 1101 | 10010101 | 111011 | 1000011 |
Color Harmonies of #7ADDAA
Complementary color
Monochromatic Colors of #7ADDAA
Black with #7ADDAA
Text Example
Text Example
White with #7ADDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDAA; }
p { color: rgb(122,221,170); }
H1.HeaderClassName
{
color: #7ADDAA;
}
.AnyTagClassName
{
color: #7ADDAA;
}
</style>
background-color css
<style>
a { background-color: #7ADDAA; }
a { background-color: rgb(122,221,170); }
div.DivClassName
{
background-color: #7ADDAA;
}
.BgClassName
{
background-color: #7ADDAA;
}
</style>
border-color css
<style>
span { border-color: #7ADDAA; }
span { border-color: rgb(122,221,170); }
td.TdClassName
{
border-color: #7ADDAA;
}
.TagClassName
{
border-color: #7ADDAA;
}
</style>