Shades of Medium Aquamarine #71DDA6
Tints of Medium Aquamarine #71DDA6
RGB
CMYK
RGB Variations
Color information
#71DDA6 (or 0x71DDA6) is known color: Medium Aquamarine. HEX triplet: 71, DD and A6. RGB value is (113,221,166). Sum of RGB (Red+Green+Blue) = 113+221+166=500 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.6% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #71DDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DDA6 is #8E2259. Grayscale: #B6B6B6. Windows color (decimal): -9314906 or 10935665. OLE color: 10935665.
HSL color Cylindrical-coordinate representation of color #71DDA6: hue angle of 149.44º 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 #71DDA6 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 221 | 166 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.13 |
| HSL | 149.44º | 0.61% | 0.65% | - |
| HSV(B) | 149.44º | 0.49% | 0.87% | - |
| XYZ | 39.55 | 57.98 | 45.18 | - |
| YUV | 182.44 | 118.72 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 221 | 166 | 0.49 | 0 | 0.25 | 0.13 | 149.44 | 0.61 | 0.65 |
| Hex | 71 | DD | A6 | 31 | 0 | 19 | D | 95 | 3D | 41 |
| Octal | 161 | 335 | 246 | 61 | 0 | 31 | 15 | 225 | 75 | 101 |
| Binary | 1110001 | 11011101 | 10100110 | 110001 | 0 | 11001 | 1101 | 10010101 | 111101 | 1000001 |
Color Harmonies of #71DDA6
Complementary color
Monochromatic Colors of #71DDA6
Black with #71DDA6
Text Example
Text Example
White with #71DDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DDA6; }
p { color: rgb(113,221,166); }
H1.HeaderClassName
{
color: #71DDA6;
}
.AnyTagClassName
{
color: #71DDA6;
}
</style>
background-color css
<style>
a { background-color: #71DDA6; }
a { background-color: rgb(113,221,166); }
div.DivClassName
{
background-color: #71DDA6;
}
.BgClassName
{
background-color: #71DDA6;
}
</style>
border-color css
<style>
span { border-color: #71DDA6; }
span { border-color: rgb(113,221,166); }
td.TdClassName
{
border-color: #71DDA6;
}
.TagClassName
{
border-color: #71DDA6;
}
</style>