Shades of Medium Aquamarine #71CDA9
Tints of Medium Aquamarine #71CDA9
RGB
CMYK
RGB Variations
Color information
#71CDA9 (or 0x71CDA9) is known color: Medium Aquamarine. HEX triplet: 71, CD and A9. RGB value is (113,205,169). Sum of RGB (Red+Green+Blue) = 113+205+169=487 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.20% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 169 (66.41% from 255 or 34.70% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #71CDA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CDA9 is #8E3256. Grayscale: #ADADAD. Windows color (decimal): -9318999 or 11128177. OLE color: 11128177.
HSL color Cylindrical-coordinate representation of color #71CDA9: hue angle of 156.52º 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 #71CDA9 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 205 | 169 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.20 |
| HSL | 156.52º | 0.48% | 0.62% | - |
| HSV(B) | 156.52º | 0.45% | 0.8% | - |
| XYZ | 35.8 | 50.04 | 45.31 | - |
| YUV | 173.39 | 125.52 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 205 | 169 | 0.45 | 0 | 0.18 | 0.20 | 156.52 | 0.48 | 0.62 |
| Hex | 71 | CD | A9 | 2D | 0 | 12 | 14 | 9D | 30 | 3E |
| Octal | 161 | 315 | 251 | 55 | 0 | 22 | 24 | 235 | 60 | 76 |
| Binary | 1110001 | 11001101 | 10101001 | 101101 | 0 | 10010 | 10100 | 10011101 | 110000 | 111110 |
Color Harmonies of #71CDA9
Complementary color
Monochromatic Colors of #71CDA9
Black with #71CDA9
Text Example
Text Example
White with #71CDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CDA9; }
p { color: rgb(113,205,169); }
H1.HeaderClassName
{
color: #71CDA9;
}
.AnyTagClassName
{
color: #71CDA9;
}
</style>
background-color css
<style>
a { background-color: #71CDA9; }
a { background-color: rgb(113,205,169); }
div.DivClassName
{
background-color: #71CDA9;
}
.BgClassName
{
background-color: #71CDA9;
}
</style>
border-color css
<style>
span { border-color: #71CDA9; }
span { border-color: rgb(113,205,169); }
td.TdClassName
{
border-color: #71CDA9;
}
.TagClassName
{
border-color: #71CDA9;
}
</style>