COLOR #49CABE

HEX: #49CABE
RGB: (73,202,190)

Color info

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

RGB color model

#49CABE color RGB value is (73,202,190).

  • red value is 73;
  • green value is 202;
  • blue value is 190.
RGB:
(73,202,190)
(29%,79%,75%)

RGB channels and saturation

R 73 of 255 = 29%
G 202 of 255 = 79%
B 190 of 255 = 75%

73
202
190

R + G + B ~ 61%. #49CABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
73 + 202 + 190 = 465 (100%)
R 73 of 465 ~ 15.7%
G 202 of 465 ~ 43.44%
B 190 of 465 ~ 40.86%

%15.7
%43.44
%40.86

CMYK color model

#49CABE color CMYK value is (64,0,6,21).

  • cyan value is 63.86%
  • magenta value is 0.00%
  • yellow value is 5.94%
  • key color value is 20.78%
CMYK:
(64,0,6,21)
C64M0Y6K21 
(64%,0%,6%,21%)
(0.64/0.00/0.06/0.21)	

CMYK percentages

%63.86
%0
%5.94
%20.78

Codes

Color #49CABE in popluar color models

49CABE
RGB73202190
HSL174°54.89%53.92%
HSB/HSV174°63.86%79.22%
CMYK63.86%0.00%5.94%
20.78%

Color #49CABE in popluar number systems.

HEX49CABE
Decimal73202190
Binary10010011100101010111110
Octal111312276

Shades and tints

Shades of #49CABE

#49CABE
(73,202,190)
#43B8AD
(67,184,173)
#3DA69C
(61,166,156)
#37948B
(55,148,139)
#31827A
(49,130,122)
#2B7069
(43,112,105)
#255E58
(37,94,88)
#1F4C47
(31,76,71)
#193A36
(25,58,54)
#132825
(19,40,37)
#0D1614
(13,22,20)
#000000
(0,0,0)

Tints of #49CABE

#49CABE
(73,202,190)
#59CEC3
(89,206,195)
#69D2C8
(105,210,200)
#79D6CD
(121,214,205)
#89DAD2
(137,218,210)
#99DED7
(153,222,215)
#A9E2DC
(169,226,220)
#B9E6E1
(185,230,225)
#C9EAE6
(201,234,230)
#D9EEEB
(217,238,235)
#E9F2F0
(233,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49CABE color. Also use rgb(73,202,190) instead hex code.

Text Font Color

.myTextColor { color: #49CABE; }

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

This text font color is #49CABE.


Background Color

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

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

This div background color is #49CABE.


Border color

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

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

This div border color is #49CABE.


Opacity

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

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

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

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

This text has shadow with #49CABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49CABE on black background.


Color preview on white background

This text has color #49CABE on white background.



Black color preview on #49CABE background

This text has black color on #49CABE background.


White color preview on #49CABE background

This text has white color on #49CABE background.