COLOR #49EEB0

HEX: #49EEB0
RGB: (73,238,176)

Color info

#49EEB0 contains mainly green color. Web safe color of #49EEB0 is #33FF99 (or #3F9).

RGB color model

#49EEB0 color RGB value is (73,238,176).

  • red value is 73;
  • green value is 238;
  • blue value is 176.
RGB:
(73,238,176)
(29%,93%,69%)

RGB channels and saturation

R 73 of 255 = 29%
G 238 of 255 = 93%
B 176 of 255 = 69%

73
238
176

R + G + B ~ 64%. #49EEB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
73 + 238 + 176 = 487 (100%)
R 73 of 487 ~ 14.99%
G 238 of 487 ~ 48.87%
B 176 of 487 ~ 36.14%

%14.99
%48.87
%36.14

CMYK color model

#49EEB0 color CMYK value is (69,0,26,7).

  • cyan value is 69.33%
  • magenta value is 0.00%
  • yellow value is 26.05%
  • key color value is 6.67%
CMYK:
(69,0,26,7)
C69M0Y26K7 
(69%,0%,26%,7%)
(0.69/0.00/0.26/0.07)	

CMYK percentages

%69.33
%0
%26.05
%6.67

Codes

Color #49EEB0 in popluar color models

49EEB0
RGB73238176
HSL157°82.91%60.98%
HSB/HSV157°69.33%93.33%
CMYK69.33%0.00%26.05%
6.67%

Color #49EEB0 in popluar number systems.

HEX49EEB0
Decimal73238176
Binary10010011110111010110000
Octal111356260

Shades and tints

Shades of #49EEB0

#49EEB0
(73,238,176)
#43D9A0
(67,217,160)
#3DC490
(61,196,144)
#37AF80
(55,175,128)
#319A70
(49,154,112)
#2B8560
(43,133,96)
#257050
(37,112,80)
#1F5B40
(31,91,64)
#194630
(25,70,48)
#133120
(19,49,32)
#0D1C10
(13,28,16)
#000000
(0,0,0)

Tints of #49EEB0

#49EEB0
(73,238,176)
#59EFB7
(89,239,183)
#69F0BE
(105,240,190)
#79F1C5
(121,241,197)
#89F2CC
(137,242,204)
#99F3D3
(153,243,211)
#A9F4DA
(169,244,218)
#B9F5E1
(185,245,225)
#C9F6E8
(201,246,232)
#D9F7EF
(217,247,239)
#E9F8F6
(233,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49EEB0 color. Also use rgb(73,238,176) instead hex code.

Text Font Color

.myTextColor { color: #49EEB0; }

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

This text font color is #49EEB0.


Background Color

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

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

This div background color is #49EEB0.


Border color

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

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

This div border color is #49EEB0.


Opacity

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

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

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

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

This text has shadow with #49EEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49EEB0 on black background.


Color preview on white background

This text has color #49EEB0 on white background.



Black color preview on #49EEB0 background

This text has black color on #49EEB0 background.


White color preview on #49EEB0 background

This text has white color on #49EEB0 background.