Shades of Medium Aquamarine #71D8AD
Tints of Medium Aquamarine #71D8AD
RGB
CMYK
RGB Variations
Color information
#71D8AD (or 0x71D8AD) is known color: Medium Aquamarine. HEX triplet: 71, D8 and AD. RGB value is (113,216,173). Sum of RGB (Red+Green+Blue) = 113+216+173=502 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.51% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 216 - color contains mainly: green. Hex color #71D8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D8AD is #8E2752. Grayscale: #B4B4B4. Windows color (decimal): -9316179 or 11393137. OLE color: 11393137.
HSL color Cylindrical-coordinate representation of color #71D8AD: hue angle of 154.95º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71D8AD is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 216 | 173 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.15 |
| HSL | 154.95º | 0.57% | 0.65% | - |
| HSV(B) | 154.95º | 0.48% | 0.85% | - |
| XYZ | 38.91 | 55.64 | 48.22 | - |
| YUV | 180.3 | 123.88 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 216 | 173 | 0.48 | 0 | 0.20 | 0.15 | 154.95 | 0.57 | 0.65 |
| Hex | 71 | D8 | AD | 30 | 0 | 14 | F | 9B | 39 | 41 |
| Octal | 161 | 330 | 255 | 60 | 0 | 24 | 17 | 233 | 71 | 101 |
| Binary | 1110001 | 11011000 | 10101101 | 110000 | 0 | 10100 | 1111 | 10011011 | 111001 | 1000001 |
Color Harmonies of #71D8AD
Complementary color
Monochromatic Colors of #71D8AD
Black with #71D8AD
Text Example
Text Example
White with #71D8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D8AD; }
p { color: rgb(113,216,173); }
H1.HeaderClassName
{
color: #71D8AD;
}
.AnyTagClassName
{
color: #71D8AD;
}
</style>
background-color css
<style>
a { background-color: #71D8AD; }
a { background-color: rgb(113,216,173); }
div.DivClassName
{
background-color: #71D8AD;
}
.BgClassName
{
background-color: #71D8AD;
}
</style>
border-color css
<style>
span { border-color: #71D8AD; }
span { border-color: rgb(113,216,173); }
td.TdClassName
{
border-color: #71D8AD;
}
.TagClassName
{
border-color: #71D8AD;
}
</style>