COLOR #13B38C

HEX: #13B38C
RGB: (19,179,140)

Color info

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

RGB color model

#13B38C color RGB value is (19,179,140).

  • red value is 19;
  • green value is 179;
  • blue value is 140.
RGB:
(19,179,140)
(7%,70%,55%)

RGB channels and saturation

R 19 of 255 = 7%
G 179 of 255 = 70%
B 140 of 255 = 55%

19
179
140

R + G + B ~ 44%. #13B38C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
19 + 179 + 140 = 338 (100%)
R 19 of 338 ~ 5.62%
G 179 of 338 ~ 52.96%
B 140 of 338 ~ 41.42%

%52.96
%41.42

CMYK color model

#13B38C color CMYK value is (89,0,22,30).

  • cyan value is 89.39%
  • magenta value is 0.00%
  • yellow value is 21.79%
  • key color value is 29.80%
CMYK:
(89,0,22,30)
C89M0Y22K30 
(89%,0%,22%,30%)
(0.89/0.00/0.22/0.30)	

CMYK percentages

%89.39
%0
%21.79
%29.8

Codes

Color #13B38C in popluar color models

13B38C
RGB19179140
HSL165°80.81%38.82%
HSB/HSV165°89.39%70.20%
CMYK89.39%0.00%21.79%
29.80%

Color #13B38C in popluar number systems.

HEX13B38C
Decimal19179140
Binary100111011001110001100
Octal23263214

Shades and tints

Shades of #13B38C

#13B38C
(19,179,140)
#12A380
(18,163,128)
#119374
(17,147,116)
#108368
(16,131,104)
#0F735C
(15,115,92)
#0E6350
(14,99,80)
#0D5344
(13,83,68)
#0C4338
(12,67,56)
#0B332C
(11,51,44)
#0A2320
(10,35,32)
#091314
(9,19,20)
#000000
(0,0,0)

Tints of #13B38C

#13B38C
(19,179,140)
#28B996
(40,185,150)
#3DBFA0
(61,191,160)
#52C5AA
(82,197,170)
#67CBB4
(103,203,180)
#7CD1BE
(124,209,190)
#91D7C8
(145,215,200)
#A6DDD2
(166,221,210)
#BBE3DC
(187,227,220)
#D0E9E6
(208,233,230)
#E5EFF0
(229,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13B38C color. Also use rgb(19,179,140) instead hex code.

Text Font Color

.myTextColor { color: #13B38C; }

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

This text font color is #13B38C.


Background Color

.myBgColor { background-color: #13B38C; }

<div style="background-color:#13B38C">Inner text</div>

This div background color is #13B38C.


Border color

.myBorderColor { border: 1px solid #13B38C; }

<div style="border:3px solid #13B38C">Div</div>

This div border color is #13B38C.


Opacity

.myOpacity80 { color: #13B38C; opacity: 0.8; }

<p style="color:#13B38C;opacity:0.8;">80%</p>

Text with #13B38C 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 #13B38C;}

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

This text has shadow with #13B38C color.

.textShadow {text-shadow: 3px 3px 1px #13B38C, 3px 3px 1px red;}

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

This text has shadow with #13B38C primary color and red secondary color.


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

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

This text has shadow with #13B38C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13B38C on black background.


Color preview on white background

This text has color #13B38C on white background.



Black color preview on #13B38C background

This text has black color on #13B38C background.


White color preview on #13B38C background

This text has white color on #13B38C background.