Shades of Medium Aquamarine #73E7A0
Tints of Medium Aquamarine #73E7A0
RGB
CMYK
RGB Variations
Color information
#73E7A0 (or 0x73E7A0) is known color: Medium Aquamarine. HEX triplet: 73, E7 and A0. RGB value is (115,231,160). Sum of RGB (Red+Green+Blue) = 115+231+160=506 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.73% from 506); Green value is 231 (90.62% from 255 or 45.65% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 231 - color contains mainly: green. Hex color #73E7A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73E7A0 is #8C185F. Grayscale: #BCBCBC. Windows color (decimal): -9181280 or 10545011. OLE color: 10545011.
HSL color Cylindrical-coordinate representation of color #73E7A0: hue angle of 143.28º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73E7A0 is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 231 | 160 | - |
| CMYK | 0.50 | 0 | 0.31 | 0.09 |
| HSL | 143.28º | 0.71% | 0.68% | - |
| HSV(B) | 143.28º | 0.5% | 0.91% | - |
| XYZ | 41.99 | 63.33 | 43.27 | - |
| YUV | 188.22 | 112.07 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 231 | 160 | 0.50 | 0 | 0.31 | 0.09 | 143.28 | 0.71 | 0.68 |
| Hex | 73 | E7 | A0 | 32 | 0 | 1F | 9 | 8F | 47 | 44 |
| Octal | 163 | 347 | 240 | 62 | 0 | 37 | 11 | 217 | 107 | 104 |
| Binary | 1110011 | 11100111 | 10100000 | 110010 | 0 | 11111 | 1001 | 10001111 | 1000111 | 1000100 |
Color Harmonies of #73E7A0
Complementary color
Monochromatic Colors of #73E7A0
Black with #73E7A0
Text Example
Text Example
White with #73E7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E7A0; }
p { color: rgb(115,231,160); }
H1.HeaderClassName
{
color: #73E7A0;
}
.AnyTagClassName
{
color: #73E7A0;
}
</style>
background-color css
<style>
a { background-color: #73E7A0; }
a { background-color: rgb(115,231,160); }
div.DivClassName
{
background-color: #73E7A0;
}
.BgClassName
{
background-color: #73E7A0;
}
</style>
border-color css
<style>
span { border-color: #73E7A0; }
span { border-color: rgb(115,231,160); }
td.TdClassName
{
border-color: #73E7A0;
}
.TagClassName
{
border-color: #73E7A0;
}
</style>