Shades of Medium Aquamarine #71DDAC
Tints of Medium Aquamarine #71DDAC
RGB
CMYK
RGB Variations
Color information
#71DDAC (or 0x71DDAC) is known color: Medium Aquamarine. HEX triplet: 71, DD and AC. RGB value is (113,221,172). Sum of RGB (Red+Green+Blue) = 113+221+172=506 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.33% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #71DDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DDAC is #8E2253. Grayscale: #B7B7B7. Windows color (decimal): -9314900 or 11328881. OLE color: 11328881.
HSL color Cylindrical-coordinate representation of color #71DDAC: hue angle of 152.78º 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 #71DDAC is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 221 | 172 | - |
| CMYK | 0.49 | 0 | 0.22 | 0.13 |
| HSL | 152.78º | 0.61% | 0.65% | - |
| HSV(B) | 152.78º | 0.49% | 0.87% | - |
| XYZ | 40.11 | 58.2 | 48.15 | - |
| YUV | 183.12 | 121.72 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 221 | 172 | 0.49 | 0 | 0.22 | 0.13 | 152.78 | 0.61 | 0.65 |
| Hex | 71 | DD | AC | 31 | 0 | 16 | D | 99 | 3D | 41 |
| Octal | 161 | 335 | 254 | 61 | 0 | 26 | 15 | 231 | 75 | 101 |
| Binary | 1110001 | 11011101 | 10101100 | 110001 | 0 | 10110 | 1101 | 10011001 | 111101 | 1000001 |
Color Harmonies of #71DDAC
Complementary color
Monochromatic Colors of #71DDAC
Black with #71DDAC
Text Example
Text Example
White with #71DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DDAC; }
p { color: rgb(113,221,172); }
H1.HeaderClassName
{
color: #71DDAC;
}
.AnyTagClassName
{
color: #71DDAC;
}
</style>
background-color css
<style>
a { background-color: #71DDAC; }
a { background-color: rgb(113,221,172); }
div.DivClassName
{
background-color: #71DDAC;
}
.BgClassName
{
background-color: #71DDAC;
}
</style>
border-color css
<style>
span { border-color: #71DDAC; }
span { border-color: rgb(113,221,172); }
td.TdClassName
{
border-color: #71DDAC;
}
.TagClassName
{
border-color: #71DDAC;
}
</style>