Shades of Medium Aquamarine #71DDAA
Tints of Medium Aquamarine #71DDAA
RGB
CMYK
RGB Variations
Color information
#71DDAA (or 0x71DDAA) is known color: Medium Aquamarine. HEX triplet: 71, DD and AA. RGB value is (113,221,170). Sum of RGB (Red+Green+Blue) = 113+221+170=504 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.42% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #71DDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DDAA is #8E2255. Grayscale: #B6B6B6. Windows color (decimal): -9314902 or 11197809. OLE color: 11197809.
HSL color Cylindrical-coordinate representation of color #71DDAA: hue angle of 151.67º 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 #71DDAA is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 221 | 170 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.13 |
| HSL | 151.67º | 0.61% | 0.65% | - |
| HSV(B) | 151.67º | 0.49% | 0.87% | - |
| XYZ | 39.92 | 58.13 | 47.15 | - |
| YUV | 182.89 | 120.72 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 221 | 170 | 0.49 | 0 | 0.23 | 0.13 | 151.67 | 0.61 | 0.65 |
| Hex | 71 | DD | AA | 31 | 0 | 17 | D | 98 | 3D | 41 |
| Octal | 161 | 335 | 252 | 61 | 0 | 27 | 15 | 230 | 75 | 101 |
| Binary | 1110001 | 11011101 | 10101010 | 110001 | 0 | 10111 | 1101 | 10011000 | 111101 | 1000001 |
Color Harmonies of #71DDAA
Complementary color
Monochromatic Colors of #71DDAA
Black with #71DDAA
Text Example
Text Example
White with #71DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DDAA; }
p { color: rgb(113,221,170); }
H1.HeaderClassName
{
color: #71DDAA;
}
.AnyTagClassName
{
color: #71DDAA;
}
</style>
background-color css
<style>
a { background-color: #71DDAA; }
a { background-color: rgb(113,221,170); }
div.DivClassName
{
background-color: #71DDAA;
}
.BgClassName
{
background-color: #71DDAA;
}
</style>
border-color css
<style>
span { border-color: #71DDAA; }
span { border-color: rgb(113,221,170); }
td.TdClassName
{
border-color: #71DDAA;
}
.TagClassName
{
border-color: #71DDAA;
}
</style>