Shades of Medium Aquamarine #71E5AB
Tints of Medium Aquamarine #71E5AB
RGB
CMYK
RGB Variations
Color information
#71E5AB (or 0x71E5AB) is known color: Medium Aquamarine. HEX triplet: 71, E5 and AB. RGB value is (113,229,171). Sum of RGB (Red+Green+Blue) = 113+229+171=513 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.03% from 513); Green value is 229 (89.84% from 255 or 44.64% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 229 - color contains mainly: green. Hex color #71E5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71E5AB is #8E1A54. Grayscale: #BBBBBB. Windows color (decimal): -9312853 or 11265393. OLE color: 11265393.
HSL color Cylindrical-coordinate representation of color #71E5AB: hue angle of 150º degrees, saturation: 0.69, 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 #71E5AB is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 229 | 171 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.10 |
| HSL | 150º | 0.69% | 0.67% | - |
| HSV(B) | 150º | 0.51% | 0.9% | - |
| XYZ | 42.18 | 62.49 | 48.37 | - |
| YUV | 187.7 | 118.57 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 229 | 171 | 0.51 | 0 | 0.25 | 0.10 | 150 | 0.69 | 0.67 |
| Hex | 71 | E5 | AB | 33 | 0 | 19 | A | 96 | 45 | 43 |
| Octal | 161 | 345 | 253 | 63 | 0 | 31 | 12 | 226 | 105 | 103 |
| Binary | 1110001 | 11100101 | 10101011 | 110011 | 0 | 11001 | 1010 | 10010110 | 1000101 | 1000011 |
Color Harmonies of #71E5AB
Complementary color
Monochromatic Colors of #71E5AB
Black with #71E5AB
Text Example
Text Example
White with #71E5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E5AB; }
p { color: rgb(113,229,171); }
H1.HeaderClassName
{
color: #71E5AB;
}
.AnyTagClassName
{
color: #71E5AB;
}
</style>
background-color css
<style>
a { background-color: #71E5AB; }
a { background-color: rgb(113,229,171); }
div.DivClassName
{
background-color: #71E5AB;
}
.BgClassName
{
background-color: #71E5AB;
}
</style>
border-color css
<style>
span { border-color: #71E5AB; }
span { border-color: rgb(113,229,171); }
td.TdClassName
{
border-color: #71E5AB;
}
.TagClassName
{
border-color: #71E5AB;
}
</style>