Shades of Medium Aquamarine #7DD7AD
Tints of Medium Aquamarine #7DD7AD
RGB
CMYK
RGB Variations
Color information
#7DD7AD (or 0x7DD7AD) is known color: Medium Aquamarine. HEX triplet: 7D, D7 and AD. RGB value is (125,215,173). Sum of RGB (Red+Green+Blue) = 125+215+173=513 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.37% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD7AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD7AD is #822852. Grayscale: #B7B7B7. Windows color (decimal): -8530003 or 11392893. OLE color: 11392893.
HSL color Cylindrical-coordinate representation of color #7DD7AD: hue angle of 152º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD7AD is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 215 | 173 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.16 |
| HSL | 152º | 0.53% | 0.67% | - |
| HSV(B) | 152º | 0.42% | 0.84% | - |
| XYZ | 40.3 | 55.98 | 48.22 | - |
| YUV | 183.3 | 122.18 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 215 | 173 | 0.42 | 0 | 0.20 | 0.16 | 152 | 0.53 | 0.67 |
| Hex | 7D | D7 | AD | 2A | 0 | 14 | 10 | 98 | 35 | 43 |
| Octal | 175 | 327 | 255 | 52 | 0 | 24 | 20 | 230 | 65 | 103 |
| Binary | 1111101 | 11010111 | 10101101 | 101010 | 0 | 10100 | 10000 | 10011000 | 110101 | 1000011 |
Color Harmonies of #7DD7AD
Complementary color
Monochromatic Colors of #7DD7AD
Black with #7DD7AD
Text Example
Text Example
White with #7DD7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD7AD; }
p { color: rgb(125,215,173); }
H1.HeaderClassName
{
color: #7DD7AD;
}
.AnyTagClassName
{
color: #7DD7AD;
}
</style>
background-color css
<style>
a { background-color: #7DD7AD; }
a { background-color: rgb(125,215,173); }
div.DivClassName
{
background-color: #7DD7AD;
}
.BgClassName
{
background-color: #7DD7AD;
}
</style>
border-color css
<style>
span { border-color: #7DD7AD; }
span { border-color: rgb(125,215,173); }
td.TdClassName
{
border-color: #7DD7AD;
}
.TagClassName
{
border-color: #7DD7AD;
}
</style>