Shades of Medium Aquamarine #71D2AB
Tints of Medium Aquamarine #71D2AB
RGB
CMYK
RGB Variations
Color information
#71D2AB (or 0x71D2AB) is known color: Medium Aquamarine. HEX triplet: 71, D2 and AB. RGB value is (113,210,171). Sum of RGB (Red+Green+Blue) = 113+210+171=494 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.87% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 210 - color contains mainly: green. Hex color #71D2AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D2AB is #8E2D54. Grayscale: #B0B0B0. Windows color (decimal): -9317717 or 11260529. OLE color: 11260529.
HSL color Cylindrical-coordinate representation of color #71D2AB: hue angle of 155.88º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71D2AB is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 210 | 171 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.18 |
| HSL | 155.88º | 0.52% | 0.63% | - |
| HSV(B) | 155.88º | 0.46% | 0.82% | - |
| XYZ | 37.21 | 52.54 | 46.71 | - |
| YUV | 176.55 | 124.86 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 210 | 171 | 0.46 | 0 | 0.19 | 0.18 | 155.88 | 0.52 | 0.63 |
| Hex | 71 | D2 | AB | 2E | 0 | 13 | 12 | 9C | 34 | 3F |
| Octal | 161 | 322 | 253 | 56 | 0 | 23 | 22 | 234 | 64 | 77 |
| Binary | 1110001 | 11010010 | 10101011 | 101110 | 0 | 10011 | 10010 | 10011100 | 110100 | 111111 |
Color Harmonies of #71D2AB
Complementary color
Monochromatic Colors of #71D2AB
Black with #71D2AB
Text Example
Text Example
White with #71D2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D2AB; }
p { color: rgb(113,210,171); }
H1.HeaderClassName
{
color: #71D2AB;
}
.AnyTagClassName
{
color: #71D2AB;
}
</style>
background-color css
<style>
a { background-color: #71D2AB; }
a { background-color: rgb(113,210,171); }
div.DivClassName
{
background-color: #71D2AB;
}
.BgClassName
{
background-color: #71D2AB;
}
</style>
border-color css
<style>
span { border-color: #71D2AB; }
span { border-color: rgb(113,210,171); }
td.TdClassName
{
border-color: #71D2AB;
}
.TagClassName
{
border-color: #71D2AB;
}
</style>