Shades of Medium Aquamarine #71C0A0
Tints of Medium Aquamarine #71C0A0
RGB
CMYK
RGB Variations
Color information
#71C0A0 (or 0x71C0A0) is known color: Medium Aquamarine. HEX triplet: 71, C0 and A0. RGB value is (113,192,160). Sum of RGB (Red+Green+Blue) = 113+192+160=465 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.30% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #71C0A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71C0A0 is #8E3F5F. Grayscale: #A4A4A4. Windows color (decimal): -9322336 or 10535025. OLE color: 10535025.
HSL color Cylindrical-coordinate representation of color #71C0A0: hue angle of 155.7º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71C0A0 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 192 | 160 | - |
| CMYK | 0.41 | 0 | 0.17 | 0.25 |
| HSL | 155.7º | 0.39% | 0.6% | - |
| HSV(B) | 155.7º | 0.41% | 0.75% | - |
| XYZ | 32 | 43.75 | 40.02 | - |
| YUV | 164.73 | 125.33 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 192 | 160 | 0.41 | 0 | 0.17 | 0.25 | 155.7 | 0.39 | 0.6 |
| Hex | 71 | C0 | A0 | 29 | 0 | 11 | 19 | 9C | 27 | 3C |
| Octal | 161 | 300 | 240 | 51 | 0 | 21 | 31 | 234 | 47 | 74 |
| Binary | 1110001 | 11000000 | 10100000 | 101001 | 0 | 10001 | 11001 | 10011100 | 100111 | 111100 |
Color Harmonies of #71C0A0
Complementary color
Monochromatic Colors of #71C0A0
Black with #71C0A0
Text Example
Text Example
White with #71C0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C0A0; }
p { color: rgb(113,192,160); }
H1.HeaderClassName
{
color: #71C0A0;
}
.AnyTagClassName
{
color: #71C0A0;
}
</style>
background-color css
<style>
a { background-color: #71C0A0; }
a { background-color: rgb(113,192,160); }
div.DivClassName
{
background-color: #71C0A0;
}
.BgClassName
{
background-color: #71C0A0;
}
</style>
border-color css
<style>
span { border-color: #71C0A0; }
span { border-color: rgb(113,192,160); }
td.TdClassName
{
border-color: #71C0A0;
}
.TagClassName
{
border-color: #71C0A0;
}
</style>