Shades of Medium Aquamarine #7DD1AA
Tints of Medium Aquamarine #7DD1AA
RGB
CMYK
RGB Variations
Color information
#7DD1AA (or 0x7DD1AA) is known color: Medium Aquamarine. HEX triplet: 7D, D1 and AA. RGB value is (125,209,170). Sum of RGB (Red+Green+Blue) = 125+209+170=504 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.80% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 209 - color contains mainly: green. Hex color #7DD1AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD1AA is #822E55. Grayscale: #B3B3B3. Windows color (decimal): -8531542 or 11194749. OLE color: 11194749.
HSL color Cylindrical-coordinate representation of color #7DD1AA: hue angle of 152.14º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD1AA is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 209 | 170 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.18 |
| HSL | 152.14º | 0.48% | 0.65% | - |
| HSV(B) | 152.14º | 0.4% | 0.82% | - |
| XYZ | 38.51 | 52.86 | 46.2 | - |
| YUV | 179.44 | 122.67 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 209 | 170 | 0.40 | 0 | 0.19 | 0.18 | 152.14 | 0.48 | 0.65 |
| Hex | 7D | D1 | AA | 28 | 0 | 13 | 12 | 98 | 30 | 41 |
| Octal | 175 | 321 | 252 | 50 | 0 | 23 | 22 | 230 | 60 | 101 |
| Binary | 1111101 | 11010001 | 10101010 | 101000 | 0 | 10011 | 10010 | 10011000 | 110000 | 1000001 |
Color Harmonies of #7DD1AA
Complementary color
Monochromatic Colors of #7DD1AA
Black with #7DD1AA
Text Example
Text Example
White with #7DD1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD1AA; }
p { color: rgb(125,209,170); }
H1.HeaderClassName
{
color: #7DD1AA;
}
.AnyTagClassName
{
color: #7DD1AA;
}
</style>
background-color css
<style>
a { background-color: #7DD1AA; }
a { background-color: rgb(125,209,170); }
div.DivClassName
{
background-color: #7DD1AA;
}
.BgClassName
{
background-color: #7DD1AA;
}
</style>
border-color css
<style>
span { border-color: #7DD1AA; }
span { border-color: rgb(125,209,170); }
td.TdClassName
{
border-color: #7DD1AA;
}
.TagClassName
{
border-color: #7DD1AA;
}
</style>