Shades of Medium Aquamarine #71D3AD
Tints of Medium Aquamarine #71D3AD
RGB
CMYK
RGB Variations
Color information
#71D3AD (or 0x71D3AD) is known color: Medium Aquamarine. HEX triplet: 71, D3 and AD. RGB value is (113,211,173). Sum of RGB (Red+Green+Blue) = 113+211+173=497 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.74% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 211 - color contains mainly: green. Hex color #71D3AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D3AD is #8E2C52. Grayscale: #B1B1B1. Windows color (decimal): -9317459 or 11391857. OLE color: 11391857.
HSL color Cylindrical-coordinate representation of color #71D3AD: hue angle of 156.73º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71D3AD is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 113 | 211 | 173 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.17 |
| HSL | 156.73º | 0.53% | 0.64% | - |
| HSV(B) | 156.73º | 0.46% | 0.83% | - |
| XYZ | 37.65 | 53.12 | 47.8 | - |
| YUV | 177.37 | 125.53 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 211 | 173 | 0.46 | 0 | 0.18 | 0.17 | 156.73 | 0.53 | 0.64 |
| Hex | 71 | D3 | AD | 2E | 0 | 12 | 11 | 9D | 35 | 40 |
| Octal | 161 | 323 | 255 | 56 | 0 | 22 | 21 | 235 | 65 | 100 |
| Binary | 1110001 | 11010011 | 10101101 | 101110 | 0 | 10010 | 10001 | 10011101 | 110101 | 1000000 |
Color Harmonies of #71D3AD
Complementary color
Monochromatic Colors of #71D3AD
Black with #71D3AD
Text Example
Text Example
White with #71D3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D3AD; }
p { color: rgb(113,211,173); }
H1.HeaderClassName
{
color: #71D3AD;
}
.AnyTagClassName
{
color: #71D3AD;
}
</style>
background-color css
<style>
a { background-color: #71D3AD; }
a { background-color: rgb(113,211,173); }
div.DivClassName
{
background-color: #71D3AD;
}
.BgClassName
{
background-color: #71D3AD;
}
</style>
border-color css
<style>
span { border-color: #71D3AD; }
span { border-color: rgb(113,211,173); }
td.TdClassName
{
border-color: #71D3AD;
}
.TagClassName
{
border-color: #71D3AD;
}
</style>