Shades of Medium Aquamarine #49E1AC
Tints of Medium Aquamarine #49E1AC
RGB
CMYK
RGB Variations
Color information
#49E1AC (or 0x49E1AC) is known color: Medium Aquamarine. HEX triplet: 49, E1 and AC. RGB value is (73,225,172). Sum of RGB (Red+Green+Blue) = 73+225+172=470 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.53% from 470); Green value is 225 (88.28% from 255 or 47.87% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 225 - color contains mainly: green. Hex color #49E1AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49E1AC is #B61E53. Grayscale: #ADADAD. Windows color (decimal): -11935316 or 11329865. OLE color: 11329865.
HSL color Cylindrical-coordinate representation of color #49E1AC: hue angle of 159.08º 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 #49E1AC is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 225 | 172 | - |
| CMYK | 0.68 | 0 | 0.24 | 0.12 |
| HSL | 159.08º | 0.72% | 0.58% | - |
| HSV(B) | 159.08º | 0.68% | 0.88% | - |
| XYZ | 37.12 | 58.25 | 48.32 | - |
| YUV | 173.51 | 127.14 | 56.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 225 | 172 | 0.68 | 0 | 0.24 | 0.12 | 159.08 | 0.72 | 0.58 |
| Hex | 49 | E1 | AC | 44 | 0 | 18 | C | 9F | 48 | 3A |
| Octal | 111 | 341 | 254 | 104 | 0 | 30 | 14 | 237 | 110 | 72 |
| Binary | 1001001 | 11100001 | 10101100 | 1000100 | 0 | 11000 | 1100 | 10011111 | 1001000 | 111010 |
Color Harmonies of #49E1AC
Complementary color
Monochromatic Colors of #49E1AC
Black with #49E1AC
Text Example
Text Example
White with #49E1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E1AC; }
p { color: rgb(73,225,172); }
H1.HeaderClassName
{
color: #49E1AC;
}
.AnyTagClassName
{
color: #49E1AC;
}
</style>
background-color css
<style>
a { background-color: #49E1AC; }
a { background-color: rgb(73,225,172); }
div.DivClassName
{
background-color: #49E1AC;
}
.BgClassName
{
background-color: #49E1AC;
}
</style>
border-color css
<style>
span { border-color: #49E1AC; }
span { border-color: rgb(73,225,172); }
td.TdClassName
{
border-color: #49E1AC;
}
.TagClassName
{
border-color: #49E1AC;
}
</style>