Shades of Medium Aquamarine #49EEAD
Tints of Medium Aquamarine #49EEAD
RGB
CMYK
RGB Variations
Color information
#49EEAD (or 0x49EEAD) is known color: Medium Aquamarine. HEX triplet: 49, EE and AD. RGB value is (73,238,173). Sum of RGB (Red+Green+Blue) = 73+238+173=484 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.08% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 238 - color contains mainly: green. Hex color #49EEAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EEAD is #B61152. Grayscale: #B5B5B5. Windows color (decimal): -11931987 or 11398729. OLE color: 11398729.
HSL color Cylindrical-coordinate representation of color #49EEAD: hue angle of 156.36º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EEAD is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 238 | 173 | - |
| CMYK | 0.69 | 0 | 0.27 | 0.07 |
| HSL | 156.36º | 0.83% | 0.61% | - |
| HSV(B) | 156.36º | 0.69% | 0.93% | - |
| XYZ | 40.87 | 65.58 | 50.04 | - |
| YUV | 181.26 | 123.34 | 50.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 238 | 173 | 0.69 | 0 | 0.27 | 0.07 | 156.36 | 0.83 | 0.61 |
| Hex | 49 | EE | AD | 45 | 0 | 1B | 7 | 9C | 53 | 3D |
| Octal | 111 | 356 | 255 | 105 | 0 | 33 | 7 | 234 | 123 | 75 |
| Binary | 1001001 | 11101110 | 10101101 | 1000101 | 0 | 11011 | 111 | 10011100 | 1010011 | 111101 |
Color Harmonies of #49EEAD
Complementary color
Monochromatic Colors of #49EEAD
Black with #49EEAD
Text Example
Text Example
White with #49EEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EEAD; }
p { color: rgb(73,238,173); }
H1.HeaderClassName
{
color: #49EEAD;
}
.AnyTagClassName
{
color: #49EEAD;
}
</style>
background-color css
<style>
a { background-color: #49EEAD; }
a { background-color: rgb(73,238,173); }
div.DivClassName
{
background-color: #49EEAD;
}
.BgClassName
{
background-color: #49EEAD;
}
</style>
border-color css
<style>
span { border-color: #49EEAD; }
span { border-color: rgb(73,238,173); }
td.TdClassName
{
border-color: #49EEAD;
}
.TagClassName
{
border-color: #49EEAD;
}
</style>