Shades of Medium Aquamarine #73C2A7
Tints of Medium Aquamarine #73C2A7
RGB
CMYK
RGB Variations
Color information
#73C2A7 (or 0x73C2A7) is known color: Medium Aquamarine. HEX triplet: 73, C2 and A7. RGB value is (115,194,167). Sum of RGB (Red+Green+Blue) = 115+194+167=476 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.16% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 167 (65.62% from 255 or 35.08% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #73C2A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C2A7 is #8C3D58. Grayscale: #A7A7A7. Windows color (decimal): -9190745 or 10994291. OLE color: 10994291.
HSL color Cylindrical-coordinate representation of color #73C2A7: hue angle of 159.49º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #73C2A7 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 194 | 167 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.24 |
| HSL | 159.49º | 0.39% | 0.61% | - |
| HSV(B) | 159.49º | 0.41% | 0.76% | - |
| XYZ | 33.34 | 45.02 | 43.49 | - |
| YUV | 167.3 | 127.83 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 194 | 167 | 0.41 | 0 | 0.14 | 0.24 | 159.49 | 0.39 | 0.61 |
| Hex | 73 | C2 | A7 | 29 | 0 | E | 18 | 9F | 27 | 3D |
| Octal | 163 | 302 | 247 | 51 | 0 | 16 | 30 | 237 | 47 | 75 |
| Binary | 1110011 | 11000010 | 10100111 | 101001 | 0 | 1110 | 11000 | 10011111 | 100111 | 111101 |
Color Harmonies of #73C2A7
Complementary color
Monochromatic Colors of #73C2A7
Black with #73C2A7
Text Example
Text Example
White with #73C2A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C2A7; }
p { color: rgb(115,194,167); }
H1.HeaderClassName
{
color: #73C2A7;
}
.AnyTagClassName
{
color: #73C2A7;
}
</style>
background-color css
<style>
a { background-color: #73C2A7; }
a { background-color: rgb(115,194,167); }
div.DivClassName
{
background-color: #73C2A7;
}
.BgClassName
{
background-color: #73C2A7;
}
</style>
border-color css
<style>
span { border-color: #73C2A7; }
span { border-color: rgb(115,194,167); }
td.TdClassName
{
border-color: #73C2A7;
}
.TagClassName
{
border-color: #73C2A7;
}
</style>