Shades of Medium Aquamarine #49E2AD
Tints of Medium Aquamarine #49E2AD
RGB
CMYK
RGB Variations
Color information
#49E2AD (or 0x49E2AD) is known color: Medium Aquamarine. HEX triplet: 49, E2 and AD. RGB value is (73,226,173). Sum of RGB (Red+Green+Blue) = 73+226+173=472 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.47% from 472); Green value is 226 (88.67% from 255 or 47.88% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 226 - color contains mainly: green. Hex color #49E2AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49E2AD is #B61D52. Grayscale: #AEAEAE. Windows color (decimal): -11935059 or 11395657. OLE color: 11395657.
HSL color Cylindrical-coordinate representation of color #49E2AD: hue angle of 159.22º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E2AD is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 226 | 173 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.11 |
| HSL | 159.22º | 0.73% | 0.59% | - |
| HSV(B) | 159.22º | 0.68% | 0.89% | - |
| XYZ | 37.49 | 58.83 | 48.91 | - |
| YUV | 174.21 | 127.31 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 226 | 173 | 0.68 | 0 | 0.23 | 0.11 | 159.22 | 0.73 | 0.59 |
| Hex | 49 | E2 | AD | 44 | 0 | 17 | B | 9F | 49 | 3B |
| Octal | 111 | 342 | 255 | 104 | 0 | 27 | 13 | 237 | 111 | 73 |
| Binary | 1001001 | 11100010 | 10101101 | 1000100 | 0 | 10111 | 1011 | 10011111 | 1001001 | 111011 |
Color Harmonies of #49E2AD
Complementary color
Monochromatic Colors of #49E2AD
Black with #49E2AD
Text Example
Text Example
White with #49E2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E2AD; }
p { color: rgb(73,226,173); }
H1.HeaderClassName
{
color: #49E2AD;
}
.AnyTagClassName
{
color: #49E2AD;
}
</style>
background-color css
<style>
a { background-color: #49E2AD; }
a { background-color: rgb(73,226,173); }
div.DivClassName
{
background-color: #49E2AD;
}
.BgClassName
{
background-color: #49E2AD;
}
</style>
border-color css
<style>
span { border-color: #49E2AD; }
span { border-color: rgb(73,226,173); }
td.TdClassName
{
border-color: #49E2AD;
}
.TagClassName
{
border-color: #49E2AD;
}
</style>