COLOR #49E0BA

HEX: #49E0BA
RGB: (73,224,186)

Color info

#49E0BA contains mainly green and blue colors. Web safe color of #49E0BA is #33CCCC (or #3CC).

RGB color model

#49E0BA color RGB value is (73,224,186).

  • red value is 73;
  • green value is 224;
  • blue value is 186.
RGB:
(73,224,186)
(29%,88%,73%)

RGB channels and saturation

R 73 of 255 = 29%
G 224 of 255 = 88%
B 186 of 255 = 73%

73
224
186

R + G + B ~ 63%. #49E0BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
73 + 224 + 186 = 483 (100%)
R 73 of 483 ~ 15.11%
G 224 of 483 ~ 46.38%
B 186 of 483 ~ 38.51%

%15.11
%46.38
%38.51

CMYK color model

#49E0BA color CMYK value is (67,0,17,12).

  • cyan value is 67.41%
  • magenta value is 0.00%
  • yellow value is 16.96%
  • key color value is 12.16%
CMYK:
(67,0,17,12)
C67M0Y17K12 
(67%,0%,17%,12%)
(0.67/0.00/0.17/0.12)	

CMYK percentages

%67.41
%0
%16.96
%12.16

Codes

Color #49E0BA in popluar color models

49E0BA
RGB73224186
HSL165°70.89%58.24%
HSB/HSV165°67.41%87.84%
CMYK67.41%0.00%16.96%
12.16%

Color #49E0BA in popluar number systems.

HEX49E0BA
Decimal73224186
Binary10010011110000010111010
Octal111340272

Shades and tints

Shades of #49E0BA

#49E0BA
(73,224,186)
#43CCAA
(67,204,170)
#3DB89A
(61,184,154)
#37A48A
(55,164,138)
#31907A
(49,144,122)
#2B7C6A
(43,124,106)
#25685A
(37,104,90)
#1F544A
(31,84,74)
#19403A
(25,64,58)
#132C2A
(19,44,42)
#0D181A
(13,24,26)
#000000
(0,0,0)

Tints of #49E0BA

#49E0BA
(73,224,186)
#59E2C0
(89,226,192)
#69E4C6
(105,228,198)
#79E6CC
(121,230,204)
#89E8D2
(137,232,210)
#99EAD8
(153,234,216)
#A9ECDE
(169,236,222)
#B9EEE4
(185,238,228)
#C9F0EA
(201,240,234)
#D9F2F0
(217,242,240)
#E9F4F6
(233,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49E0BA color. Also use rgb(73,224,186) instead hex code.

Text Font Color

.myTextColor { color: #49E0BA; }

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

This text font color is #49E0BA.


Background Color

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

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

This div background color is #49E0BA.


Border color

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

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

This div border color is #49E0BA.


Opacity

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

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

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

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

This text has shadow with #49E0BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49E0BA on black background.


Color preview on white background

This text has color #49E0BA on white background.



Black color preview on #49E0BA background

This text has black color on #49E0BA background.


White color preview on #49E0BA background

This text has white color on #49E0BA background.