Shades of Medium Aquamarine #49FAAB
Tints of Medium Aquamarine #49FAAB
RGB
CMYK
RGB Variations
Color information
#49FAAB (or 0x49FAAB) is known color: Medium Aquamarine. HEX triplet: 49, FA and AB. RGB value is (73,250,171). Sum of RGB (Red+Green+Blue) = 73+250+171=494 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.78% from 494); Green value is 250 (98.05% from 255 or 50.61% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 250 - color contains mainly: green. Hex color #49FAAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FAAB is #B60554. Grayscale: #BCBCBC. Windows color (decimal): -11928917 or 11270729. OLE color: 11270729.
HSL color Cylindrical-coordinate representation of color #49FAAB: hue angle of 153.22º 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 #49FAAB is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 250 | 171 | - |
| CMYK | 0.71 | 0 | 0.32 | 0.02 |
| HSL | 153.22º | 0.95% | 0.63% | - |
| HSV(B) | 153.22º | 0.71% | 0.98% | - |
| XYZ | 44.28 | 72.73 | 50.23 | - |
| YUV | 188.07 | 118.36 | 45.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 250 | 171 | 0.71 | 0 | 0.32 | 0.02 | 153.22 | 0.95 | 0.63 |
| Hex | 49 | FA | AB | 47 | 0 | 20 | 2 | 99 | 5F | 3F |
| Octal | 111 | 372 | 253 | 107 | 0 | 40 | 2 | 231 | 137 | 77 |
| Binary | 1001001 | 11111010 | 10101011 | 1000111 | 0 | 100000 | 10 | 10011001 | 1011111 | 111111 |
Color Harmonies of #49FAAB
Complementary color
Monochromatic Colors of #49FAAB
Black with #49FAAB
Text Example
Text Example
White with #49FAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FAAB; }
p { color: rgb(73,250,171); }
H1.HeaderClassName
{
color: #49FAAB;
}
.AnyTagClassName
{
color: #49FAAB;
}
</style>
background-color css
<style>
a { background-color: #49FAAB; }
a { background-color: rgb(73,250,171); }
div.DivClassName
{
background-color: #49FAAB;
}
.BgClassName
{
background-color: #49FAAB;
}
</style>
border-color css
<style>
span { border-color: #49FAAB; }
span { border-color: rgb(73,250,171); }
td.TdClassName
{
border-color: #49FAAB;
}
.TagClassName
{
border-color: #49FAAB;
}
</style>