Shades of Medium Aquamarine #71D6A1
Tints of Medium Aquamarine #71D6A1
RGB
CMYK
RGB Variations
Color information
#71D6A1 (or 0x71D6A1) is known color: Medium Aquamarine. HEX triplet: 71, D6 and A1. RGB value is (113,214,161). Sum of RGB (Red+Green+Blue) = 113+214+161=488 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.16% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #71D6A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D6A1 is #8E295E. Grayscale: #B1B1B1. Windows color (decimal): -9316703 or 10606193. OLE color: 10606193.
HSL color Cylindrical-coordinate representation of color #71D6A1: hue angle of 148.51º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71D6A1 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 214 | 161 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.16 |
| HSL | 148.51º | 0.55% | 0.64% | - |
| HSV(B) | 148.51º | 0.47% | 0.84% | - |
| XYZ | 37.29 | 54.18 | 42.21 | - |
| YUV | 177.76 | 118.54 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 214 | 161 | 0.47 | 0 | 0.25 | 0.16 | 148.51 | 0.55 | 0.64 |
| Hex | 71 | D6 | A1 | 2F | 0 | 19 | 10 | 95 | 37 | 40 |
| Octal | 161 | 326 | 241 | 57 | 0 | 31 | 20 | 225 | 67 | 100 |
| Binary | 1110001 | 11010110 | 10100001 | 101111 | 0 | 11001 | 10000 | 10010101 | 110111 | 1000000 |
Color Harmonies of #71D6A1
Complementary color
Monochromatic Colors of #71D6A1
Black with #71D6A1
Text Example
Text Example
White with #71D6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D6A1; }
p { color: rgb(113,214,161); }
H1.HeaderClassName
{
color: #71D6A1;
}
.AnyTagClassName
{
color: #71D6A1;
}
</style>
background-color css
<style>
a { background-color: #71D6A1; }
a { background-color: rgb(113,214,161); }
div.DivClassName
{
background-color: #71D6A1;
}
.BgClassName
{
background-color: #71D6A1;
}
</style>
border-color css
<style>
span { border-color: #71D6A1; }
span { border-color: rgb(113,214,161); }
td.TdClassName
{
border-color: #71D6A1;
}
.TagClassName
{
border-color: #71D6A1;
}
</style>