Shades of Medium Aquamarine #73D9A0
Tints of Medium Aquamarine #73D9A0
RGB
CMYK
RGB Variations
Color information
#73D9A0 (or 0x73D9A0) is known color: Medium Aquamarine. HEX triplet: 73, D9 and A0. RGB value is (115,217,160). Sum of RGB (Red+Green+Blue) = 115+217+160=492 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.37% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #73D9A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D9A0 is #8C265F. Grayscale: #B4B4B4. Windows color (decimal): -9184864 or 10541427. OLE color: 10541427.
HSL color Cylindrical-coordinate representation of color #73D9A0: hue angle of 146.47º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73D9A0 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 217 | 160 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.15 |
| HSL | 146.47º | 0.57% | 0.65% | - |
| HSV(B) | 146.47º | 0.47% | 0.85% | - |
| XYZ | 38.23 | 55.81 | 42.02 | - |
| YUV | 180 | 116.71 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 217 | 160 | 0.47 | 0 | 0.26 | 0.15 | 146.47 | 0.57 | 0.65 |
| Hex | 73 | D9 | A0 | 2F | 0 | 1A | F | 92 | 39 | 41 |
| Octal | 163 | 331 | 240 | 57 | 0 | 32 | 17 | 222 | 71 | 101 |
| Binary | 1110011 | 11011001 | 10100000 | 101111 | 0 | 11010 | 1111 | 10010010 | 111001 | 1000001 |
Color Harmonies of #73D9A0
Complementary color
Monochromatic Colors of #73D9A0
Black with #73D9A0
Text Example
Text Example
White with #73D9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D9A0; }
p { color: rgb(115,217,160); }
H1.HeaderClassName
{
color: #73D9A0;
}
.AnyTagClassName
{
color: #73D9A0;
}
</style>
background-color css
<style>
a { background-color: #73D9A0; }
a { background-color: rgb(115,217,160); }
div.DivClassName
{
background-color: #73D9A0;
}
.BgClassName
{
background-color: #73D9A0;
}
</style>
border-color css
<style>
span { border-color: #73D9A0; }
span { border-color: rgb(115,217,160); }
td.TdClassName
{
border-color: #73D9A0;
}
.TagClassName
{
border-color: #73D9A0;
}
</style>