Shades of Medium Aquamarine #73C0A1
Tints of Medium Aquamarine #73C0A1
RGB
CMYK
RGB Variations
Color information
#73C0A1 (or 0x73C0A1) is known color: Medium Aquamarine. HEX triplet: 73, C0 and A1. RGB value is (115,192,161). Sum of RGB (Red+Green+Blue) = 115+192+161=468 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.57% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #73C0A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C0A1 is #8C3F5E. Grayscale: #A5A5A5. Windows color (decimal): -9191263 or 10600563. OLE color: 10600563.
HSL color Cylindrical-coordinate representation of color #73C0A1: hue angle of 155.84º 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 #73C0A1 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 192 | 161 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.25 |
| HSL | 155.84º | 0.38% | 0.6% | - |
| HSV(B) | 155.84º | 0.4% | 0.75% | - |
| XYZ | 32.35 | 43.92 | 40.49 | - |
| YUV | 165.44 | 125.49 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 161 | 0.40 | 0 | 0.16 | 0.25 | 155.84 | 0.38 | 0.6 |
| Hex | 73 | C0 | A1 | 28 | 0 | 10 | 19 | 9C | 26 | 3C |
| Octal | 163 | 300 | 241 | 50 | 0 | 20 | 31 | 234 | 46 | 74 |
| Binary | 1110011 | 11000000 | 10100001 | 101000 | 0 | 10000 | 11001 | 10011100 | 100110 | 111100 |
Color Harmonies of #73C0A1
Complementary color
Monochromatic Colors of #73C0A1
Black with #73C0A1
Text Example
Text Example
White with #73C0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C0A1; }
p { color: rgb(115,192,161); }
H1.HeaderClassName
{
color: #73C0A1;
}
.AnyTagClassName
{
color: #73C0A1;
}
</style>
background-color css
<style>
a { background-color: #73C0A1; }
a { background-color: rgb(115,192,161); }
div.DivClassName
{
background-color: #73C0A1;
}
.BgClassName
{
background-color: #73C0A1;
}
</style>
border-color css
<style>
span { border-color: #73C0A1; }
span { border-color: rgb(115,192,161); }
td.TdClassName
{
border-color: #73C0A1;
}
.TagClassName
{
border-color: #73C0A1;
}
</style>