Shades of Medium Aquamarine #7DD3A6
Tints of Medium Aquamarine #7DD3A6
RGB
CMYK
RGB Variations
Color information
#7DD3A6 (or 0x7DD3A6) is known color: Medium Aquamarine. HEX triplet: 7D, D3 and A6. RGB value is (125,211,166). Sum of RGB (Red+Green+Blue) = 125+211+166=502 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.90% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 211 - color contains mainly: green. Hex color #7DD3A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD3A6 is #822C59. Grayscale: #B4B4B4. Windows color (decimal): -8531034 or 10933117. OLE color: 10933117.
HSL color Cylindrical-coordinate representation of color #7DD3A6: hue angle of 148.6º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DD3A6 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 125 | 211 | 166 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.17 |
| HSL | 148.6º | 0.49% | 0.66% | - |
| HSV(B) | 148.6º | 0.41% | 0.83% | - |
| XYZ | 38.63 | 53.7 | 44.41 | - |
| YUV | 180.16 | 120.01 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 211 | 166 | 0.41 | 0 | 0.21 | 0.17 | 148.6 | 0.49 | 0.66 |
| Hex | 7D | D3 | A6 | 29 | 0 | 15 | 11 | 95 | 31 | 42 |
| Octal | 175 | 323 | 246 | 51 | 0 | 25 | 21 | 225 | 61 | 102 |
| Binary | 1111101 | 11010011 | 10100110 | 101001 | 0 | 10101 | 10001 | 10010101 | 110001 | 1000010 |
Color Harmonies of #7DD3A6
Complementary color
Monochromatic Colors of #7DD3A6
Black with #7DD3A6
Text Example
Text Example
White with #7DD3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD3A6; }
p { color: rgb(125,211,166); }
H1.HeaderClassName
{
color: #7DD3A6;
}
.AnyTagClassName
{
color: #7DD3A6;
}
</style>
background-color css
<style>
a { background-color: #7DD3A6; }
a { background-color: rgb(125,211,166); }
div.DivClassName
{
background-color: #7DD3A6;
}
.BgClassName
{
background-color: #7DD3A6;
}
</style>
border-color css
<style>
span { border-color: #7DD3A6; }
span { border-color: rgb(125,211,166); }
td.TdClassName
{
border-color: #7DD3A6;
}
.TagClassName
{
border-color: #7DD3A6;
}
</style>