Shades of Medium Aquamarine #49E8AF
Tints of Medium Aquamarine #49E8AF
RGB
CMYK
RGB Variations
Color information
#49E8AF (or 0x49E8AF) is known color: Medium Aquamarine. HEX triplet: 49, E8 and AF. RGB value is (73,232,175). Sum of RGB (Red+Green+Blue) = 73+232+175=480 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.21% from 480); Green value is 232 (91.02% from 255 or 48.33% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 232 - color contains mainly: green. Hex color #49E8AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49E8AF is #B61750. Grayscale: #B2B2B2. Windows color (decimal): -11933521 or 11528265. OLE color: 11528265.
HSL color Cylindrical-coordinate representation of color #49E8AF: hue angle of 158.49º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49E8AF is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 232 | 175 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.09 |
| HSL | 158.49º | 0.78% | 0.6% | - |
| HSV(B) | 158.49º | 0.69% | 0.91% | - |
| XYZ | 39.34 | 62.22 | 50.49 | - |
| YUV | 177.96 | 126.32 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 232 | 175 | 0.69 | 0 | 0.25 | 0.09 | 158.49 | 0.78 | 0.6 |
| Hex | 49 | E8 | AF | 45 | 0 | 19 | 9 | 9E | 4E | 3C |
| Octal | 111 | 350 | 257 | 105 | 0 | 31 | 11 | 236 | 116 | 74 |
| Binary | 1001001 | 11101000 | 10101111 | 1000101 | 0 | 11001 | 1001 | 10011110 | 1001110 | 111100 |
Color Harmonies of #49E8AF
Complementary color
Monochromatic Colors of #49E8AF
Black with #49E8AF
Text Example
Text Example
White with #49E8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E8AF; }
p { color: rgb(73,232,175); }
H1.HeaderClassName
{
color: #49E8AF;
}
.AnyTagClassName
{
color: #49E8AF;
}
</style>
background-color css
<style>
a { background-color: #49E8AF; }
a { background-color: rgb(73,232,175); }
div.DivClassName
{
background-color: #49E8AF;
}
.BgClassName
{
background-color: #49E8AF;
}
</style>
border-color css
<style>
span { border-color: #49E8AF; }
span { border-color: rgb(73,232,175); }
td.TdClassName
{
border-color: #49E8AF;
}
.TagClassName
{
border-color: #49E8AF;
}
</style>