COLOR #14B6A6

HEX: #14B6A6
RGB: (20,182,166)

Color info

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

RGB color model

#14B6A6 color RGB value is (20,182,166).

  • red value is 20;
  • green value is 182;
  • blue value is 166.
RGB:
(20,182,166)
(8%,71%,65%)

RGB channels and saturation

R 20 of 255 = 8%
G 182 of 255 = 71%
B 166 of 255 = 65%

20
182
166

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

Portions of RGB colors in percentages

R + G + B =
20 + 182 + 166 = 368 (100%)
R 20 of 368 ~ 5.43%
G 182 of 368 ~ 49.46%
B 166 of 368 ~ 45.11%

%49.46
%45.11

CMYK color model

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

  • cyan value is 89.01%
  • magenta value is 0.00%
  • yellow value is 8.79%
  • key color value is 28.63%
CMYK:
(89,0,9,29)
C89M0Y9K29 
(89%,0%,9%,29%)
(0.89/0.00/0.09/0.29)	

CMYK percentages

%89.01
%0
%8.79
%28.63

Codes

Color #14B6A6 in popluar color models

14B6A6
RGB20182166
HSL174°80.20%39.61%
HSB/HSV174°89.01%71.37%
CMYK89.01%0.00%8.79%
28.63%

Color #14B6A6 in popluar number systems.

HEX14B6A6
Decimal20182166
Binary101001011011010100110
Octal24266246

Shades and tints

Shades of #14B6A6

#14B6A6
(20,182,166)
#13A697
(19,166,151)
#129688
(18,150,136)
#118679
(17,134,121)
#10766A
(16,118,106)
#0F665B
(15,102,91)
#0E564C
(14,86,76)
#0D463D
(13,70,61)
#0C362E
(12,54,46)
#0B261F
(11,38,31)
#0A1610
(10,22,16)
#000000
(0,0,0)

Tints of #14B6A6

#14B6A6
(20,182,166)
#29BCAE
(41,188,174)
#3EC2B6
(62,194,182)
#53C8BE
(83,200,190)
#68CEC6
(104,206,198)
#7DD4CE
(125,212,206)
#92DAD6
(146,218,214)
#A7E0DE
(167,224,222)
#BCE6E6
(188,230,230)
#D1ECEE
(209,236,238)
#E6F2F6
(230,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14B6A6 color. Also use rgb(20,182,166) instead hex code.

Text Font Color

.myTextColor { color: #14B6A6; }

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

This text font color is #14B6A6.


Background Color

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

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

This div background color is #14B6A6.


Border color

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

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

This div border color is #14B6A6.


Opacity

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

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

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

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

This text has shadow with #14B6A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14B6A6 on black background.


Color preview on white background

This text has color #14B6A6 on white background.



Black color preview on #14B6A6 background

This text has black color on #14B6A6 background.


White color preview on #14B6A6 background

This text has white color on #14B6A6 background.