Shades of Medium Aquamarine #73C1A0
Tints of Medium Aquamarine #73C1A0
RGB
CMYK
RGB Variations
Color information
#73C1A0 (or 0x73C1A0) is known color: Medium Aquamarine. HEX triplet: 73, C1 and A0. RGB value is (115,193,160). Sum of RGB (Red+Green+Blue) = 115+193+160=468 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.57% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 193 - color contains mainly: green. Hex color #73C1A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C1A0 is #8C3E5F. Grayscale: #A5A5A5. Windows color (decimal): -9191008 or 10535283. OLE color: 10535283.
HSL color Cylindrical-coordinate representation of color #73C1A0: hue angle of 154.62º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73C1A0 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 193 | 160 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.24 |
| HSL | 154.62º | 0.39% | 0.6% | - |
| HSV(B) | 154.62º | 0.4% | 0.76% | - |
| XYZ | 32.49 | 44.32 | 40.1 | - |
| YUV | 165.92 | 124.66 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 193 | 160 | 0.40 | 0 | 0.17 | 0.24 | 154.62 | 0.39 | 0.6 |
| Hex | 73 | C1 | A0 | 28 | 0 | 11 | 18 | 9B | 27 | 3C |
| Octal | 163 | 301 | 240 | 50 | 0 | 21 | 30 | 233 | 47 | 74 |
| Binary | 1110011 | 11000001 | 10100000 | 101000 | 0 | 10001 | 11000 | 10011011 | 100111 | 111100 |
Color Harmonies of #73C1A0
Complementary color
Monochromatic Colors of #73C1A0
Black with #73C1A0
Text Example
Text Example
White with #73C1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C1A0; }
p { color: rgb(115,193,160); }
H1.HeaderClassName
{
color: #73C1A0;
}
.AnyTagClassName
{
color: #73C1A0;
}
</style>
background-color css
<style>
a { background-color: #73C1A0; }
a { background-color: rgb(115,193,160); }
div.DivClassName
{
background-color: #73C1A0;
}
.BgClassName
{
background-color: #73C1A0;
}
</style>
border-color css
<style>
span { border-color: #73C1A0; }
span { border-color: rgb(115,193,160); }
td.TdClassName
{
border-color: #73C1A0;
}
.TagClassName
{
border-color: #73C1A0;
}
</style>