Shades of Medium Aquamarine #49F0AB
Tints of Medium Aquamarine #49F0AB
RGB
CMYK
RGB Variations
Color information
#49F0AB (or 0x49F0AB) is known color: Medium Aquamarine. HEX triplet: 49, F0 and AB. RGB value is (73,240,171). Sum of RGB (Red+Green+Blue) = 73+240+171=484 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.08% from 484); Green value is 240 (94.14% from 255 or 49.59% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 240 - color contains mainly: green. Hex color #49F0AB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F0AB is #B60F54. Grayscale: #B6B6B6. Windows color (decimal): -11931477 or 11268169. OLE color: 11268169.
HSL color Cylindrical-coordinate representation of color #49F0AB: hue angle of 155.21º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F0AB is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 240 | 171 | - |
| CMYK | 0.70 | 0 | 0.29 | 0.06 |
| HSL | 155.21º | 0.85% | 0.61% | - |
| HSV(B) | 155.21º | 0.7% | 0.94% | - |
| XYZ | 41.26 | 66.68 | 49.22 | - |
| YUV | 182.2 | 121.67 | 50.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 240 | 171 | 0.70 | 0 | 0.29 | 0.06 | 155.21 | 0.85 | 0.61 |
| Hex | 49 | F0 | AB | 46 | 0 | 1D | 6 | 9B | 55 | 3D |
| Octal | 111 | 360 | 253 | 106 | 0 | 35 | 6 | 233 | 125 | 75 |
| Binary | 1001001 | 11110000 | 10101011 | 1000110 | 0 | 11101 | 110 | 10011011 | 1010101 | 111101 |
Color Harmonies of #49F0AB
Complementary color
Monochromatic Colors of #49F0AB
Black with #49F0AB
Text Example
Text Example
White with #49F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F0AB; }
p { color: rgb(73,240,171); }
H1.HeaderClassName
{
color: #49F0AB;
}
.AnyTagClassName
{
color: #49F0AB;
}
</style>
background-color css
<style>
a { background-color: #49F0AB; }
a { background-color: rgb(73,240,171); }
div.DivClassName
{
background-color: #49F0AB;
}
.BgClassName
{
background-color: #49F0AB;
}
</style>
border-color css
<style>
span { border-color: #49F0AB; }
span { border-color: rgb(73,240,171); }
td.TdClassName
{
border-color: #49F0AB;
}
.TagClassName
{
border-color: #49F0AB;
}
</style>