COLOR #13C8A0

HEX: #13C8A0
RGB: (19,200,160)

Color info

#13C8A0 contains mainly green and blue colors. Web safe color of #13C8A0 is #00CC99 (or #0C9).

RGB color model

#13C8A0 color RGB value is (19,200,160).

  • red value is 19;
  • green value is 200;
  • blue value is 160.
RGB:
(19,200,160)
(7%,78%,63%)

RGB channels and saturation

R 19 of 255 = 7%
G 200 of 255 = 78%
B 160 of 255 = 63%

19
200
160

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

Portions of RGB colors in percentages

R + G + B =
19 + 200 + 160 = 379 (100%)
R 19 of 379 ~ 5.01%
G 200 of 379 ~ 52.77%
B 160 of 379 ~ 42.22%

%52.77
%42.22

CMYK color model

#13C8A0 color CMYK value is (91,0,20,22).

  • cyan value is 90.50%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 21.57%
CMYK:
(91,0,20,22)
C91M0Y20K22 
(91%,0%,20%,22%)
(0.91/0.00/0.20/0.22)	

CMYK percentages

%90.5
%0
%20
%21.57

Codes

Color #13C8A0 in popluar color models

13C8A0
RGB19200160
HSL167°82.65%42.94%
HSB/HSV167°90.50%78.43%
CMYK90.50%0.00%20.00%
21.57%

Color #13C8A0 in popluar number systems.

HEX13C8A0
Decimal19200160
Binary100111100100010100000
Octal23310240

Shades and tints

Shades of #13C8A0

#13C8A0
(19,200,160)
#12B692
(18,182,146)
#11A484
(17,164,132)
#109276
(16,146,118)
#0F8068
(15,128,104)
#0E6E5A
(14,110,90)
#0D5C4C
(13,92,76)
#0C4A3E
(12,74,62)
#0B3830
(11,56,48)
#0A2622
(10,38,34)
#091414
(9,20,20)
#000000
(0,0,0)

Tints of #13C8A0

#13C8A0
(19,200,160)
#28CDA8
(40,205,168)
#3DD2B0
(61,210,176)
#52D7B8
(82,215,184)
#67DCC0
(103,220,192)
#7CE1C8
(124,225,200)
#91E6D0
(145,230,208)
#A6EBD8
(166,235,216)
#BBF0E0
(187,240,224)
#D0F5E8
(208,245,232)
#E5FAF0
(229,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13C8A0 color. Also use rgb(19,200,160) instead hex code.

Text Font Color

.myTextColor { color: #13C8A0; }

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

This text font color is #13C8A0.


Background Color

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

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

This div background color is #13C8A0.


Border color

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

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

This div border color is #13C8A0.


Opacity

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

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

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

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

This text has shadow with #13C8A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13C8A0 on black background.


Color preview on white background

This text has color #13C8A0 on white background.



Black color preview on #13C8A0 background

This text has black color on #13C8A0 background.


White color preview on #13C8A0 background

This text has white color on #13C8A0 background.