COLOR #139E78

HEX: #139E78
RGB: (19,158,120)

Color info

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

RGB color model

#139E78 color RGB value is (19,158,120).

  • red value is 19;
  • green value is 158;
  • blue value is 120.
RGB:
(19,158,120)
(7%,62%,47%)

RGB channels and saturation

R 19 of 255 = 7%
G 158 of 255 = 62%
B 120 of 255 = 47%

19
158
120

R + G + B ~ 39%. #139E78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 158 + 120 = 297 (100%)
R 19 of 297 ~ 6.4%
G 158 of 297 ~ 53.2%
B 120 of 297 ~ 40.4%

%53.2
%40.4

CMYK color model

#139E78 color CMYK value is (88,0,24,38).

  • cyan value is 87.97%
  • magenta value is 0.00%
  • yellow value is 24.05%
  • key color value is 38.04%
CMYK:
(88,0,24,38)
C88M0Y24K38 
(88%,0%,24%,38%)
(0.88/0.00/0.24/0.38)	

CMYK percentages

%87.97
%0
%24.05
%38.04

Codes

Color #139E78 in popluar color models

139E78
RGB19158120
HSL164°78.53%34.71%
HSB/HSV164°87.97%61.96%
CMYK87.97%0.00%24.05%
38.04%

Color #139E78 in popluar number systems.

HEX139E78
Decimal19158120
Binary10011100111101111000
Octal23236170

Shades and tints

Shades of #139E78

#139E78
(19,158,120)
#12906E
(18,144,110)
#118264
(17,130,100)
#10745A
(16,116,90)
#0F6650
(15,102,80)
#0E5846
(14,88,70)
#0D4A3C
(13,74,60)
#0C3C32
(12,60,50)
#0B2E28
(11,46,40)
#0A201E
(10,32,30)
#091214
(9,18,20)
#000000
(0,0,0)

Tints of #139E78

#139E78
(19,158,120)
#28A684
(40,166,132)
#3DAE90
(61,174,144)
#52B69C
(82,182,156)
#67BEA8
(103,190,168)
#7CC6B4
(124,198,180)
#91CEC0
(145,206,192)
#A6D6CC
(166,214,204)
#BBDED8
(187,222,216)
#D0E6E4
(208,230,228)
#E5EEF0
(229,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #139E78 color. Also use rgb(19,158,120) instead hex code.

Text Font Color

.myTextColor { color: #139E78; }

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

This text font color is #139E78.


Background Color

.myBgColor { background-color: #139E78; }

<div style="background-color:#139E78">Inner text</div>

This div background color is #139E78.


Border color

.myBorderColor { border: 1px solid #139E78; }

<div style="border:3px solid #139E78">Div</div>

This div border color is #139E78.


Opacity

.myOpacity80 { color: #139E78; opacity: 0.8; }

<p style="color:#139E78;opacity:0.8;">80%</p>

Text with #139E78 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 #139E78;}

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

This text has shadow with #139E78 color.

.textShadow {text-shadow: 3px 3px 1px #139E78, 3px 3px 1px red;}

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

This text has shadow with #139E78 primary color and red secondary color.


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

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

This text has shadow with #139E78 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #139E78 on black background.


Color preview on white background

This text has color #139E78 on white background.



Black color preview on #139E78 background

This text has black color on #139E78 background.


White color preview on #139E78 background

This text has white color on #139E78 background.