Shades of Medium Aquamarine #7AD2AD
Tints of Medium Aquamarine #7AD2AD
RGB
CMYK
RGB Variations
Color information
#7AD2AD (or 0x7AD2AD) is known color: Medium Aquamarine. HEX triplet: 7A, D2 and AD. RGB value is (122,210,173). Sum of RGB (Red+Green+Blue) = 122+210+173=505 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.16% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD2AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD2AD is #852D52. Grayscale: #B3B3B3. Windows color (decimal): -8727891 or 11391610. OLE color: 11391610.
HSL color Cylindrical-coordinate representation of color #7AD2AD: hue angle of 154.77º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD2AD is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 210 | 173 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.18 |
| HSL | 154.77º | 0.49% | 0.65% | - |
| HSV(B) | 154.77º | 0.42% | 0.82% | - |
| XYZ | 38.62 | 53.25 | 47.78 | - |
| YUV | 179.47 | 124.35 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 210 | 173 | 0.42 | 0 | 0.18 | 0.18 | 154.77 | 0.49 | 0.65 |
| Hex | 7A | D2 | AD | 2A | 0 | 12 | 12 | 9B | 31 | 41 |
| Octal | 172 | 322 | 255 | 52 | 0 | 22 | 22 | 233 | 61 | 101 |
| Binary | 1111010 | 11010010 | 10101101 | 101010 | 0 | 10010 | 10010 | 10011011 | 110001 | 1000001 |
Color Harmonies of #7AD2AD
Complementary color
Monochromatic Colors of #7AD2AD
Black with #7AD2AD
Text Example
Text Example
White with #7AD2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD2AD; }
p { color: rgb(122,210,173); }
H1.HeaderClassName
{
color: #7AD2AD;
}
.AnyTagClassName
{
color: #7AD2AD;
}
</style>
background-color css
<style>
a { background-color: #7AD2AD; }
a { background-color: rgb(122,210,173); }
div.DivClassName
{
background-color: #7AD2AD;
}
.BgClassName
{
background-color: #7AD2AD;
}
</style>
border-color css
<style>
span { border-color: #7AD2AD; }
span { border-color: rgb(122,210,173); }
td.TdClassName
{
border-color: #7AD2AD;
}
.TagClassName
{
border-color: #7AD2AD;
}
</style>