Shades of Medium Aquamarine #71E6AA
Tints of Medium Aquamarine #71E6AA
RGB
CMYK
RGB Variations
Color information
#71E6AA (or 0x71E6AA) is known color: Medium Aquamarine. HEX triplet: 71, E6 and AA. RGB value is (113,230,170). Sum of RGB (Red+Green+Blue) = 113+230+170=513 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.03% from 513); Green value is 230 (90.23% from 255 or 44.83% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 230 - color contains mainly: green. Hex color #71E6AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71E6AA is #8E1955. Grayscale: #BCBCBC. Windows color (decimal): -9312598 or 11200113. OLE color: 11200113.
HSL color Cylindrical-coordinate representation of color #71E6AA: hue angle of 149.23º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71E6AA is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 230 | 170 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.10 |
| HSL | 149.23º | 0.7% | 0.67% | - |
| HSV(B) | 149.23º | 0.51% | 0.9% | - |
| XYZ | 42.36 | 63.01 | 47.96 | - |
| YUV | 188.18 | 117.74 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 230 | 170 | 0.51 | 0 | 0.26 | 0.10 | 149.23 | 0.7 | 0.67 |
| Hex | 71 | E6 | AA | 33 | 0 | 1A | A | 95 | 46 | 43 |
| Octal | 161 | 346 | 252 | 63 | 0 | 32 | 12 | 225 | 106 | 103 |
| Binary | 1110001 | 11100110 | 10101010 | 110011 | 0 | 11010 | 1010 | 10010101 | 1000110 | 1000011 |
Color Harmonies of #71E6AA
Complementary color
Monochromatic Colors of #71E6AA
Black with #71E6AA
Text Example
Text Example
White with #71E6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E6AA; }
p { color: rgb(113,230,170); }
H1.HeaderClassName
{
color: #71E6AA;
}
.AnyTagClassName
{
color: #71E6AA;
}
</style>
background-color css
<style>
a { background-color: #71E6AA; }
a { background-color: rgb(113,230,170); }
div.DivClassName
{
background-color: #71E6AA;
}
.BgClassName
{
background-color: #71E6AA;
}
</style>
border-color css
<style>
span { border-color: #71E6AA; }
span { border-color: rgb(113,230,170); }
td.TdClassName
{
border-color: #71E6AA;
}
.TagClassName
{
border-color: #71E6AA;
}
</style>