Shades of Medium Aquamarine #71ECB0
Tints of Medium Aquamarine #71ECB0
RGB
CMYK
RGB Variations
Color information
#71ECB0 (or 0x71ECB0) is known color: Medium Aquamarine. HEX triplet: 71, EC and B0. RGB value is (113,236,176). Sum of RGB (Red+Green+Blue) = 113+236+176=525 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.52% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #71ECB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71ECB0 is #8E134F. Grayscale: #C0C0C0. Windows color (decimal): -9311056 or 11594865. OLE color: 11594865.
HSL color Cylindrical-coordinate representation of color #71ECB0: hue angle of 150.73º 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 #71ECB0 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 236 | 176 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.07 |
| HSL | 150.73º | 0.76% | 0.68% | - |
| HSV(B) | 150.73º | 0.52% | 0.93% | - |
| XYZ | 44.64 | 66.64 | 51.58 | - |
| YUV | 192.38 | 118.75 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 236 | 176 | 0.52 | 0 | 0.25 | 0.07 | 150.73 | 0.76 | 0.68 |
| Hex | 71 | EC | B0 | 34 | 0 | 19 | 7 | 97 | 4C | 44 |
| Octal | 161 | 354 | 260 | 64 | 0 | 31 | 7 | 227 | 114 | 104 |
| Binary | 1110001 | 11101100 | 10110000 | 110100 | 0 | 11001 | 111 | 10010111 | 1001100 | 1000100 |
Color Harmonies of #71ECB0
Complementary color
Monochromatic Colors of #71ECB0
Black with #71ECB0
Text Example
Text Example
White with #71ECB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ECB0; }
p { color: rgb(113,236,176); }
H1.HeaderClassName
{
color: #71ECB0;
}
.AnyTagClassName
{
color: #71ECB0;
}
</style>
background-color css
<style>
a { background-color: #71ECB0; }
a { background-color: rgb(113,236,176); }
div.DivClassName
{
background-color: #71ECB0;
}
.BgClassName
{
background-color: #71ECB0;
}
</style>
border-color css
<style>
span { border-color: #71ECB0; }
span { border-color: rgb(113,236,176); }
td.TdClassName
{
border-color: #71ECB0;
}
.TagClassName
{
border-color: #71ECB0;
}
</style>