Shades of Medium Aquamarine #71EBA5
Tints of Medium Aquamarine #71EBA5
RGB
CMYK
RGB Variations
Color information
#71EBA5 (or 0x71EBA5) is known color: Medium Aquamarine. HEX triplet: 71, EB and A5. RGB value is (113,235,165). Sum of RGB (Red+Green+Blue) = 113+235+165=513 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.03% from 513); Green value is 235 (92.19% from 255 or 45.81% from 513); Blue value is 165 (64.84% from 255 or 32.16% from 513); Max value from RGB is 235 - color contains mainly: green. Hex color #71EBA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71EBA5 is #8E145A. Grayscale: #BEBEBE. Windows color (decimal): -9311323 or 10873713. OLE color: 10873713.
HSL color Cylindrical-coordinate representation of color #71EBA5: hue angle of 145.57º 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 #71EBA5 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 235 | 165 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.08 |
| HSL | 145.57º | 0.75% | 0.68% | - |
| HSV(B) | 145.57º | 0.52% | 0.92% | - |
| XYZ | 43.31 | 65.64 | 45.99 | - |
| YUV | 190.54 | 113.58 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 235 | 165 | 0.52 | 0 | 0.30 | 0.08 | 145.57 | 0.75 | 0.68 |
| Hex | 71 | EB | A5 | 34 | 0 | 1E | 8 | 92 | 4B | 44 |
| Octal | 161 | 353 | 245 | 64 | 0 | 36 | 10 | 222 | 113 | 104 |
| Binary | 1110001 | 11101011 | 10100101 | 110100 | 0 | 11110 | 1000 | 10010010 | 1001011 | 1000100 |
Color Harmonies of #71EBA5
Complementary color
Monochromatic Colors of #71EBA5
Black with #71EBA5
Text Example
Text Example
White with #71EBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EBA5; }
p { color: rgb(113,235,165); }
H1.HeaderClassName
{
color: #71EBA5;
}
.AnyTagClassName
{
color: #71EBA5;
}
</style>
background-color css
<style>
a { background-color: #71EBA5; }
a { background-color: rgb(113,235,165); }
div.DivClassName
{
background-color: #71EBA5;
}
.BgClassName
{
background-color: #71EBA5;
}
</style>
border-color css
<style>
span { border-color: #71EBA5; }
span { border-color: rgb(113,235,165); }
td.TdClassName
{
border-color: #71EBA5;
}
.TagClassName
{
border-color: #71EBA5;
}
</style>