COLOR #49E7AC

HEX: #49E7AC
RGB: (73,231,172)

Color info

#49E7AC contains mainly green and blue colors. Web safe color of #49E7AC is #33FF99 (or #3F9).

RGB color model

#49E7AC color RGB value is (73,231,172).

  • red value is 73;
  • green value is 231;
  • blue value is 172.
RGB:
(73,231,172)
(29%,91%,67%)

RGB channels and saturation

R 73 of 255 = 29%
G 231 of 255 = 91%
B 172 of 255 = 67%

73
231
172

R + G + B ~ 62%. #49E7AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
73 + 231 + 172 = 476 (100%)
R 73 of 476 ~ 15.34%
G 231 of 476 ~ 48.53%
B 172 of 476 ~ 36.13%

%15.34
%48.53
%36.13

CMYK color model

#49E7AC color CMYK value is (68,0,26,9).

  • cyan value is 68.40%
  • magenta value is 0.00%
  • yellow value is 25.54%
  • key color value is 9.41%
CMYK:
(68,0,26,9)
C68M0Y26K9 
(68%,0%,26%,9%)
(0.68/0.00/0.26/0.09)	

CMYK percentages

%68.4
%0
%25.54
%9.41

Codes

Color #49E7AC in popluar color models

49E7AC
RGB73231172
HSL158°76.70%59.61%
HSB/HSV158°68.40%90.59%
CMYK68.40%0.00%25.54%
9.41%

Color #49E7AC in popluar number systems.

HEX49E7AC
Decimal73231172
Binary10010011110011110101100
Octal111347254

Shades and tints

Shades of #49E7AC

#49E7AC
(73,231,172)
#43D29D
(67,210,157)
#3DBD8E
(61,189,142)
#37A87F
(55,168,127)
#319370
(49,147,112)
#2B7E61
(43,126,97)
#256952
(37,105,82)
#1F5443
(31,84,67)
#193F34
(25,63,52)
#132A25
(19,42,37)
#0D1516
(13,21,22)
#000000
(0,0,0)

Tints of #49E7AC

#49E7AC
(73,231,172)
#59E9B3
(89,233,179)
#69EBBA
(105,235,186)
#79EDC1
(121,237,193)
#89EFC8
(137,239,200)
#99F1CF
(153,241,207)
#A9F3D6
(169,243,214)
#B9F5DD
(185,245,221)
#C9F7E4
(201,247,228)
#D9F9EB
(217,249,235)
#E9FBF2
(233,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49E7AC color. Also use rgb(73,231,172) instead hex code.

Text Font Color

.myTextColor { color: #49E7AC; }

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

This text font color is #49E7AC.


Background Color

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

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

This div background color is #49E7AC.


Border color

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

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

This div border color is #49E7AC.


Opacity

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

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

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

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

This text has shadow with #49E7AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49E7AC on black background.


Color preview on white background

This text has color #49E7AC on white background.



Black color preview on #49E7AC background

This text has black color on #49E7AC background.


White color preview on #49E7AC background

This text has white color on #49E7AC background.