Shades of Medium Aquamarine #71DAA3
Tints of Medium Aquamarine #71DAA3
RGB
CMYK
RGB Variations
Color information
#71DAA3 (or 0x71DAA3) is known color: Medium Aquamarine. HEX triplet: 71, DA and A3. RGB value is (113,218,163). Sum of RGB (Red+Green+Blue) = 113+218+163=494 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.87% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 163 (64.06% from 255 or 33.00% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #71DAA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DAA3 is #8E255C. Grayscale: #B4B4B4. Windows color (decimal): -9315677 or 10738289. OLE color: 10738289.
HSL color Cylindrical-coordinate representation of color #71DAA3: hue angle of 148.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71DAA3 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 218 | 163 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.15 |
| HSL | 148.57º | 0.59% | 0.65% | - |
| HSV(B) | 148.57º | 0.48% | 0.85% | - |
| XYZ | 38.49 | 56.3 | 43.49 | - |
| YUV | 180.34 | 118.21 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 218 | 163 | 0.48 | 0 | 0.25 | 0.15 | 148.57 | 0.59 | 0.65 |
| Hex | 71 | DA | A3 | 30 | 0 | 19 | F | 95 | 3B | 41 |
| Octal | 161 | 332 | 243 | 60 | 0 | 31 | 17 | 225 | 73 | 101 |
| Binary | 1110001 | 11011010 | 10100011 | 110000 | 0 | 11001 | 1111 | 10010101 | 111011 | 1000001 |
Color Harmonies of #71DAA3
Complementary color
Monochromatic Colors of #71DAA3
Black with #71DAA3
Text Example
Text Example
White with #71DAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DAA3; }
p { color: rgb(113,218,163); }
H1.HeaderClassName
{
color: #71DAA3;
}
.AnyTagClassName
{
color: #71DAA3;
}
</style>
background-color css
<style>
a { background-color: #71DAA3; }
a { background-color: rgb(113,218,163); }
div.DivClassName
{
background-color: #71DAA3;
}
.BgClassName
{
background-color: #71DAA3;
}
</style>
border-color css
<style>
span { border-color: #71DAA3; }
span { border-color: rgb(113,218,163); }
td.TdClassName
{
border-color: #71DAA3;
}
.TagClassName
{
border-color: #71DAA3;
}
</style>