Shades of Medium Aquamarine #7ADDA1
Tints of Medium Aquamarine #7ADDA1
RGB
CMYK
RGB Variations
Color information
#7ADDA1 (or 0x7ADDA1) is known color: Medium Aquamarine. HEX triplet: 7A, DD and A1. RGB value is (122,221,161). Sum of RGB (Red+Green+Blue) = 122+221+161=504 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.21% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADDA1 is #85225E. Grayscale: #B8B8B8. Windows color (decimal): -8725087 or 10607994. OLE color: 10607994.
HSL color Cylindrical-coordinate representation of color #7ADDA1: hue angle of 143.64º 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 #7ADDA1 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 161 | - |
| CMYK | 0.45 | 0 | 0.27 | 0.13 |
| HSL | 143.64º | 0.59% | 0.67% | - |
| HSV(B) | 143.64º | 0.45% | 0.87% | - |
| XYZ | 40.32 | 58.42 | 42.87 | - |
| YUV | 184.56 | 114.7 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 161 | 0.45 | 0 | 0.27 | 0.13 | 143.64 | 0.59 | 0.67 |
| Hex | 7A | DD | A1 | 2D | 0 | 1B | D | 90 | 3B | 43 |
| Octal | 172 | 335 | 241 | 55 | 0 | 33 | 15 | 220 | 73 | 103 |
| Binary | 1111010 | 11011101 | 10100001 | 101101 | 0 | 11011 | 1101 | 10010000 | 111011 | 1000011 |
Color Harmonies of #7ADDA1
Complementary color
Monochromatic Colors of #7ADDA1
Black with #7ADDA1
Text Example
Text Example
White with #7ADDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDA1; }
p { color: rgb(122,221,161); }
H1.HeaderClassName
{
color: #7ADDA1;
}
.AnyTagClassName
{
color: #7ADDA1;
}
</style>
background-color css
<style>
a { background-color: #7ADDA1; }
a { background-color: rgb(122,221,161); }
div.DivClassName
{
background-color: #7ADDA1;
}
.BgClassName
{
background-color: #7ADDA1;
}
</style>
border-color css
<style>
span { border-color: #7ADDA1; }
span { border-color: rgb(122,221,161); }
td.TdClassName
{
border-color: #7ADDA1;
}
.TagClassName
{
border-color: #7ADDA1;
}
</style>