Shades of Medium Aquamarine #71D3AB
Tints of Medium Aquamarine #71D3AB
RGB
CMYK
RGB Variations
Color information
#71D3AB (or 0x71D3AB) is known color: Medium Aquamarine. HEX triplet: 71, D3 and AB. RGB value is (113,211,171). Sum of RGB (Red+Green+Blue) = 113+211+171=495 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.83% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 211 - color contains mainly: green. Hex color #71D3AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D3AB is #8E2C54. Grayscale: #B1B1B1. Windows color (decimal): -9317461 or 11260785. OLE color: 11260785.
HSL color Cylindrical-coordinate representation of color #71D3AB: hue angle of 155.51º 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 #71D3AB is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 113 | 211 | 171 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.17 |
| HSL | 155.51º | 0.53% | 0.64% | - |
| HSV(B) | 155.51º | 0.46% | 0.83% | - |
| XYZ | 37.46 | 53.04 | 46.79 | - |
| YUV | 177.14 | 124.53 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 211 | 171 | 0.46 | 0 | 0.19 | 0.17 | 155.51 | 0.53 | 0.64 |
| Hex | 71 | D3 | AB | 2E | 0 | 13 | 11 | 9C | 35 | 40 |
| Octal | 161 | 323 | 253 | 56 | 0 | 23 | 21 | 234 | 65 | 100 |
| Binary | 1110001 | 11010011 | 10101011 | 101110 | 0 | 10011 | 10001 | 10011100 | 110101 | 1000000 |
Color Harmonies of #71D3AB
Complementary color
Monochromatic Colors of #71D3AB
Black with #71D3AB
Text Example
Text Example
White with #71D3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D3AB; }
p { color: rgb(113,211,171); }
H1.HeaderClassName
{
color: #71D3AB;
}
.AnyTagClassName
{
color: #71D3AB;
}
</style>
background-color css
<style>
a { background-color: #71D3AB; }
a { background-color: rgb(113,211,171); }
div.DivClassName
{
background-color: #71D3AB;
}
.BgClassName
{
background-color: #71D3AB;
}
</style>
border-color css
<style>
span { border-color: #71D3AB; }
span { border-color: rgb(113,211,171); }
td.TdClassName
{
border-color: #71D3AB;
}
.TagClassName
{
border-color: #71D3AB;
}
</style>