Shades of Medium Aquamarine #71E0A0
Tints of Medium Aquamarine #71E0A0
RGB
CMYK
RGB Variations
Color information
#71E0A0 (or 0x71E0A0) is known color: Medium Aquamarine. HEX triplet: 71, E0 and A0. RGB value is (113,224,160). Sum of RGB (Red+Green+Blue) = 113+224+160=497 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.74% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 224 - color contains mainly: green. Hex color #71E0A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71E0A0 is #8E1F5F. Grayscale: #B7B7B7. Windows color (decimal): -9314144 or 10543217. OLE color: 10543217.
HSL color Cylindrical-coordinate representation of color #71E0A0: hue angle of 145.41º degrees, saturation: 0.64, 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 #71E0A0 is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 224 | 160 | - |
| CMYK | 0.50 | 0 | 0.29 | 0.12 |
| HSL | 145.41º | 0.64% | 0.66% | - |
| HSV(B) | 145.41º | 0.5% | 0.88% | - |
| XYZ | 39.81 | 59.36 | 42.62 | - |
| YUV | 183.52 | 114.73 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 224 | 160 | 0.50 | 0 | 0.29 | 0.12 | 145.41 | 0.64 | 0.66 |
| Hex | 71 | E0 | A0 | 32 | 0 | 1D | C | 91 | 40 | 42 |
| Octal | 161 | 340 | 240 | 62 | 0 | 35 | 14 | 221 | 100 | 102 |
| Binary | 1110001 | 11100000 | 10100000 | 110010 | 0 | 11101 | 1100 | 10010001 | 1000000 | 1000010 |
Color Harmonies of #71E0A0
Complementary color
Monochromatic Colors of #71E0A0
Black with #71E0A0
Text Example
Text Example
White with #71E0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E0A0; }
p { color: rgb(113,224,160); }
H1.HeaderClassName
{
color: #71E0A0;
}
.AnyTagClassName
{
color: #71E0A0;
}
</style>
background-color css
<style>
a { background-color: #71E0A0; }
a { background-color: rgb(113,224,160); }
div.DivClassName
{
background-color: #71E0A0;
}
.BgClassName
{
background-color: #71E0A0;
}
</style>
border-color css
<style>
span { border-color: #71E0A0; }
span { border-color: rgb(113,224,160); }
td.TdClassName
{
border-color: #71E0A0;
}
.TagClassName
{
border-color: #71E0A0;
}
</style>