Shades of Medium Aquamarine #73C1A4
Tints of Medium Aquamarine #73C1A4
RGB
CMYK
RGB Variations
Color information
#73C1A4 (or 0x73C1A4) is known color: Medium Aquamarine. HEX triplet: 73, C1 and A4. RGB value is (115,193,164). Sum of RGB (Red+Green+Blue) = 115+193+164=472 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.36% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 193 - color contains mainly: green. Hex color #73C1A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C1A4 is #8C3E5B. Grayscale: #A6A6A6. Windows color (decimal): -9191004 or 10797427. OLE color: 10797427.
HSL color Cylindrical-coordinate representation of color #73C1A4: hue angle of 157.69º 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 #73C1A4 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 193 | 164 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.24 |
| HSL | 157.69º | 0.39% | 0.6% | - |
| HSV(B) | 157.69º | 0.4% | 0.76% | - |
| XYZ | 32.84 | 44.47 | 41.97 | - |
| YUV | 166.37 | 126.66 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 193 | 164 | 0.40 | 0 | 0.15 | 0.24 | 157.69 | 0.39 | 0.6 |
| Hex | 73 | C1 | A4 | 28 | 0 | F | 18 | 9E | 27 | 3C |
| Octal | 163 | 301 | 244 | 50 | 0 | 17 | 30 | 236 | 47 | 74 |
| Binary | 1110011 | 11000001 | 10100100 | 101000 | 0 | 1111 | 11000 | 10011110 | 100111 | 111100 |
Color Harmonies of #73C1A4
Complementary color
Monochromatic Colors of #73C1A4
Black with #73C1A4
Text Example
Text Example
White with #73C1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C1A4; }
p { color: rgb(115,193,164); }
H1.HeaderClassName
{
color: #73C1A4;
}
.AnyTagClassName
{
color: #73C1A4;
}
</style>
background-color css
<style>
a { background-color: #73C1A4; }
a { background-color: rgb(115,193,164); }
div.DivClassName
{
background-color: #73C1A4;
}
.BgClassName
{
background-color: #73C1A4;
}
</style>
border-color css
<style>
span { border-color: #73C1A4; }
span { border-color: rgb(115,193,164); }
td.TdClassName
{
border-color: #73C1A4;
}
.TagClassName
{
border-color: #73C1A4;
}
</style>