COLOR #138B79

HEX: #138B79 RGB: (19,139,121)

Color info

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

RGB color model

#138B79 color RGB value is (19,139,121).

RGB: (19,139,121) (7%, 55%, 47%)

RGB channels and saturation

R 19 of 255 = 7%
G 139 of 255 = 55%
B 121 of 255 = 47%

19
139
121

R + G + B ~ 36%. #138B79 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 139 + 121 = 279 (100%)
R 19 of 279 ~ 6.81%
G 139 of 279 ~ 49.82%
B 121 of 279 ~ 43.37'%

%49.82
%43.37

CMYK color model

#138B79 color CMYK value is (86,0,13,45).

  • cyan value is 86.33%
  • magenta value is 0.00%
  • yellow value is 12.95%
  • key color value is 45.49%

CMYK: (86,0,13,45)
C86M0Y13K45 (86%, 0%, 13%, 45%)
(0.86 / 0.00 / 0.13 / 0.45)

CMYK percentages

%86.33
%0
%12.95
%45.49

Codes

Color #138B79 in popluar color models

13 8B 79
RGB 19 139 121
HSL 171° 75.95% 30.98%
HSB/HSV 171° 86.33% 54.51%
CMYK 86.33% 0.00% 12.95%
45.49%

Color #138B79 in popluar number systems.

HEX 13 8B 79
Decimal 19 139 121
Binary 10011 10001011 1111001
Octal 23 213 171

Shades and tints

Shades of #138B79

#138B79
(19,139,121)
#127F6E
(18,127,110)
#117363
(17,115,99)
#106758
(16,103,88)
#0F5B4D
(15,91,77)
#0E4F42
(14,79,66)
#0D4337
(13,67,55)
#0C372C
(12,55,44)
#0B2B21
(11,43,33)
#0A1F16
(10,31,22)
#09130B
(9,19,11)
#000000
(0,0,0)

Tints of #138B79

#138B79
(19,139,121)
#289585
(40,149,133)
#3D9F91
(61,159,145)
#52A99D
(82,169,157)
#67B3A9
(103,179,169)
#7CBDB5
(124,189,181)
#91C7C1
(145,199,193)
#A6D1CD
(166,209,205)
#BBDBD9
(187,219,217)
#D0E5E5
(208,229,229)
#E5EFF1
(229,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #138B79 color. Also use rgb(19,139,121) instead hex code.

Text Font Color

.myTextColor { color: #138B79; }

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

This text font color is #138B79.

Background Color

.myBgColor { background-color: #138B79; }

<div style="background-color:#138B79">Inner text</div>

This div background color is #138B79.

Border color

.myBorderColor { border: 1px solid #138B79; }

<div style="border:3px solid #138B79">Div</div>

This div border color is #138B79.

Opacity

.myOpacity80 { color: #138B79; opacity: 0.8; }

<p style="color:#138B79;opacity:0.8;">80%</p>

Text with #138B79 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 #138B79;}

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

This text has shadow with #138B79 color.


.textShadow {text-shadow: 3px 3px 1px #138B79', 3px 3px 1px red;}

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

This text has shadow with #138B79 primary color and red secondary color.


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

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

This text has shadow with #138B79 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #138B79; -webkit-box-shadow: 1px 1px 3px 2px #138B79; box-shadow:1px 1px 3px 2px #138B79;">
Div content here
</div>

This div box has shadow with color #138B79.

Preview

Color preview on black background

This text has color #138B79 on black background.


Color preview on white background

This text has color #138B79 on white background.


Black color preview on #138B79 background

This text has black color on #138B79 background.


White color preview on #138B79 background

This text has white color on #138B79 background.


Related colors

Complementary color

Complementary color for #hex is #EC7486.


I love getcolorcode.com

Triadic colors

1 #79138B and #8B7913 with #138B79 are triadic colors.

2 #798B13 and #8B1379 with #138B79 are triadic colors.