COLOR #49EBCD

HEX: #49EBCD
RGB: (73,235,205)

Color info

#49EBCD contains mainly green and blue colors. Web safe color of #49EBCD is #33FFCC (or #3FC).

RGB color model

#49EBCD color RGB value is (73,235,205).

  • red value is 73;
  • green value is 235;
  • blue value is 205.
RGB:
(73,235,205)
(29%,92%,80%)

RGB channels and saturation

R 73 of 255 = 29%
G 235 of 255 = 92%
B 205 of 255 = 80%

73
235
205

R + G + B ~ 67%. #49EBCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
73 + 235 + 205 = 513 (100%)
R 73 of 513 ~ 14.23%
G 235 of 513 ~ 45.81%
B 205 of 513 ~ 39.96%

%14.23
%45.81
%39.96

CMYK color model

#49EBCD color CMYK value is (69,0,13,8).

  • cyan value is 68.94%
  • magenta value is 0.00%
  • yellow value is 12.77%
  • key color value is 7.84%
CMYK:
(69,0,13,8)
C69M0Y13K8 
(69%,0%,13%,8%)
(0.69/0.00/0.13/0.08)	

CMYK percentages

%68.94
%0
%12.77
%7.84

Codes

Color #49EBCD in popluar color models

49EBCD
RGB73235205
HSL169°80.20%60.39%
HSB/HSV169°68.94%92.16%
CMYK68.94%0.00%12.77%
7.84%

Color #49EBCD in popluar number systems.

HEX49EBCD
Decimal73235205
Binary10010011110101111001101
Octal111353315

Shades and tints

Shades of #49EBCD

#49EBCD
(73,235,205)
#43D6BB
(67,214,187)
#3DC1A9
(61,193,169)
#37AC97
(55,172,151)
#319785
(49,151,133)
#2B8273
(43,130,115)
#256D61
(37,109,97)
#1F584F
(31,88,79)
#19433D
(25,67,61)
#132E2B
(19,46,43)
#0D1919
(13,25,25)
#000000
(0,0,0)

Tints of #49EBCD

#49EBCD
(73,235,205)
#59ECD1
(89,236,209)
#69EDD5
(105,237,213)
#79EED9
(121,238,217)
#89EFDD
(137,239,221)
#99F0E1
(153,240,225)
#A9F1E5
(169,241,229)
#B9F2E9
(185,242,233)
#C9F3ED
(201,243,237)
#D9F4F1
(217,244,241)
#E9F5F5
(233,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49EBCD color. Also use rgb(73,235,205) instead hex code.

Text Font Color

.myTextColor { color: #49EBCD; }

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

This text font color is #49EBCD.


Background Color

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

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

This div background color is #49EBCD.


Border color

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

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

This div border color is #49EBCD.


Opacity

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

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

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

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

This text has shadow with #49EBCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49EBCD on black background.


Color preview on white background

This text has color #49EBCD on white background.



Black color preview on #49EBCD background

This text has black color on #49EBCD background.


White color preview on #49EBCD background

This text has white color on #49EBCD background.