COLOR #49AA91

HEX: #49AA91 RGB: (73,170,145)

Color info

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

RGB color model

#49AA91 color RGB value is (73,170,145).

RGB: (73,170,145) (29%, 67%, 57%)

RGB channels and saturation

R 73 of 255 = 29%
G 170 of 255 = 67%
B 145 of 255 = 57%

73
170
145

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

Portions of RGB colors in percentages

R + G + B = 73 + 170 + 145 = 388 (100%)
R 73 of 388 ~ 18.81%
G 170 of 388 ~ 43.81%
B 145 of 388 ~ 37.37'%

%18.81
%43.81
%37.37

CMYK color model

#49AA91 color CMYK value is (57,0,15,33).

  • cyan value is 57.06%
  • magenta value is 0.00%
  • yellow value is 14.71%
  • key color value is 33.33%

CMYK: (57,0,15,33)
C57M0Y15K33 (57%, 0%, 15%, 33%)
(0.57 / 0.00 / 0.15 / 0.33)

CMYK percentages

%57.06
%0
%14.71
%33.33

Codes

Color #49AA91 in popluar color models

49 AA 91
RGB 73 170 145
HSL 165° 39.92% 47.65%
HSB/HSV 165° 57.06% 66.67%
CMYK 57.06% 0.00% 14.71%
33.33%

Color #49AA91 in popluar number systems.

HEX 49 AA 91
Decimal 73 170 145
Binary 1001001 10101010 10010001
Octal 111 252 221

Shades and tints

Shades of #49AA91

#49AA91
(73,170,145)
#439B84
(67,155,132)
#3D8C77
(61,140,119)
#377D6A
(55,125,106)
#316E5D
(49,110,93)
#2B5F50
(43,95,80)
#255043
(37,80,67)
#1F4136
(31,65,54)
#193229
(25,50,41)
#13231C
(19,35,28)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #49AA91

#49AA91
(73,170,145)
#59B19B
(89,177,155)
#69B8A5
(105,184,165)
#79BFAF
(121,191,175)
#89C6B9
(137,198,185)
#99CDC3
(153,205,195)
#A9D4CD
(169,212,205)
#B9DBD7
(185,219,215)
#C9E2E1
(201,226,225)
#D9E9EB
(217,233,235)
#E9F0F5
(233,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49AA91 color. Also use rgb(73,170,145) instead hex code.

Text Font Color

.myTextColor { color: #49AA91; }

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

This text font color is #49AA91.

Background Color

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

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

This div background color is #49AA91.

Border color

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

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

This div border color is #49AA91.

Opacity

.myOpacity80 { color: #49AA91; opacity: 0.8; }

<p style="color:#49AA91;opacity:0.8;">80%</p>

Text with #49AA91 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 #49AA91;}

<p style="text-shadow: 3px 3px 1px #49AA91">Text here.</p>

This text has shadow with #49AA91 color.


.textShadow {text-shadow: 3px 3px 1px #49AA91', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #49AA91, 5px 5px 20px red">Text here.</p>

This text has shadow with #49AA91 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49AA91, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#49AA91, Direction=45, Strength=4)">Text</p>

This text has shadow with #49AA91 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #49AA91;
-webkit-box-shadow: 1px 1px 3px 2px #49AA91;
box-shadow: 1px 1px 3px 2px #49AA91;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #49AA91; -webkit-box-shadow: 1px 1px 3px 2px #49AA91; box-shadow:1px 1px 3px 2px #49AA91;">
Div content here
</div>

This div box has shadow with color #49AA91.

Preview

Color preview on black background

This text has color #49AA91 on black background.


Color preview on white background

This text has color #49AA91 on white background.


Black color preview on #49AA91 background

This text has black color on #49AA91 background.


White color preview on #49AA91 background

This text has white color on #49AA91 background.


Related colors

Complementary color

Complementary color for #hex is #B6556E.


I love getcolorcode.com

Triadic colors

1 #9149AA and #AA9149 with #49AA91 are triadic colors.

2 #91AA49 and #AA4991 with #49AA91 are triadic colors.