COLOR #49AB99

HEX: #49AB99 RGB: (73,171,153)

Color info

#49AB99 contains mainly green and blue colors. Web safe color of #49AB99 is #339999 (or #399).

RGB color model

#49AB99 color RGB value is (73,171,153).

RGB: (73,171,153) (29%, 67%, 60%)

RGB channels and saturation

R 73 of 255 = 29%
G 171 of 255 = 67%
B 153 of 255 = 60%

73
171
153

R + G + B ~ 52%. #49AB99 is middle color (not dark and not light).

Portions of RGB colors in percentages

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'%

%18.39
%43.07
%38.54

CMYK color model

#49AB99 color CMYK value is (57,0,11,33).

  • cyan value is 57.31%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 32.94%

CMYK: (57,0,11,33)
C57M0Y11K33 (57%, 0%, 11%, 33%)
(0.57 / 0.00 / 0.11 / 0.33)

CMYK percentages

%57.31
%0
%10.53
%32.94

Codes

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 and tints

Shades of #49AB99

#49AB99
(73,171,153)
#439C8C
(67,156,140)
#3D8D7F
(61,141,127)
#377E72
(55,126,114)
#316F65
(49,111,101)
#2B6058
(43,96,88)
#25514B
(37,81,75)
#1F423E
(31,66,62)
#193331
(25,51,49)
#132424
(19,36,36)
#0D1517
(13,21,23)
#000000
(0,0,0)

Tints of #49AB99

#49AB99
(73,171,153)
#59B2A2
(89,178,162)
#69B9AB
(105,185,171)
#79C0B4
(121,192,180)
#89C7BD
(137,199,189)
#99CEC6
(153,206,198)
#A9D5CF
(169,213,207)
#B9DCD8
(185,220,216)
#C9E3E1
(201,227,225)
#D9EAEA
(217,234,234)
#E9F1F3
(233,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49AB99 color. Also use rgb(73,171,153) instead hex code.

Text Font Color

.myTextColor { color: #49AB99; }

<p style="color:#49AB99">This sample text font color is #49AB99.</p>

This text font color is #49AB99.

Background Color

.myBgColor { background-color: #49AB99; }

<div style="background-color:#49AB99">Inner text</div>

This div background color is #49AB99.

Border color

.myBorderColor { border: 1px solid #49AB99; }

<div style="border:3px solid #49AB99">Div</div>

This div border color is #49AB99.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #49AB99.

Preview

Color preview on black background

This text has color #49AB99 on black background.


Color preview on white background

This text has color #49AB99 on white background.


Black color preview on #49AB99 background

This text has black color on #49AB99 background.


White color preview on #49AB99 background

This text has white color on #49AB99 background.


Related colors

Complementary color

Complementary color for #hex is #B65466.


I love getcolorcode.com

Triadic colors

1 #9949AB and #AB9949 with #49AB99 are triadic colors.

2 #99AB49 and #AB4999 with #49AB99 are triadic colors.