Shades of Medium Aquamarine #49ECAB
Tints of Medium Aquamarine #49ECAB
RGB
CMYK
RGB Variations
Color information
#49ECAB (or 0x49ECAB) is known color: Medium Aquamarine. HEX triplet: 49, EC and AB. RGB value is (73,236,171). Sum of RGB (Red+Green+Blue) = 73+236+171=480 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.21% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #49ECAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49ECAB is #B61354. Grayscale: #B3B3B3. Windows color (decimal): -11932501 or 11267145. OLE color: 11267145.
HSL color Cylindrical-coordinate representation of color #49ECAB: hue angle of 156.07º degrees, saturation: 0.81, 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 #49ECAB is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 236 | 171 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.07 |
| HSL | 156.07º | 0.81% | 0.61% | - |
| HSV(B) | 156.07º | 0.69% | 0.93% | - |
| XYZ | 40.09 | 64.35 | 48.84 | - |
| YUV | 179.85 | 123 | 51.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 171 | 0.69 | 0 | 0.28 | 0.07 | 156.07 | 0.81 | 0.61 |
| Hex | 49 | EC | AB | 45 | 0 | 1C | 7 | 9C | 51 | 3D |
| Octal | 111 | 354 | 253 | 105 | 0 | 34 | 7 | 234 | 121 | 75 |
| Binary | 1001001 | 11101100 | 10101011 | 1000101 | 0 | 11100 | 111 | 10011100 | 1010001 | 111101 |
Color Harmonies of #49ECAB
Complementary color
Monochromatic Colors of #49ECAB
Black with #49ECAB
Text Example
Text Example
White with #49ECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ECAB; }
p { color: rgb(73,236,171); }
H1.HeaderClassName
{
color: #49ECAB;
}
.AnyTagClassName
{
color: #49ECAB;
}
</style>
background-color css
<style>
a { background-color: #49ECAB; }
a { background-color: rgb(73,236,171); }
div.DivClassName
{
background-color: #49ECAB;
}
.BgClassName
{
background-color: #49ECAB;
}
</style>
border-color css
<style>
span { border-color: #49ECAB; }
span { border-color: rgb(73,236,171); }
td.TdClassName
{
border-color: #49ECAB;
}
.TagClassName
{
border-color: #49ECAB;
}
</style>