Shades of Medium Aquamarine #71E1AA
Tints of Medium Aquamarine #71E1AA
RGB
CMYK
RGB Variations
Color information
#71E1AA (or 0x71E1AA) is known color: Medium Aquamarine. HEX triplet: 71, E1 and AA. RGB value is (113,225,170). Sum of RGB (Red+Green+Blue) = 113+225+170=508 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.24% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 225 - color contains mainly: green. Hex color #71E1AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71E1AA is #8E1E55. Grayscale: #B9B9B9. Windows color (decimal): -9313878 or 11198833. OLE color: 11198833.
HSL color Cylindrical-coordinate representation of color #71E1AA: hue angle of 150.54º 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 #71E1AA is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 225 | 170 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.12 |
| HSL | 150.54º | 0.65% | 0.66% | - |
| HSV(B) | 150.54º | 0.5% | 0.88% | - |
| XYZ | 40.99 | 60.26 | 47.5 | - |
| YUV | 185.24 | 119.39 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 225 | 170 | 0.50 | 0 | 0.24 | 0.12 | 150.54 | 0.65 | 0.66 |
| Hex | 71 | E1 | AA | 32 | 0 | 18 | C | 97 | 41 | 42 |
| Octal | 161 | 341 | 252 | 62 | 0 | 30 | 14 | 227 | 101 | 102 |
| Binary | 1110001 | 11100001 | 10101010 | 110010 | 0 | 11000 | 1100 | 10010111 | 1000001 | 1000010 |
Color Harmonies of #71E1AA
Complementary color
Monochromatic Colors of #71E1AA
Black with #71E1AA
Text Example
Text Example
White with #71E1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E1AA; }
p { color: rgb(113,225,170); }
H1.HeaderClassName
{
color: #71E1AA;
}
.AnyTagClassName
{
color: #71E1AA;
}
</style>
background-color css
<style>
a { background-color: #71E1AA; }
a { background-color: rgb(113,225,170); }
div.DivClassName
{
background-color: #71E1AA;
}
.BgClassName
{
background-color: #71E1AA;
}
</style>
border-color css
<style>
span { border-color: #71E1AA; }
span { border-color: rgb(113,225,170); }
td.TdClassName
{
border-color: #71E1AA;
}
.TagClassName
{
border-color: #71E1AA;
}
</style>