Shades of Medium Aquamarine #7ADDA6
Tints of Medium Aquamarine #7ADDA6
RGB
CMYK
RGB Variations
Color information
#7ADDA6 (or 0x7ADDA6) is known color: Medium Aquamarine. HEX triplet: 7A, DD and A6. RGB value is (122,221,166). Sum of RGB (Red+Green+Blue) = 122+221+166=509 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.97% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADDA6 is #852259. Grayscale: #B9B9B9. Windows color (decimal): -8725082 or 10935674. OLE color: 10935674.
HSL color Cylindrical-coordinate representation of color #7ADDA6: hue angle of 146.67º 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 #7ADDA6 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 166 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.13 |
| HSL | 146.67º | 0.59% | 0.67% | - |
| HSV(B) | 146.67º | 0.45% | 0.87% | - |
| XYZ | 40.77 | 58.6 | 45.24 | - |
| YUV | 185.13 | 117.2 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 166 | 0.45 | 0 | 0.25 | 0.13 | 146.67 | 0.59 | 0.67 |
| Hex | 7A | DD | A6 | 2D | 0 | 19 | D | 93 | 3B | 43 |
| Octal | 172 | 335 | 246 | 55 | 0 | 31 | 15 | 223 | 73 | 103 |
| Binary | 1111010 | 11011101 | 10100110 | 101101 | 0 | 11001 | 1101 | 10010011 | 111011 | 1000011 |
Color Harmonies of #7ADDA6
Complementary color
Monochromatic Colors of #7ADDA6
Black with #7ADDA6
Text Example
Text Example
White with #7ADDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDA6; }
p { color: rgb(122,221,166); }
H1.HeaderClassName
{
color: #7ADDA6;
}
.AnyTagClassName
{
color: #7ADDA6;
}
</style>
background-color css
<style>
a { background-color: #7ADDA6; }
a { background-color: rgb(122,221,166); }
div.DivClassName
{
background-color: #7ADDA6;
}
.BgClassName
{
background-color: #7ADDA6;
}
</style>
border-color css
<style>
span { border-color: #7ADDA6; }
span { border-color: rgb(122,221,166); }
td.TdClassName
{
border-color: #7ADDA6;
}
.TagClassName
{
border-color: #7ADDA6;
}
</style>