Shades of Medium Aquamarine #49FAAA
Tints of Medium Aquamarine #49FAAA
RGB
CMYK
RGB Variations
Color information
#49FAAA (or 0x49FAAA) is known color: Medium Aquamarine. HEX triplet: 49, FA and AA. RGB value is (73,250,170). Sum of RGB (Red+Green+Blue) = 73+250+170=493 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.81% from 493); Green value is 250 (98.05% from 255 or 50.71% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 250 - color contains mainly: green. Hex color #49FAAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FAAA is #B60555. Grayscale: #BCBCBC. Windows color (decimal): -11928918 or 11205193. OLE color: 11205193.
HSL color Cylindrical-coordinate representation of color #49FAAA: hue angle of 152.88º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FAAA is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 250 | 170 | - |
| CMYK | 0.71 | 0 | 0.32 | 0.02 |
| HSL | 152.88º | 0.95% | 0.63% | - |
| HSV(B) | 152.88º | 0.71% | 0.98% | - |
| XYZ | 44.19 | 72.69 | 49.73 | - |
| YUV | 187.96 | 117.86 | 46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 250 | 170 | 0.71 | 0 | 0.32 | 0.02 | 152.88 | 0.95 | 0.63 |
| Hex | 49 | FA | AA | 47 | 0 | 20 | 2 | 99 | 5F | 3F |
| Octal | 111 | 372 | 252 | 107 | 0 | 40 | 2 | 231 | 137 | 77 |
| Binary | 1001001 | 11111010 | 10101010 | 1000111 | 0 | 100000 | 10 | 10011001 | 1011111 | 111111 |
Color Harmonies of #49FAAA
Complementary color
Monochromatic Colors of #49FAAA
Black with #49FAAA
Text Example
Text Example
White with #49FAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FAAA; }
p { color: rgb(73,250,170); }
H1.HeaderClassName
{
color: #49FAAA;
}
.AnyTagClassName
{
color: #49FAAA;
}
</style>
background-color css
<style>
a { background-color: #49FAAA; }
a { background-color: rgb(73,250,170); }
div.DivClassName
{
background-color: #49FAAA;
}
.BgClassName
{
background-color: #49FAAA;
}
</style>
border-color css
<style>
span { border-color: #49FAAA; }
span { border-color: rgb(73,250,170); }
td.TdClassName
{
border-color: #49FAAA;
}
.TagClassName
{
border-color: #49FAAA;
}
</style>