Shades of Medium Aquamarine #49E1AD
Tints of Medium Aquamarine #49E1AD
RGB
CMYK
RGB Variations
Color information
#49E1AD (or 0x49E1AD) is known color: Medium Aquamarine. HEX triplet: 49, E1 and AD. RGB value is (73,225,173). Sum of RGB (Red+Green+Blue) = 73+225+173=471 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.50% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #49E1AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49E1AD is #B61E52. Grayscale: #ADADAD. Windows color (decimal): -11935315 or 11395401. OLE color: 11395401.
HSL color Cylindrical-coordinate representation of color #49E1AD: hue angle of 159.47º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E1AD is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 225 | 173 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.12 |
| HSL | 159.47º | 0.72% | 0.58% | - |
| HSV(B) | 159.47º | 0.68% | 0.88% | - |
| XYZ | 37.22 | 58.28 | 48.82 | - |
| YUV | 173.62 | 127.64 | 56.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 225 | 173 | 0.68 | 0 | 0.23 | 0.12 | 159.47 | 0.72 | 0.58 |
| Hex | 49 | E1 | AD | 44 | 0 | 17 | C | 9F | 48 | 3A |
| Octal | 111 | 341 | 255 | 104 | 0 | 27 | 14 | 237 | 110 | 72 |
| Binary | 1001001 | 11100001 | 10101101 | 1000100 | 0 | 10111 | 1100 | 10011111 | 1001000 | 111010 |
Color Harmonies of #49E1AD
Complementary color
Monochromatic Colors of #49E1AD
Black with #49E1AD
Text Example
Text Example
White with #49E1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E1AD; }
p { color: rgb(73,225,173); }
H1.HeaderClassName
{
color: #49E1AD;
}
.AnyTagClassName
{
color: #49E1AD;
}
</style>
background-color css
<style>
a { background-color: #49E1AD; }
a { background-color: rgb(73,225,173); }
div.DivClassName
{
background-color: #49E1AD;
}
.BgClassName
{
background-color: #49E1AD;
}
</style>
border-color css
<style>
span { border-color: #49E1AD; }
span { border-color: rgb(73,225,173); }
td.TdClassName
{
border-color: #49E1AD;
}
.TagClassName
{
border-color: #49E1AD;
}
</style>