Shades of Medium Aquamarine #49ECAF
Tints of Medium Aquamarine #49ECAF
RGB
CMYK
RGB Variations
Color information
#49ECAF (or 0x49ECAF) is known color: Medium Aquamarine. HEX triplet: 49, EC and AF. RGB value is (73,236,175). Sum of RGB (Red+Green+Blue) = 73+236+175=484 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.08% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 236 - color contains mainly: green. Hex color #49ECAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49ECAF is #B61350. Grayscale: #B4B4B4. Windows color (decimal): -11932497 or 11529289. OLE color: 11529289.
HSL color Cylindrical-coordinate representation of color #49ECAF: hue angle of 157.55º 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 #49ECAF is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 236 | 175 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.07 |
| HSL | 157.55º | 0.81% | 0.61% | - |
| HSV(B) | 157.55º | 0.69% | 0.93% | - |
| XYZ | 40.48 | 64.5 | 50.87 | - |
| YUV | 180.31 | 125 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 175 | 0.69 | 0 | 0.26 | 0.07 | 157.55 | 0.81 | 0.61 |
| Hex | 49 | EC | AF | 45 | 0 | 1A | 7 | 9E | 51 | 3D |
| Octal | 111 | 354 | 257 | 105 | 0 | 32 | 7 | 236 | 121 | 75 |
| Binary | 1001001 | 11101100 | 10101111 | 1000101 | 0 | 11010 | 111 | 10011110 | 1010001 | 111101 |
Color Harmonies of #49ECAF
Complementary color
Monochromatic Colors of #49ECAF
Black with #49ECAF
Text Example
Text Example
White with #49ECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ECAF; }
p { color: rgb(73,236,175); }
H1.HeaderClassName
{
color: #49ECAF;
}
.AnyTagClassName
{
color: #49ECAF;
}
</style>
background-color css
<style>
a { background-color: #49ECAF; }
a { background-color: rgb(73,236,175); }
div.DivClassName
{
background-color: #49ECAF;
}
.BgClassName
{
background-color: #49ECAF;
}
</style>
border-color css
<style>
span { border-color: #49ECAF; }
span { border-color: rgb(73,236,175); }
td.TdClassName
{
border-color: #49ECAF;
}
.TagClassName
{
border-color: #49ECAF;
}
</style>