Shades of Medium Aquamarine #73D2AC
Tints of Medium Aquamarine #73D2AC
RGB
CMYK
RGB Variations
Color information
#73D2AC (or 0x73D2AC) is known color: Medium Aquamarine. HEX triplet: 73, D2 and AC. RGB value is (115,210,172). Sum of RGB (Red+Green+Blue) = 115+210+172=497 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.14% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #73D2AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D2AC is #8C2D53. Grayscale: #B1B1B1. Windows color (decimal): -9186644 or 11326067. OLE color: 11326067.
HSL color Cylindrical-coordinate representation of color #73D2AC: hue angle of 156º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73D2AC is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 210 | 172 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.18 |
| HSL | 156º | 0.51% | 0.64% | - |
| HSV(B) | 156º | 0.45% | 0.82% | - |
| XYZ | 37.56 | 52.72 | 47.23 | - |
| YUV | 177.26 | 125.03 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 210 | 172 | 0.45 | 0 | 0.18 | 0.18 | 156 | 0.51 | 0.64 |
| Hex | 73 | D2 | AC | 2D | 0 | 12 | 12 | 9C | 33 | 40 |
| Octal | 163 | 322 | 254 | 55 | 0 | 22 | 22 | 234 | 63 | 100 |
| Binary | 1110011 | 11010010 | 10101100 | 101101 | 0 | 10010 | 10010 | 10011100 | 110011 | 1000000 |
Color Harmonies of #73D2AC
Complementary color
Monochromatic Colors of #73D2AC
Black with #73D2AC
Text Example
Text Example
White with #73D2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D2AC; }
p { color: rgb(115,210,172); }
H1.HeaderClassName
{
color: #73D2AC;
}
.AnyTagClassName
{
color: #73D2AC;
}
</style>
background-color css
<style>
a { background-color: #73D2AC; }
a { background-color: rgb(115,210,172); }
div.DivClassName
{
background-color: #73D2AC;
}
.BgClassName
{
background-color: #73D2AC;
}
</style>
border-color css
<style>
span { border-color: #73D2AC; }
span { border-color: rgb(115,210,172); }
td.TdClassName
{
border-color: #73D2AC;
}
.TagClassName
{
border-color: #73D2AC;
}
</style>