Shades of Medium Aquamarine #71ECAA
Tints of Medium Aquamarine #71ECAA
RGB
CMYK
RGB Variations
Color information
#71ECAA (or 0x71ECAA) is known color: Medium Aquamarine. HEX triplet: 71, EC and AA. RGB value is (113,236,170). Sum of RGB (Red+Green+Blue) = 113+236+170=519 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.77% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #71ECAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71ECAA is #8E1355. Grayscale: #BFBFBF. Windows color (decimal): -9311062 or 11201649. OLE color: 11201649.
HSL color Cylindrical-coordinate representation of color #71ECAA: hue angle of 147.8º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71ECAA is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 236 | 170 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.07 |
| HSL | 147.8º | 0.76% | 0.68% | - |
| HSV(B) | 147.8º | 0.52% | 0.93% | - |
| XYZ | 44.06 | 66.4 | 48.53 | - |
| YUV | 191.7 | 115.75 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 236 | 170 | 0.52 | 0 | 0.28 | 0.07 | 147.8 | 0.76 | 0.68 |
| Hex | 71 | EC | AA | 34 | 0 | 1C | 7 | 94 | 4C | 44 |
| Octal | 161 | 354 | 252 | 64 | 0 | 34 | 7 | 224 | 114 | 104 |
| Binary | 1110001 | 11101100 | 10101010 | 110100 | 0 | 11100 | 111 | 10010100 | 1001100 | 1000100 |
Color Harmonies of #71ECAA
Complementary color
Monochromatic Colors of #71ECAA
Black with #71ECAA
Text Example
Text Example
White with #71ECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ECAA; }
p { color: rgb(113,236,170); }
H1.HeaderClassName
{
color: #71ECAA;
}
.AnyTagClassName
{
color: #71ECAA;
}
</style>
background-color css
<style>
a { background-color: #71ECAA; }
a { background-color: rgb(113,236,170); }
div.DivClassName
{
background-color: #71ECAA;
}
.BgClassName
{
background-color: #71ECAA;
}
</style>
border-color css
<style>
span { border-color: #71ECAA; }
span { border-color: rgb(113,236,170); }
td.TdClassName
{
border-color: #71ECAA;
}
.TagClassName
{
border-color: #71ECAA;
}
</style>