Shades of Medium Aquamarine #71DDA3
Tints of Medium Aquamarine #71DDA3
RGB
CMYK
RGB Variations
Color information
#71DDA3 (or 0x71DDA3) is known color: Medium Aquamarine. HEX triplet: 71, DD and A3. RGB value is (113,221,163). Sum of RGB (Red+Green+Blue) = 113+221+163=497 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.74% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 163 (64.06% from 255 or 32.80% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #71DDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DDA3 is #8E225C. Grayscale: #B6B6B6. Windows color (decimal): -9314909 or 10739057. OLE color: 10739057.
HSL color Cylindrical-coordinate representation of color #71DDA3: hue angle of 147.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 #71DDA3 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 221 | 163 | - |
| CMYK | 0.49 | 0 | 0.26 | 0.13 |
| HSL | 147.78º | 0.61% | 0.65% | - |
| HSV(B) | 147.78º | 0.49% | 0.87% | - |
| XYZ | 39.28 | 57.87 | 43.75 | - |
| YUV | 182.1 | 117.22 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 221 | 163 | 0.49 | 0 | 0.26 | 0.13 | 147.78 | 0.61 | 0.65 |
| Hex | 71 | DD | A3 | 31 | 0 | 1A | D | 94 | 3D | 41 |
| Octal | 161 | 335 | 243 | 61 | 0 | 32 | 15 | 224 | 75 | 101 |
| Binary | 1110001 | 11011101 | 10100011 | 110001 | 0 | 11010 | 1101 | 10010100 | 111101 | 1000001 |
Color Harmonies of #71DDA3
Complementary color
Monochromatic Colors of #71DDA3
Black with #71DDA3
Text Example
Text Example
White with #71DDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DDA3; }
p { color: rgb(113,221,163); }
H1.HeaderClassName
{
color: #71DDA3;
}
.AnyTagClassName
{
color: #71DDA3;
}
</style>
background-color css
<style>
a { background-color: #71DDA3; }
a { background-color: rgb(113,221,163); }
div.DivClassName
{
background-color: #71DDA3;
}
.BgClassName
{
background-color: #71DDA3;
}
</style>
border-color css
<style>
span { border-color: #71DDA3; }
span { border-color: rgb(113,221,163); }
td.TdClassName
{
border-color: #71DDA3;
}
.TagClassName
{
border-color: #71DDA3;
}
</style>