Shades of Medium Aquamarine #73C7A3
Tints of Medium Aquamarine #73C7A3
RGB
CMYK
RGB Variations
Color information
#73C7A3 (or 0x73C7A3) is known color: Medium Aquamarine. HEX triplet: 73, C7 and A3. RGB value is (115,199,163). Sum of RGB (Red+Green+Blue) = 115+199+163=477 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.11% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 163 (64.06% from 255 or 34.17% from 477); Max value from RGB is 199 - color contains mainly: green. Hex color #73C7A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C7A3 is #8C385C. Grayscale: #A9A9A9. Windows color (decimal): -9189469 or 10733427. OLE color: 10733427.
HSL color Cylindrical-coordinate representation of color #73C7A3: hue angle of 154.29º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #73C7A3 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 199 | 163 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.22 |
| HSL | 154.29º | 0.43% | 0.62% | - |
| HSV(B) | 154.29º | 0.42% | 0.78% | - |
| XYZ | 34.1 | 47.14 | 41.95 | - |
| YUV | 169.78 | 124.17 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 199 | 163 | 0.42 | 0 | 0.18 | 0.22 | 154.29 | 0.43 | 0.62 |
| Hex | 73 | C7 | A3 | 2A | 0 | 12 | 16 | 9A | 2B | 3E |
| Octal | 163 | 307 | 243 | 52 | 0 | 22 | 26 | 232 | 53 | 76 |
| Binary | 1110011 | 11000111 | 10100011 | 101010 | 0 | 10010 | 10110 | 10011010 | 101011 | 111110 |
Color Harmonies of #73C7A3
Complementary color
Monochromatic Colors of #73C7A3
Black with #73C7A3
Text Example
Text Example
White with #73C7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C7A3; }
p { color: rgb(115,199,163); }
H1.HeaderClassName
{
color: #73C7A3;
}
.AnyTagClassName
{
color: #73C7A3;
}
</style>
background-color css
<style>
a { background-color: #73C7A3; }
a { background-color: rgb(115,199,163); }
div.DivClassName
{
background-color: #73C7A3;
}
.BgClassName
{
background-color: #73C7A3;
}
</style>
border-color css
<style>
span { border-color: #73C7A3; }
span { border-color: rgb(115,199,163); }
td.TdClassName
{
border-color: #73C7A3;
}
.TagClassName
{
border-color: #73C7A3;
}
</style>