COLOR #14B176

HEX: #14B176
RGB: (20,177,118)

Color info

#14B176 contains mainly green and blue colors. Web safe color of #14B176 is #009966 (or #096).

RGB color model

#14B176 color RGB value is (20,177,118).

  • red value is 20;
  • green value is 177;
  • blue value is 118.
RGB: (20,177,118) (8%,69%,46%)

RGB channels and saturation

R 20 of 255 = 8%
G 177 of 255 = 69%
B 118 of 255 = 46%

20
177
118

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

Portions of RGB colors in percentages

R + G + B =
20 + 177 + 118 = 315 (100%)
R 20 of 315 ~ 6.35%
G 177 of 315 ~ 56.19%
B 118 of 315 ~ 37.46%

%56.19
%37.46

CMYK color model

#14B176 color CMYK value is (89,0,33,31).

  • cyan value is 88.70%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 30.59%
CMYK: (89,0,33,31) C89M0Y33K31 (89%,0%,33%,31%) (0.89/0.00/0.33/0.31)

CMYK percentages

%88.7
%0
%33.33
%30.59

Codes

Color #14B176 in popluar color models

14B176
RGB20177118
HSL157°79.70%38.63%
HSB/HSV157°88.70%69.41%
CMYK88.70%0.00%33.33%
30.59%

Color #14B176 in popluar number systems.

HEX14B176
Decimal20177118
Binary10100101100011110110
Octal24261166

Shades and tints

Shades of #14B176

#14B176
(20,177,118)
#13A16C
(19,161,108)
#129162
(18,145,98)
#118158
(17,129,88)
#10714E
(16,113,78)
#0F6144
(15,97,68)
#0E513A
(14,81,58)
#0D4130
(13,65,48)
#0C3126
(12,49,38)
#0B211C
(11,33,28)
#0A1112
(10,17,18)
#000000
(0,0,0)

Tints of #14B176

#14B176
(20,177,118)
#29B882
(41,184,130)
#3EBF8E
(62,191,142)
#53C69A
(83,198,154)
#68CDA6
(104,205,166)
#7DD4B2
(125,212,178)
#92DBBE
(146,219,190)
#A7E2CA
(167,226,202)
#BCE9D6
(188,233,214)
#D1F0E2
(209,240,226)
#E6F7EE
(230,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14B176 color. Also use rgb(20,177,118) instead hex code.

Text Font Color

.myTextColor { color: #14B176; }

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

This text font color is #14B176.


Background Color

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

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

This div background color is #14B176.


Border color

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

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

This div border color is #14B176.


Opacity

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

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

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

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

This text has shadow with #14B176 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #14B176 on black background.


Color preview on white background

This text has color #14B176 on white background.



Black color preview on #14B176 background

This text has black color on #14B176 background.


White color preview on #14B176 background

This text has white color on #14B176 background.