COLOR #49B4AA

HEX: #49B4AA RGB: (73,180,170)

Color info

#49B4AA contains mainly green and blue colors. Web safe color of #49B4AA is #33CC99 (or #3C9).

RGB color model

#49B4AA color RGB value is (73,180,170).

RGB: (73,180,170) (29%, 71%, 67%)

RGB channels and saturation

R 73 of 255 = 29%
G 180 of 255 = 71%
B 170 of 255 = 67%

73
180
170

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

Portions of RGB colors in percentages

R + G + B = 73 + 180 + 170 = 423 (100%)
R 73 of 423 ~ 17.26%
G 180 of 423 ~ 42.55%
B 170 of 423 ~ 40.19'%

%17.26
%42.55
%40.19

CMYK color model

#49B4AA color CMYK value is (59,0,6,29).

  • cyan value is 59.44%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 29.41%

CMYK: (59,0,6,29)
C59M0Y6K29 (59%, 0%, 6%, 29%)
(0.59 / 0.00 / 0.06 / 0.29)

CMYK percentages

%59.44
%0
%5.56
%29.41

Codes

Color #49B4AA in popluar color models

49 B4 AA
RGB 73 180 170
HSL 174° 42.29% 49.61%
HSB/HSV 174° 59.44% 70.59%
CMYK 59.44% 0.00% 5.56%
29.41%

Color #49B4AA in popluar number systems.

HEX 49 B4 AA
Decimal 73 180 170
Binary 1001001 10110100 10101010
Octal 111 264 252

Shades and tints

Shades of #49B4AA

#49B4AA
(73,180,170)
#43A49B
(67,164,155)
#3D948C
(61,148,140)
#37847D
(55,132,125)
#31746E
(49,116,110)
#2B645F
(43,100,95)
#255450
(37,84,80)
#1F4441
(31,68,65)
#193432
(25,52,50)
#132423
(19,36,35)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #49B4AA

#49B4AA
(73,180,170)
#59BAB1
(89,186,177)
#69C0B8
(105,192,184)
#79C6BF
(121,198,191)
#89CCC6
(137,204,198)
#99D2CD
(153,210,205)
#A9D8D4
(169,216,212)
#B9DEDB
(185,222,219)
#C9E4E2
(201,228,226)
#D9EAE9
(217,234,233)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49B4AA; }

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

This text font color is #49B4AA.

Background Color

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

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

This div background color is #49B4AA.

Border color

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

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

This div border color is #49B4AA.

Opacity

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

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

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

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

This text has shadow with #49B4AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49B4AA.

Preview

Color preview on black background

This text has color #49B4AA on black background.


Color preview on white background

This text has color #49B4AA on white background.


Black color preview on #49B4AA background

This text has black color on #49B4AA background.


White color preview on #49B4AA background

This text has white color on #49B4AA background.


Related colors

Complementary color

Complementary color for #hex is #B64B55.


I love getcolorcode.com

Triadic colors

1 #AA49B4 and #B4AA49 with #49B4AA are triadic colors.

2 #AAB449 and #B449AA with #49B4AA are triadic colors.