Shades of Medium Aquamarine #49E6AC
Tints of Medium Aquamarine #49E6AC
RGB
CMYK
RGB Variations
Color information
#49E6AC (or 0x49E6AC) is known color: Medium Aquamarine. HEX triplet: 49, E6 and AC. RGB value is (73,230,172). Sum of RGB (Red+Green+Blue) = 73+230+172=475 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.37% from 475); Green value is 230 (90.23% from 255 or 48.42% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 230 - color contains mainly: green. Hex color #49E6AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49E6AC is #B61953. Grayscale: #B0B0B0. Windows color (decimal): -11934036 or 11331145. OLE color: 11331145.
HSL color Cylindrical-coordinate representation of color #49E6AC: hue angle of 157.83º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E6AC is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 230 | 172 | - |
| CMYK | 0.68 | 0 | 0.25 | 0.10 |
| HSL | 157.83º | 0.76% | 0.59% | - |
| HSV(B) | 157.83º | 0.68% | 0.9% | - |
| XYZ | 38.49 | 60.99 | 48.77 | - |
| YUV | 176.45 | 125.49 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 230 | 172 | 0.68 | 0 | 0.25 | 0.10 | 157.83 | 0.76 | 0.59 |
| Hex | 49 | E6 | AC | 44 | 0 | 19 | A | 9E | 4C | 3B |
| Octal | 111 | 346 | 254 | 104 | 0 | 31 | 12 | 236 | 114 | 73 |
| Binary | 1001001 | 11100110 | 10101100 | 1000100 | 0 | 11001 | 1010 | 10011110 | 1001100 | 111011 |
Color Harmonies of #49E6AC
Complementary color
Monochromatic Colors of #49E6AC
Black with #49E6AC
Text Example
Text Example
White with #49E6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E6AC; }
p { color: rgb(73,230,172); }
H1.HeaderClassName
{
color: #49E6AC;
}
.AnyTagClassName
{
color: #49E6AC;
}
</style>
background-color css
<style>
a { background-color: #49E6AC; }
a { background-color: rgb(73,230,172); }
div.DivClassName
{
background-color: #49E6AC;
}
.BgClassName
{
background-color: #49E6AC;
}
</style>
border-color css
<style>
span { border-color: #49E6AC; }
span { border-color: rgb(73,230,172); }
td.TdClassName
{
border-color: #49E6AC;
}
.TagClassName
{
border-color: #49E6AC;
}
</style>