Shades of Medium Aquamarine #7ADDAF
Tints of Medium Aquamarine #7ADDAF
RGB
CMYK
RGB Variations
Color information
#7ADDAF (or 0x7ADDAF) is known color: Medium Aquamarine. HEX triplet: 7A, DD and AF. RGB value is (122,221,175). Sum of RGB (Red+Green+Blue) = 122+221+175=518 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.55% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADDAF is #852250. Grayscale: #BABABA. Windows color (decimal): -8725073 or 11525498. OLE color: 11525498.
HSL color Cylindrical-coordinate representation of color #7ADDAF: hue angle of 152.12º 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 #7ADDAF is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 175 | - |
| CMYK | 0.45 | 0 | 0.21 | 0.13 |
| HSL | 152.12º | 0.59% | 0.67% | - |
| HSV(B) | 152.12º | 0.45% | 0.87% | - |
| XYZ | 41.62 | 58.95 | 49.74 | - |
| YUV | 186.16 | 121.7 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 175 | 0.45 | 0 | 0.21 | 0.13 | 152.12 | 0.59 | 0.67 |
| Hex | 7A | DD | AF | 2D | 0 | 15 | D | 98 | 3B | 43 |
| Octal | 172 | 335 | 257 | 55 | 0 | 25 | 15 | 230 | 73 | 103 |
| Binary | 1111010 | 11011101 | 10101111 | 101101 | 0 | 10101 | 1101 | 10011000 | 111011 | 1000011 |
Color Harmonies of #7ADDAF
Complementary color
Monochromatic Colors of #7ADDAF
Black with #7ADDAF
Text Example
Text Example
White with #7ADDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDAF; }
p { color: rgb(122,221,175); }
H1.HeaderClassName
{
color: #7ADDAF;
}
.AnyTagClassName
{
color: #7ADDAF;
}
</style>
background-color css
<style>
a { background-color: #7ADDAF; }
a { background-color: rgb(122,221,175); }
div.DivClassName
{
background-color: #7ADDAF;
}
.BgClassName
{
background-color: #7ADDAF;
}
</style>
border-color css
<style>
span { border-color: #7ADDAF; }
span { border-color: rgb(122,221,175); }
td.TdClassName
{
border-color: #7ADDAF;
}
.TagClassName
{
border-color: #7ADDAF;
}
</style>