COLOR #14B49A

HEX: #14B49A
RGB: (20,180,154)

Color info

#14B49A contains mainly green and blue colors. Web safe color of #14B49A is #00CC99 (or #0C9).

RGB color model

#14B49A color RGB value is (20,180,154).

  • red value is 20;
  • green value is 180;
  • blue value is 154.
RGB:
(20,180,154)
(8%,71%,60%)

RGB channels and saturation

R 20 of 255 = 8%
G 180 of 255 = 71%
B 154 of 255 = 60%

20
180
154

R + G + B ~ 46%. #14B49A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
20 + 180 + 154 = 354 (100%)
R 20 of 354 ~ 5.65%
G 180 of 354 ~ 50.85%
B 154 of 354 ~ 43.5%

%50.85
%43.5

CMYK color model

#14B49A color CMYK value is (89,0,14,29).

  • cyan value is 88.89%
  • magenta value is 0.00%
  • yellow value is 14.44%
  • key color value is 29.41%
CMYK:
(89,0,14,29)
C89M0Y14K29 
(89%,0%,14%,29%)
(0.89/0.00/0.14/0.29)	

CMYK percentages

%88.89
%0
%14.44
%29.41

Codes

Color #14B49A in popluar color models

14B49A
RGB20180154
HSL170°80.00%39.22%
HSB/HSV170°88.89%70.59%
CMYK88.89%0.00%14.44%
29.41%

Color #14B49A in popluar number systems.

HEX14B49A
Decimal20180154
Binary101001011010010011010
Octal24264232

Shades and tints

Shades of #14B49A

#14B49A
(20,180,154)
#13A48C
(19,164,140)
#12947E
(18,148,126)
#118470
(17,132,112)
#107462
(16,116,98)
#0F6454
(15,100,84)
#0E5446
(14,84,70)
#0D4438
(13,68,56)
#0C342A
(12,52,42)
#0B241C
(11,36,28)
#0A140E
(10,20,14)
#000000
(0,0,0)

Tints of #14B49A

#14B49A
(20,180,154)
#29BAA3
(41,186,163)
#3EC0AC
(62,192,172)
#53C6B5
(83,198,181)
#68CCBE
(104,204,190)
#7DD2C7
(125,210,199)
#92D8D0
(146,216,208)
#A7DED9
(167,222,217)
#BCE4E2
(188,228,226)
#D1EAEB
(209,234,235)
#E6F0F4
(230,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14B49A color. Also use rgb(20,180,154) instead hex code.

Text Font Color

.myTextColor { color: #14B49A; }

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

This text font color is #14B49A.


Background Color

.myBgColor { background-color: #14B49A; }

<div style="background-color:#14B49A">Inner text</div>

This div background color is #14B49A.


Border color

.myBorderColor { border: 1px solid #14B49A; }

<div style="border:3px solid #14B49A">Div</div>

This div border color is #14B49A.


Opacity

.myOpacity80 { color: #14B49A; opacity: 0.8; }

<p style="color:#14B49A;opacity:0.8;">80%</p>

Text with #14B49A 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 #14B49A;}

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

This text has shadow with #14B49A color.

.textShadow {text-shadow: 3px 3px 1px #14B49A, 3px 3px 1px red;}

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

This text has shadow with #14B49A primary color and red secondary color.


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

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

This text has shadow with #14B49A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14B49A on black background.


Color preview on white background

This text has color #14B49A on white background.



Black color preview on #14B49A background

This text has black color on #14B49A background.


White color preview on #14B49A background

This text has white color on #14B49A background.