Shades of Medium Aquamarine #73D4A6
Tints of Medium Aquamarine #73D4A6
RGB
CMYK
RGB Variations
Color information
#73D4A6 (or 0x73D4A6) is known color: Medium Aquamarine. HEX triplet: 73, D4 and A6. RGB value is (115,212,166). Sum of RGB (Red+Green+Blue) = 115+212+166=493 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.33% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 212 - color contains mainly: green. Hex color #73D4A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D4A6 is #8C2B59. Grayscale: #B1B1B1. Windows color (decimal): -9186138 or 10933363. OLE color: 10933363.
HSL color Cylindrical-coordinate representation of color #73D4A6: hue angle of 151.55º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73D4A6 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 212 | 166 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.17 |
| HSL | 151.55º | 0.53% | 0.64% | - |
| HSV(B) | 151.55º | 0.46% | 0.83% | - |
| XYZ | 37.5 | 53.48 | 44.42 | - |
| YUV | 177.75 | 121.36 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 212 | 166 | 0.46 | 0 | 0.22 | 0.17 | 151.55 | 0.53 | 0.64 |
| Hex | 73 | D4 | A6 | 2E | 0 | 16 | 11 | 98 | 35 | 40 |
| Octal | 163 | 324 | 246 | 56 | 0 | 26 | 21 | 230 | 65 | 100 |
| Binary | 1110011 | 11010100 | 10100110 | 101110 | 0 | 10110 | 10001 | 10011000 | 110101 | 1000000 |
Color Harmonies of #73D4A6
Complementary color
Monochromatic Colors of #73D4A6
Black with #73D4A6
Text Example
Text Example
White with #73D4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D4A6; }
p { color: rgb(115,212,166); }
H1.HeaderClassName
{
color: #73D4A6;
}
.AnyTagClassName
{
color: #73D4A6;
}
</style>
background-color css
<style>
a { background-color: #73D4A6; }
a { background-color: rgb(115,212,166); }
div.DivClassName
{
background-color: #73D4A6;
}
.BgClassName
{
background-color: #73D4A6;
}
</style>
border-color css
<style>
span { border-color: #73D4A6; }
span { border-color: rgb(115,212,166); }
td.TdClassName
{
border-color: #73D4A6;
}
.TagClassName
{
border-color: #73D4A6;
}
</style>