Shades of Medium Aquamarine #49E0B1
Tints of Medium Aquamarine #49E0B1
RGB
CMYK
RGB Variations
Color information
#49E0B1 (or 0x49E0B1) is known color: Medium Aquamarine. HEX triplet: 49, E0 and B1. RGB value is (73,224,177). Sum of RGB (Red+Green+Blue) = 73+224+177=474 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.40% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 224 - color contains mainly: green. Hex color #49E0B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49E0B1 is #B61F4E. Grayscale: #ADADAD. Windows color (decimal): -11935567 or 11657289. OLE color: 11657289.
HSL color Cylindrical-coordinate representation of color #49E0B1: hue angle of 161.32º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49E0B1 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 224 | 177 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.12 |
| HSL | 161.32º | 0.71% | 0.58% | - |
| HSV(B) | 161.32º | 0.67% | 0.88% | - |
| XYZ | 37.34 | 57.9 | 50.8 | - |
| YUV | 173.49 | 129.97 | 56.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 224 | 177 | 0.67 | 0 | 0.21 | 0.12 | 161.32 | 0.71 | 0.58 |
| Hex | 49 | E0 | B1 | 43 | 0 | 15 | C | A1 | 47 | 3A |
| Octal | 111 | 340 | 261 | 103 | 0 | 25 | 14 | 241 | 107 | 72 |
| Binary | 1001001 | 11100000 | 10110001 | 1000011 | 0 | 10101 | 1100 | 10100001 | 1000111 | 111010 |
Color Harmonies of #49E0B1
Complementary color
Monochromatic Colors of #49E0B1
Black with #49E0B1
Text Example
Text Example
White with #49E0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E0B1; }
p { color: rgb(73,224,177); }
H1.HeaderClassName
{
color: #49E0B1;
}
.AnyTagClassName
{
color: #49E0B1;
}
</style>
background-color css
<style>
a { background-color: #49E0B1; }
a { background-color: rgb(73,224,177); }
div.DivClassName
{
background-color: #49E0B1;
}
.BgClassName
{
background-color: #49E0B1;
}
</style>
border-color css
<style>
span { border-color: #49E0B1; }
span { border-color: rgb(73,224,177); }
td.TdClassName
{
border-color: #49E0B1;
}
.TagClassName
{
border-color: #49E0B1;
}
</style>