Shades of Medium Aquamarine #71DDAB
Tints of Medium Aquamarine #71DDAB
RGB
CMYK
RGB Variations
Color information
#71DDAB (or 0x71DDAB) is known color: Medium Aquamarine. HEX triplet: 71, DD and AB. RGB value is (113,221,171). Sum of RGB (Red+Green+Blue) = 113+221+171=505 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.38% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #71DDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DDAB is #8E2254. Grayscale: #B7B7B7. Windows color (decimal): -9314901 or 11263345. OLE color: 11263345.
HSL color Cylindrical-coordinate representation of color #71DDAB: hue angle of 152.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DDAB is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 221 | 171 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.13 |
| HSL | 152.22º | 0.61% | 0.65% | - |
| HSV(B) | 152.22º | 0.49% | 0.87% | - |
| XYZ | 40.02 | 58.16 | 47.65 | - |
| YUV | 183.01 | 121.22 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 221 | 171 | 0.49 | 0 | 0.23 | 0.13 | 152.22 | 0.61 | 0.65 |
| Hex | 71 | DD | AB | 31 | 0 | 17 | D | 98 | 3D | 41 |
| Octal | 161 | 335 | 253 | 61 | 0 | 27 | 15 | 230 | 75 | 101 |
| Binary | 1110001 | 11011101 | 10101011 | 110001 | 0 | 10111 | 1101 | 10011000 | 111101 | 1000001 |
Color Harmonies of #71DDAB
Complementary color
Monochromatic Colors of #71DDAB
Black with #71DDAB
Text Example
Text Example
White with #71DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DDAB; }
p { color: rgb(113,221,171); }
H1.HeaderClassName
{
color: #71DDAB;
}
.AnyTagClassName
{
color: #71DDAB;
}
</style>
background-color css
<style>
a { background-color: #71DDAB; }
a { background-color: rgb(113,221,171); }
div.DivClassName
{
background-color: #71DDAB;
}
.BgClassName
{
background-color: #71DDAB;
}
</style>
border-color css
<style>
span { border-color: #71DDAB; }
span { border-color: rgb(113,221,171); }
td.TdClassName
{
border-color: #71DDAB;
}
.TagClassName
{
border-color: #71DDAB;
}
</style>