Shades of Medium Aquamarine #71D3AC
Tints of Medium Aquamarine #71D3AC
RGB
CMYK
RGB Variations
Color information
#71D3AC (or 0x71D3AC) is known color: Medium Aquamarine. HEX triplet: 71, D3 and AC. RGB value is (113,211,172). Sum of RGB (Red+Green+Blue) = 113+211+172=496 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.78% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 211 - color contains mainly: green. Hex color #71D3AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D3AC is #8E2C53. Grayscale: #B1B1B1. Windows color (decimal): -9317460 or 11326321. OLE color: 11326321.
HSL color Cylindrical-coordinate representation of color #71D3AC: hue angle of 156.12º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71D3AC is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 113 | 211 | 172 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.17 |
| HSL | 156.12º | 0.53% | 0.64% | - |
| HSV(B) | 156.12º | 0.46% | 0.83% | - |
| XYZ | 37.55 | 53.08 | 47.3 | - |
| YUV | 177.25 | 125.03 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 211 | 172 | 0.46 | 0 | 0.18 | 0.17 | 156.12 | 0.53 | 0.64 |
| Hex | 71 | D3 | AC | 2E | 0 | 12 | 11 | 9C | 35 | 40 |
| Octal | 161 | 323 | 254 | 56 | 0 | 22 | 21 | 234 | 65 | 100 |
| Binary | 1110001 | 11010011 | 10101100 | 101110 | 0 | 10010 | 10001 | 10011100 | 110101 | 1000000 |
Color Harmonies of #71D3AC
Complementary color
Monochromatic Colors of #71D3AC
Black with #71D3AC
Text Example
Text Example
White with #71D3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D3AC; }
p { color: rgb(113,211,172); }
H1.HeaderClassName
{
color: #71D3AC;
}
.AnyTagClassName
{
color: #71D3AC;
}
</style>
background-color css
<style>
a { background-color: #71D3AC; }
a { background-color: rgb(113,211,172); }
div.DivClassName
{
background-color: #71D3AC;
}
.BgClassName
{
background-color: #71D3AC;
}
</style>
border-color css
<style>
span { border-color: #71D3AC; }
span { border-color: rgb(113,211,172); }
td.TdClassName
{
border-color: #71D3AC;
}
.TagClassName
{
border-color: #71D3AC;
}
</style>