Shades of Medium Aquamarine #73D5AD
Tints of Medium Aquamarine #73D5AD
RGB
CMYK
RGB Variations
Color information
#73D5AD (or 0x73D5AD) is known color: Medium Aquamarine. HEX triplet: 73, D5 and AD. RGB value is (115,213,173). Sum of RGB (Red+Green+Blue) = 115+213+173=501 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.95% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 213 - color contains mainly: green. Hex color #73D5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D5AD is #8C2A52. Grayscale: #B3B3B3. Windows color (decimal): -9185875 or 11392371. OLE color: 11392371.
HSL color Cylindrical-coordinate representation of color #73D5AD: hue angle of 155.51º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73D5AD is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 213 | 173 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.16 |
| HSL | 155.51º | 0.54% | 0.64% | - |
| HSV(B) | 155.51º | 0.46% | 0.84% | - |
| XYZ | 38.41 | 54.25 | 47.98 | - |
| YUV | 179.14 | 124.53 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 213 | 173 | 0.46 | 0 | 0.19 | 0.16 | 155.51 | 0.54 | 0.64 |
| Hex | 73 | D5 | AD | 2E | 0 | 13 | 10 | 9C | 36 | 40 |
| Octal | 163 | 325 | 255 | 56 | 0 | 23 | 20 | 234 | 66 | 100 |
| Binary | 1110011 | 11010101 | 10101101 | 101110 | 0 | 10011 | 10000 | 10011100 | 110110 | 1000000 |
Color Harmonies of #73D5AD
Complementary color
Monochromatic Colors of #73D5AD
Black with #73D5AD
Text Example
Text Example
White with #73D5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D5AD; }
p { color: rgb(115,213,173); }
H1.HeaderClassName
{
color: #73D5AD;
}
.AnyTagClassName
{
color: #73D5AD;
}
</style>
background-color css
<style>
a { background-color: #73D5AD; }
a { background-color: rgb(115,213,173); }
div.DivClassName
{
background-color: #73D5AD;
}
.BgClassName
{
background-color: #73D5AD;
}
</style>
border-color css
<style>
span { border-color: #73D5AD; }
span { border-color: rgb(115,213,173); }
td.TdClassName
{
border-color: #73D5AD;
}
.TagClassName
{
border-color: #73D5AD;
}
</style>