Shades of Medium Aquamarine #7ADDA8
Tints of Medium Aquamarine #7ADDA8
RGB
CMYK
RGB Variations
Color information
#7ADDA8 (or 0x7ADDA8) is known color: Medium Aquamarine. HEX triplet: 7A, DD and A8. RGB value is (122,221,168). Sum of RGB (Red+Green+Blue) = 122+221+168=511 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.87% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADDA8 is #852257. Grayscale: #B9B9B9. Windows color (decimal): -8725080 or 11066746. OLE color: 11066746.
HSL color Cylindrical-coordinate representation of color #7ADDA8: hue angle of 147.88º 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 #7ADDA8 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 168 | - |
| CMYK | 0.45 | 0 | 0.24 | 0.13 |
| HSL | 147.88º | 0.59% | 0.67% | - |
| HSV(B) | 147.88º | 0.45% | 0.87% | - |
| XYZ | 40.95 | 58.68 | 46.21 | - |
| YUV | 185.36 | 118.2 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 168 | 0.45 | 0 | 0.24 | 0.13 | 147.88 | 0.59 | 0.67 |
| Hex | 7A | DD | A8 | 2D | 0 | 18 | D | 94 | 3B | 43 |
| Octal | 172 | 335 | 250 | 55 | 0 | 30 | 15 | 224 | 73 | 103 |
| Binary | 1111010 | 11011101 | 10101000 | 101101 | 0 | 11000 | 1101 | 10010100 | 111011 | 1000011 |
Color Harmonies of #7ADDA8
Complementary color
Monochromatic Colors of #7ADDA8
Black with #7ADDA8
Text Example
Text Example
White with #7ADDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDA8; }
p { color: rgb(122,221,168); }
H1.HeaderClassName
{
color: #7ADDA8;
}
.AnyTagClassName
{
color: #7ADDA8;
}
</style>
background-color css
<style>
a { background-color: #7ADDA8; }
a { background-color: rgb(122,221,168); }
div.DivClassName
{
background-color: #7ADDA8;
}
.BgClassName
{
background-color: #7ADDA8;
}
</style>
border-color css
<style>
span { border-color: #7ADDA8; }
span { border-color: rgb(122,221,168); }
td.TdClassName
{
border-color: #7ADDA8;
}
.TagClassName
{
border-color: #7ADDA8;
}
</style>