HEX: #49AB99
RGB: (73,171,153)
#49AB99 contains mainly green and blue colors. Web safe color of #49AB99 is #339999 (or #399).
#49AB99 color RGB value is (73,171,153).
RGB: (73,171,153)
(29%, 67%, 60%)
R 73 of 255 = 29%
G 171 of 255 = 67%
B 153 of 255 = 60%
R + G + B ~ 52%. #49AB99 is middle color (not dark and not light).
R + G + B = 73 + 171 + 153 = 397 (100%)
R 73 of 397 ~ 18.39%
G 171 of 397 ~ 43.07%
B 153 of 397 ~ 38.54'%
#49AB99 color CMYK value is (57,0,11,33).
CMYK: (57,0,11,33)
C57M0Y11K33 (57%, 0%, 11%, 33%)
(0.57 / 0.00 / 0.11 / 0.33)
Color #49AB99 in popluar color models
49 | AB | 99 | |
---|---|---|---|
RGB | 73 | 171 | 153 |
HSL | 169° | 40.16% | 47.84% |
HSB/HSV | 169° | 57.31% | 67.06% |
CMYK | 57.31% | 0.00% | 10.53% |
32.94% |
Color #49AB99 in popluar number systems.
HEX | 49 | AB | 99 |
Decimal | 73 | 171 | 153 |
Binary | 1001001 | 10101011 | 10011001 |
Octal | 111 | 253 | 231 |
Shades of #49AB99
Tints of #49AB99
Examples of css and html codes for elements with #49AB99 color. Also use rgb(73,171,153) instead hex code.
.myTextColor { color: #49AB99; }
<p style="color:#49AB99">This sample text font color is #49AB99.</p>
This text font color is #49AB99.
.myBgColor { background-color: #49AB99; }
<div style="background-color:#49AB99">Inner text</div>
This div background color is #49AB99.
.myBorderColor { border: 1px solid #49AB99; }
<div style="border:3px solid #49AB99">Div</div>
This div border color is #49AB99.
.myOpacity80 { color: #49AB99; opacity: 0.8; }
<p style="color:#49AB99;opacity:0.8;">80%</p>
Text with #49AB99 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #49AB99;}
<p style="text-shadow: 3px 3px 1px #49AB99">Text here.</p>
This text has shadow with #49AB99 color.
.textShadow {text-shadow: 3px 3px 1px #49AB99', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #49AB99, 5px 5px 20px red">Text here.</p>
This text has shadow with #49AB99 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49AB99, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#49AB99, Direction=45, Strength=4)">Text</p>
This text has shadow with #49AB99 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #49AB99;
-webkit-box-shadow: 1px 1px 3px 2px #49AB99;
box-shadow: 1px 1px 3px 2px #49AB99;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #49AB99; -webkit-box-shadow: 1px 1px 3px 2px #49AB99; box-shadow:1px 1px 3px 2px #49AB99;">
Div content here
</div>
This text has color #49AB99 on black background.
This text has color #49AB99 on white background.
This text has black color on #49AB99 background.
This text has white color on #49AB99 background.
Complementary color for #hex is #B65466.