Shades of Medium Aquamarine #71E1AD
Tints of Medium Aquamarine #71E1AD
RGB
CMYK
RGB Variations
Color information
#71E1AD (or 0x71E1AD) is known color: Medium Aquamarine. HEX triplet: 71, E1 and AD. RGB value is (113,225,173). Sum of RGB (Red+Green+Blue) = 113+225+173=511 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.11% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 225 - color contains mainly: green. Hex color #71E1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71E1AD is #8E1E52. Grayscale: #B9B9B9. Windows color (decimal): -9313875 or 11395441. OLE color: 11395441.
HSL color Cylindrical-coordinate representation of color #71E1AD: hue angle of 152.14º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71E1AD is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 225 | 173 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.12 |
| HSL | 152.14º | 0.65% | 0.66% | - |
| HSV(B) | 152.14º | 0.5% | 0.88% | - |
| XYZ | 41.28 | 60.38 | 49.01 | - |
| YUV | 185.58 | 120.89 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 225 | 173 | 0.50 | 0 | 0.23 | 0.12 | 152.14 | 0.65 | 0.66 |
| Hex | 71 | E1 | AD | 32 | 0 | 17 | C | 98 | 41 | 42 |
| Octal | 161 | 341 | 255 | 62 | 0 | 27 | 14 | 230 | 101 | 102 |
| Binary | 1110001 | 11100001 | 10101101 | 110010 | 0 | 10111 | 1100 | 10011000 | 1000001 | 1000010 |
Color Harmonies of #71E1AD
Complementary color
Monochromatic Colors of #71E1AD
Black with #71E1AD
Text Example
Text Example
White with #71E1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E1AD; }
p { color: rgb(113,225,173); }
H1.HeaderClassName
{
color: #71E1AD;
}
.AnyTagClassName
{
color: #71E1AD;
}
</style>
background-color css
<style>
a { background-color: #71E1AD; }
a { background-color: rgb(113,225,173); }
div.DivClassName
{
background-color: #71E1AD;
}
.BgClassName
{
background-color: #71E1AD;
}
</style>
border-color css
<style>
span { border-color: #71E1AD; }
span { border-color: rgb(113,225,173); }
td.TdClassName
{
border-color: #71E1AD;
}
.TagClassName
{
border-color: #71E1AD;
}
</style>