Shades of Medium Aquamarine #7ADDAC
Tints of Medium Aquamarine #7ADDAC
RGB
CMYK
RGB Variations
Color information
#7ADDAC (or 0x7ADDAC) is known color: Medium Aquamarine. HEX triplet: 7A, DD and AC. RGB value is (122,221,172). Sum of RGB (Red+Green+Blue) = 122+221+172=515 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.69% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADDAC is #852253. Grayscale: #B9B9B9. Windows color (decimal): -8725076 or 11328890. OLE color: 11328890.
HSL color Cylindrical-coordinate representation of color #7ADDAC: hue angle of 150.3º 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 #7ADDAC is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 172 | - |
| CMYK | 0.45 | 0 | 0.22 | 0.13 |
| HSL | 150.3º | 0.59% | 0.67% | - |
| HSV(B) | 150.3º | 0.45% | 0.87% | - |
| XYZ | 41.33 | 58.83 | 48.21 | - |
| YUV | 185.81 | 120.2 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 172 | 0.45 | 0 | 0.22 | 0.13 | 150.3 | 0.59 | 0.67 |
| Hex | 7A | DD | AC | 2D | 0 | 16 | D | 96 | 3B | 43 |
| Octal | 172 | 335 | 254 | 55 | 0 | 26 | 15 | 226 | 73 | 103 |
| Binary | 1111010 | 11011101 | 10101100 | 101101 | 0 | 10110 | 1101 | 10010110 | 111011 | 1000011 |
Color Harmonies of #7ADDAC
Complementary color
Monochromatic Colors of #7ADDAC
Black with #7ADDAC
Text Example
Text Example
White with #7ADDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDAC; }
p { color: rgb(122,221,172); }
H1.HeaderClassName
{
color: #7ADDAC;
}
.AnyTagClassName
{
color: #7ADDAC;
}
</style>
background-color css
<style>
a { background-color: #7ADDAC; }
a { background-color: rgb(122,221,172); }
div.DivClassName
{
background-color: #7ADDAC;
}
.BgClassName
{
background-color: #7ADDAC;
}
</style>
border-color css
<style>
span { border-color: #7ADDAC; }
span { border-color: rgb(122,221,172); }
td.TdClassName
{
border-color: #7ADDAC;
}
.TagClassName
{
border-color: #7ADDAC;
}
</style>