Shades of Medium Aquamarine #7ADDAE
Tints of Medium Aquamarine #7ADDAE
RGB
CMYK
RGB Variations
Color information
#7ADDAE (or 0x7ADDAE) is known color: Medium Aquamarine. HEX triplet: 7A, DD and AE. RGB value is (122,221,174). Sum of RGB (Red+Green+Blue) = 122+221+174=517 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.60% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADDAE is #852251. Grayscale: #BABABA. Windows color (decimal): -8725074 or 11459962. OLE color: 11459962.
HSL color Cylindrical-coordinate representation of color #7ADDAE: hue angle of 151.52º 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 #7ADDAE is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 174 | - |
| CMYK | 0.45 | 0 | 0.21 | 0.13 |
| HSL | 151.52º | 0.59% | 0.67% | - |
| HSV(B) | 151.52º | 0.45% | 0.87% | - |
| XYZ | 41.52 | 58.91 | 49.23 | - |
| YUV | 186.04 | 121.2 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 174 | 0.45 | 0 | 0.21 | 0.13 | 151.52 | 0.59 | 0.67 |
| Hex | 7A | DD | AE | 2D | 0 | 15 | D | 98 | 3B | 43 |
| Octal | 172 | 335 | 256 | 55 | 0 | 25 | 15 | 230 | 73 | 103 |
| Binary | 1111010 | 11011101 | 10101110 | 101101 | 0 | 10101 | 1101 | 10011000 | 111011 | 1000011 |
Color Harmonies of #7ADDAE
Complementary color
Monochromatic Colors of #7ADDAE
Black with #7ADDAE
Text Example
Text Example
White with #7ADDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDAE; }
p { color: rgb(122,221,174); }
H1.HeaderClassName
{
color: #7ADDAE;
}
.AnyTagClassName
{
color: #7ADDAE;
}
</style>
background-color css
<style>
a { background-color: #7ADDAE; }
a { background-color: rgb(122,221,174); }
div.DivClassName
{
background-color: #7ADDAE;
}
.BgClassName
{
background-color: #7ADDAE;
}
</style>
border-color css
<style>
span { border-color: #7ADDAE; }
span { border-color: rgb(122,221,174); }
td.TdClassName
{
border-color: #7ADDAE;
}
.TagClassName
{
border-color: #7ADDAE;
}
</style>