Shades of Medium Aquamarine #49FEAA
Tints of Medium Aquamarine #49FEAA
RGB
CMYK
RGB Variations
Color information
#49FEAA (or 0x49FEAA) is known color: Medium Aquamarine. HEX triplet: 49, FE and AA. RGB value is (73,254,170). Sum of RGB (Red+Green+Blue) = 73+254+170=497 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.69% from 497); Green value is 254 (99.61% from 255 or 51.11% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 254 - color contains mainly: green. Hex color #49FEAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FEAA is #B60155. Grayscale: #BEBEBE. Windows color (decimal): -11927894 or 11206217. OLE color: 11206217.
HSL color Cylindrical-coordinate representation of color #49FEAA: hue angle of 152.15º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FEAA is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 170 | - |
| CMYK | 0.71 | 0 | 0.33 | 0.00 |
| HSL | 152.15º | 0.99% | 0.64% | - |
| HSV(B) | 152.15º | 0.71% | 1% | - |
| XYZ | 45.45 | 75.2 | 50.15 | - |
| YUV | 190.31 | 116.53 | 44.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 170 | 0.71 | 0 | 0.33 | 0.00 | 152.15 | 0.99 | 0.64 |
| Hex | 49 | FE | AA | 47 | 0 | 21 | 0 | 98 | 63 | 40 |
| Octal | 111 | 376 | 252 | 107 | 0 | 41 | 0 | 230 | 143 | 100 |
| Binary | 1001001 | 11111110 | 10101010 | 1000111 | 0 | 100001 | 0 | 10011000 | 1100011 | 1000000 |
Color Harmonies of #49FEAA
Complementary color
Monochromatic Colors of #49FEAA
Black with #49FEAA
Text Example
Text Example
White with #49FEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FEAA; }
p { color: rgb(73,254,170); }
H1.HeaderClassName
{
color: #49FEAA;
}
.AnyTagClassName
{
color: #49FEAA;
}
</style>
background-color css
<style>
a { background-color: #49FEAA; }
a { background-color: rgb(73,254,170); }
div.DivClassName
{
background-color: #49FEAA;
}
.BgClassName
{
background-color: #49FEAA;
}
</style>
border-color css
<style>
span { border-color: #49FEAA; }
span { border-color: rgb(73,254,170); }
td.TdClassName
{
border-color: #49FEAA;
}
.TagClassName
{
border-color: #49FEAA;
}
</style>