Shades of Medium Aquamarine #73C0A6
Tints of Medium Aquamarine #73C0A6
RGB
CMYK
RGB Variations
Color information
#73C0A6 (or 0x73C0A6) is known color: Medium Aquamarine. HEX triplet: 73, C0 and A6. RGB value is (115,192,166). Sum of RGB (Red+Green+Blue) = 115+192+166=473 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.31% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #73C0A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C0A6 is #8C3F59. Grayscale: #A6A6A6. Windows color (decimal): -9191258 or 10928243. OLE color: 10928243.
HSL color Cylindrical-coordinate representation of color #73C0A6: hue angle of 159.74º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73C0A6 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 192 | 166 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.25 |
| HSL | 159.74º | 0.38% | 0.6% | - |
| HSV(B) | 159.74º | 0.4% | 0.75% | - |
| XYZ | 32.8 | 44.1 | 42.86 | - |
| YUV | 166.01 | 127.99 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 166 | 0.40 | 0 | 0.14 | 0.25 | 159.74 | 0.38 | 0.6 |
| Hex | 73 | C0 | A6 | 28 | 0 | E | 19 | A0 | 26 | 3C |
| Octal | 163 | 300 | 246 | 50 | 0 | 16 | 31 | 240 | 46 | 74 |
| Binary | 1110011 | 11000000 | 10100110 | 101000 | 0 | 1110 | 11001 | 10100000 | 100110 | 111100 |
Color Harmonies of #73C0A6
Complementary color
Monochromatic Colors of #73C0A6
Black with #73C0A6
Text Example
Text Example
White with #73C0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C0A6; }
p { color: rgb(115,192,166); }
H1.HeaderClassName
{
color: #73C0A6;
}
.AnyTagClassName
{
color: #73C0A6;
}
</style>
background-color css
<style>
a { background-color: #73C0A6; }
a { background-color: rgb(115,192,166); }
div.DivClassName
{
background-color: #73C0A6;
}
.BgClassName
{
background-color: #73C0A6;
}
</style>
border-color css
<style>
span { border-color: #73C0A6; }
span { border-color: rgb(115,192,166); }
td.TdClassName
{
border-color: #73C0A6;
}
.TagClassName
{
border-color: #73C0A6;
}
</style>