COLOR #149F84

HEX: #149F84
RGB: (20,159,132)

Color info

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

RGB color model

#149F84 color RGB value is (20,159,132).

  • red value is 20;
  • green value is 159;
  • blue value is 132.
RGB:
(20,159,132)
(8%,62%,52%)

RGB channels and saturation

R 20 of 255 = 8%
G 159 of 255 = 62%
B 132 of 255 = 52%

20
159
132

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

Portions of RGB colors in percentages

R + G + B =
20 + 159 + 132 = 311 (100%)
R 20 of 311 ~ 6.43%
G 159 of 311 ~ 51.13%
B 132 of 311 ~ 42.44%

%51.13
%42.44

CMYK color model

#149F84 color CMYK value is (87,0,17,38).

  • cyan value is 87.42%
  • magenta value is 0.00%
  • yellow value is 16.98%
  • key color value is 37.65%
CMYK:
(87,0,17,38)
C87M0Y17K38 
(87%,0%,17%,38%)
(0.87/0.00/0.17/0.38)	

CMYK percentages

%87.42
%0
%16.98
%37.65

Codes

Color #149F84 in popluar color models

149F84
RGB20159132
HSL168°77.65%35.10%
HSB/HSV168°87.42%62.35%
CMYK87.42%0.00%16.98%
37.65%

Color #149F84 in popluar number systems.

HEX149F84
Decimal20159132
Binary101001001111110000100
Octal24237204

Shades and tints

Shades of #149F84

#149F84
(20,159,132)
#139178
(19,145,120)
#12836C
(18,131,108)
#117560
(17,117,96)
#106754
(16,103,84)
#0F5948
(15,89,72)
#0E4B3C
(14,75,60)
#0D3D30
(13,61,48)
#0C2F24
(12,47,36)
#0B2118
(11,33,24)
#0A130C
(10,19,12)
#000000
(0,0,0)

Tints of #149F84

#149F84
(20,159,132)
#29A78F
(41,167,143)
#3EAF9A
(62,175,154)
#53B7A5
(83,183,165)
#68BFB0
(104,191,176)
#7DC7BB
(125,199,187)
#92CFC6
(146,207,198)
#A7D7D1
(167,215,209)
#BCDFDC
(188,223,220)
#D1E7E7
(209,231,231)
#E6EFF2
(230,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #149F84 color. Also use rgb(20,159,132) instead hex code.

Text Font Color

.myTextColor { color: #149F84; }

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

This text font color is #149F84.


Background Color

.myBgColor { background-color: #149F84; }

<div style="background-color:#149F84">Inner text</div>

This div background color is #149F84.


Border color

.myBorderColor { border: 1px solid #149F84; }

<div style="border:3px solid #149F84">Div</div>

This div border color is #149F84.


Opacity

.myOpacity80 { color: #149F84; opacity: 0.8; }

<p style="color:#149F84;opacity:0.8;">80%</p>

Text with #149F84 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 #149F84;}

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

This text has shadow with #149F84 color.

.textShadow {text-shadow: 3px 3px 1px #149F84, 3px 3px 1px red;}

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

This text has shadow with #149F84 primary color and red secondary color.


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

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

This text has shadow with #149F84 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #149F84 on black background.


Color preview on white background

This text has color #149F84 on white background.



Black color preview on #149F84 background

This text has black color on #149F84 background.


White color preview on #149F84 background

This text has white color on #149F84 background.