Shades of Medium Aquamarine #71EBA7
Tints of Medium Aquamarine #71EBA7
RGB
CMYK
RGB Variations
Color information
#71EBA7 (or 0x71EBA7) is known color: Medium Aquamarine. HEX triplet: 71, EB and A7. RGB value is (113,235,167). Sum of RGB (Red+Green+Blue) = 113+235+167=515 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.94% from 515); Green value is 235 (92.19% from 255 or 45.63% from 515); Blue value is 167 (65.62% from 255 or 32.43% from 515); Max value from RGB is 235 - color contains mainly: green. Hex color #71EBA7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71EBA7 is #8E1458. Grayscale: #BEBEBE. Windows color (decimal): -9311321 or 11004785. OLE color: 11004785.
HSL color Cylindrical-coordinate representation of color #71EBA7: hue angle of 146.56º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71EBA7 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 235 | 167 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.08 |
| HSL | 146.56º | 0.75% | 0.68% | - |
| HSV(B) | 146.56º | 0.52% | 0.92% | - |
| XYZ | 43.49 | 65.72 | 46.95 | - |
| YUV | 190.77 | 114.58 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 235 | 167 | 0.52 | 0 | 0.29 | 0.08 | 146.56 | 0.75 | 0.68 |
| Hex | 71 | EB | A7 | 34 | 0 | 1D | 8 | 93 | 4B | 44 |
| Octal | 161 | 353 | 247 | 64 | 0 | 35 | 10 | 223 | 113 | 104 |
| Binary | 1110001 | 11101011 | 10100111 | 110100 | 0 | 11101 | 1000 | 10010011 | 1001011 | 1000100 |
Color Harmonies of #71EBA7
Complementary color
Monochromatic Colors of #71EBA7
Black with #71EBA7
Text Example
Text Example
White with #71EBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EBA7; }
p { color: rgb(113,235,167); }
H1.HeaderClassName
{
color: #71EBA7;
}
.AnyTagClassName
{
color: #71EBA7;
}
</style>
background-color css
<style>
a { background-color: #71EBA7; }
a { background-color: rgb(113,235,167); }
div.DivClassName
{
background-color: #71EBA7;
}
.BgClassName
{
background-color: #71EBA7;
}
</style>
border-color css
<style>
span { border-color: #71EBA7; }
span { border-color: rgb(113,235,167); }
td.TdClassName
{
border-color: #71EBA7;
}
.TagClassName
{
border-color: #71EBA7;
}
</style>