COLOR #14A49E

HEX: #14A49E
RGB: (20,164,158)

Color info

#14A49E contains mainly green and blue colors. Web safe color of #14A49E is #009999 (or #099).

RGB color model

#14A49E color RGB value is (20,164,158).

  • red value is 20;
  • green value is 164;
  • blue value is 158.
RGB:
(20,164,158)
(8%,64%,62%)

RGB channels and saturation

R 20 of 255 = 8%
G 164 of 255 = 64%
B 158 of 255 = 62%

20
164
158

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

Portions of RGB colors in percentages

R + G + B =
20 + 164 + 158 = 342 (100%)
R 20 of 342 ~ 5.85%
G 164 of 342 ~ 47.95%
B 158 of 342 ~ 46.2%

%47.95
%46.2

CMYK color model

#14A49E color CMYK value is (88,0,4,36).

  • cyan value is 87.80%
  • magenta value is 0.00%
  • yellow value is 3.66%
  • key color value is 35.69%
CMYK:
(88,0,4,36)
C88M0Y4K36 
(88%,0%,4%,36%)
(0.88/0.00/0.04/0.36)	

CMYK percentages

%87.8
%0
%3.66
%35.69

Codes

Color #14A49E in popluar color models

14A49E
RGB20164158
HSL178°78.26%36.08%
HSB/HSV178°87.80%64.31%
CMYK87.80%0.00%3.66%
35.69%

Color #14A49E in popluar number systems.

HEX14A49E
Decimal20164158
Binary101001010010010011110
Octal24244236

Shades and tints

Shades of #14A49E

#14A49E
(20,164,158)
#139690
(19,150,144)
#128882
(18,136,130)
#117A74
(17,122,116)
#106C66
(16,108,102)
#0F5E58
(15,94,88)
#0E504A
(14,80,74)
#0D423C
(13,66,60)
#0C342E
(12,52,46)
#0B2620
(11,38,32)
#0A1812
(10,24,18)
#000000
(0,0,0)

Tints of #14A49E

#14A49E
(20,164,158)
#29ACA6
(41,172,166)
#3EB4AE
(62,180,174)
#53BCB6
(83,188,182)
#68C4BE
(104,196,190)
#7DCCC6
(125,204,198)
#92D4CE
(146,212,206)
#A7DCD6
(167,220,214)
#BCE4DE
(188,228,222)
#D1ECE6
(209,236,230)
#E6F4EE
(230,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14A49E color. Also use rgb(20,164,158) instead hex code.

Text Font Color

.myTextColor { color: #14A49E; }

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

This text font color is #14A49E.


Background Color

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

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

This div background color is #14A49E.


Border color

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

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

This div border color is #14A49E.


Opacity

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

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

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

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

This text has shadow with #14A49E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14A49E on black background.


Color preview on white background

This text has color #14A49E on white background.



Black color preview on #14A49E background

This text has black color on #14A49E background.


White color preview on #14A49E background

This text has white color on #14A49E background.