Shades of Medium Aquamarine #7ADAA0
Tints of Medium Aquamarine #7ADAA0
RGB
CMYK
RGB Variations
Color information
#7ADAA0 (or 0x7ADAA0) is known color: Medium Aquamarine. HEX triplet: 7A, DA and A0. RGB value is (122,218,160). Sum of RGB (Red+Green+Blue) = 122+218+160=500 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.4% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADAA0 is #85255F. Grayscale: #B6B6B6. Windows color (decimal): -8725856 or 10541690. OLE color: 10541690.
HSL color Cylindrical-coordinate representation of color #7ADAA0: hue angle of 143.75º 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 #7ADAA0 is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 218 | 160 | - |
| CMYK | 0.44 | 0 | 0.27 | 0.15 |
| HSL | 143.75º | 0.56% | 0.67% | - |
| HSV(B) | 143.75º | 0.44% | 0.85% | - |
| XYZ | 39.44 | 56.82 | 42.15 | - |
| YUV | 182.68 | 115.2 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 218 | 160 | 0.44 | 0 | 0.27 | 0.15 | 143.75 | 0.56 | 0.67 |
| Hex | 7A | DA | A0 | 2C | 0 | 1B | F | 90 | 38 | 43 |
| Octal | 172 | 332 | 240 | 54 | 0 | 33 | 17 | 220 | 70 | 103 |
| Binary | 1111010 | 11011010 | 10100000 | 101100 | 0 | 11011 | 1111 | 10010000 | 111000 | 1000011 |
Color Harmonies of #7ADAA0
Complementary color
Monochromatic Colors of #7ADAA0
Black with #7ADAA0
Text Example
Text Example
White with #7ADAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADAA0; }
p { color: rgb(122,218,160); }
H1.HeaderClassName
{
color: #7ADAA0;
}
.AnyTagClassName
{
color: #7ADAA0;
}
</style>
background-color css
<style>
a { background-color: #7ADAA0; }
a { background-color: rgb(122,218,160); }
div.DivClassName
{
background-color: #7ADAA0;
}
.BgClassName
{
background-color: #7ADAA0;
}
</style>
border-color css
<style>
span { border-color: #7ADAA0; }
span { border-color: rgb(122,218,160); }
td.TdClassName
{
border-color: #7ADAA0;
}
.TagClassName
{
border-color: #7ADAA0;
}
</style>