Shades of Medium Aquamarine #73C0A5
Tints of Medium Aquamarine #73C0A5
RGB
CMYK
RGB Variations
Color information
#73C0A5 (or 0x73C0A5) is known color: Medium Aquamarine. HEX triplet: 73, C0 and A5. RGB value is (115,192,165). Sum of RGB (Red+Green+Blue) = 115+192+165=472 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.36% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #73C0A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C0A5 is #8C3F5A. Grayscale: #A5A5A5. Windows color (decimal): -9191259 or 10862707. OLE color: 10862707.
HSL color Cylindrical-coordinate representation of color #73C0A5: hue angle of 158.96º 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 #73C0A5 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 192 | 165 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.25 |
| HSL | 158.96º | 0.38% | 0.6% | - |
| HSV(B) | 158.96º | 0.4% | 0.75% | - |
| XYZ | 32.71 | 44.06 | 42.38 | - |
| YUV | 165.9 | 127.49 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 165 | 0.40 | 0 | 0.14 | 0.25 | 158.96 | 0.38 | 0.6 |
| Hex | 73 | C0 | A5 | 28 | 0 | E | 19 | 9F | 26 | 3C |
| Octal | 163 | 300 | 245 | 50 | 0 | 16 | 31 | 237 | 46 | 74 |
| Binary | 1110011 | 11000000 | 10100101 | 101000 | 0 | 1110 | 11001 | 10011111 | 100110 | 111100 |
Color Harmonies of #73C0A5
Complementary color
Monochromatic Colors of #73C0A5
Black with #73C0A5
Text Example
Text Example
White with #73C0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C0A5; }
p { color: rgb(115,192,165); }
H1.HeaderClassName
{
color: #73C0A5;
}
.AnyTagClassName
{
color: #73C0A5;
}
</style>
background-color css
<style>
a { background-color: #73C0A5; }
a { background-color: rgb(115,192,165); }
div.DivClassName
{
background-color: #73C0A5;
}
.BgClassName
{
background-color: #73C0A5;
}
</style>
border-color css
<style>
span { border-color: #73C0A5; }
span { border-color: rgb(115,192,165); }
td.TdClassName
{
border-color: #73C0A5;
}
.TagClassName
{
border-color: #73C0A5;
}
</style>