COLOR #13A48C

HEX: #13A48C
RGB: (19,164,140)

Color info

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

RGB color model

#13A48C color RGB value is (19,164,140).

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

RGB channels and saturation

R 19 of 255 = 7%
G 164 of 255 = 64%
B 140 of 255 = 55%

19
164
140

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

Portions of RGB colors in percentages

R + G + B =
19 + 164 + 140 = 323 (100%)
R 19 of 323 ~ 5.88%
G 164 of 323 ~ 50.77%
B 140 of 323 ~ 43.34%

%50.77
%43.34

CMYK color model

#13A48C color CMYK value is (88,0,15,36).

  • cyan value is 88.41%
  • magenta value is 0.00%
  • yellow value is 14.63%
  • key color value is 35.69%
CMYK:
(88,0,15,36)
C88M0Y15K36 
(88%,0%,15%,36%)
(0.88/0.00/0.15/0.36)	

CMYK percentages

%88.41
%0
%14.63
%35.69

Codes

Color #13A48C in popluar color models

13A48C
RGB19164140
HSL170°79.23%35.88%
HSB/HSV170°88.41%64.31%
CMYK88.41%0.00%14.63%
35.69%

Color #13A48C in popluar number systems.

HEX13A48C
Decimal19164140
Binary100111010010010001100
Octal23244214

Shades and tints

Shades of #13A48C

#13A48C
(19,164,140)
#129680
(18,150,128)
#118874
(17,136,116)
#107A68
(16,122,104)
#0F6C5C
(15,108,92)
#0E5E50
(14,94,80)
#0D5044
(13,80,68)
#0C4238
(12,66,56)
#0B342C
(11,52,44)
#0A2620
(10,38,32)
#091814
(9,24,20)
#000000
(0,0,0)

Tints of #13A48C

#13A48C
(19,164,140)
#28AC96
(40,172,150)
#3DB4A0
(61,180,160)
#52BCAA
(82,188,170)
#67C4B4
(103,196,180)
#7CCCBE
(124,204,190)
#91D4C8
(145,212,200)
#A6DCD2
(166,220,210)
#BBE4DC
(187,228,220)
#D0ECE6
(208,236,230)
#E5F4F0
(229,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13A48C; }

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

This text font color is #13A48C.


Background Color

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

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

This div background color is #13A48C.


Border color

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

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

This div border color is #13A48C.


Opacity

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

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

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

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

This text has shadow with #13A48C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13A48C on black background.


Color preview on white background

This text has color #13A48C on white background.



Black color preview on #13A48C background

This text has black color on #13A48C background.


White color preview on #13A48C background

This text has white color on #13A48C background.