Shades of Medium Aquamarine #71CDA0
Tints of Medium Aquamarine #71CDA0
RGB
CMYK
RGB Variations
Color information
#71CDA0 (or 0x71CDA0) is known color: Medium Aquamarine. HEX triplet: 71, CD and A0. RGB value is (113,205,160). Sum of RGB (Red+Green+Blue) = 113+205+160=478 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.64% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #71CDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CDA0 is #8E325F. Grayscale: #ACACAC. Windows color (decimal): -9319008 or 10538353. OLE color: 10538353.
HSL color Cylindrical-coordinate representation of color #71CDA0: hue angle of 150.65º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CDA0 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 205 | 160 | - |
| CMYK | 0.45 | 0 | 0.22 | 0.20 |
| HSL | 150.65º | 0.48% | 0.62% | - |
| HSV(B) | 150.65º | 0.45% | 0.8% | - |
| XYZ | 34.99 | 49.71 | 41.01 | - |
| YUV | 172.36 | 121.02 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 205 | 160 | 0.45 | 0 | 0.22 | 0.20 | 150.65 | 0.48 | 0.62 |
| Hex | 71 | CD | A0 | 2D | 0 | 16 | 14 | 97 | 30 | 3E |
| Octal | 161 | 315 | 240 | 55 | 0 | 26 | 24 | 227 | 60 | 76 |
| Binary | 1110001 | 11001101 | 10100000 | 101101 | 0 | 10110 | 10100 | 10010111 | 110000 | 111110 |
Color Harmonies of #71CDA0
Complementary color
Monochromatic Colors of #71CDA0
Black with #71CDA0
Text Example
Text Example
White with #71CDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CDA0; }
p { color: rgb(113,205,160); }
H1.HeaderClassName
{
color: #71CDA0;
}
.AnyTagClassName
{
color: #71CDA0;
}
</style>
background-color css
<style>
a { background-color: #71CDA0; }
a { background-color: rgb(113,205,160); }
div.DivClassName
{
background-color: #71CDA0;
}
.BgClassName
{
background-color: #71CDA0;
}
</style>
border-color css
<style>
span { border-color: #71CDA0; }
span { border-color: rgb(113,205,160); }
td.TdClassName
{
border-color: #71CDA0;
}
.TagClassName
{
border-color: #71CDA0;
}
</style>