COLOR #13C1AD

HEX: #13C1AD
RGB: (19,193,173)

Color info

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

RGB color model

#13C1AD color RGB value is (19,193,173).

  • red value is 19;
  • green value is 193;
  • blue value is 173.
RGB:
(19,193,173)
(7%,76%,68%)

RGB channels and saturation

R 19 of 255 = 7%
G 193 of 255 = 76%
B 173 of 255 = 68%

19
193
173

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

Portions of RGB colors in percentages

R + G + B =
19 + 193 + 173 = 385 (100%)
R 19 of 385 ~ 4.94%
G 193 of 385 ~ 50.13%
B 173 of 385 ~ 44.94%

%50.13
%44.94

CMYK color model

#13C1AD color CMYK value is (90,0,10,24).

  • cyan value is 90.16%
  • magenta value is 0.00%
  • yellow value is 10.36%
  • key color value is 24.31%
CMYK:
(90,0,10,24)
C90M0Y10K24 
(90%,0%,10%,24%)
(0.90/0.00/0.10/0.24)	

CMYK percentages

%90.16
%0
%10.36
%24.31

Codes

Color #13C1AD in popluar color models

13C1AD
RGB19193173
HSL173°82.08%41.57%
HSB/HSV173°90.16%75.69%
CMYK90.16%0.00%10.36%
24.31%

Color #13C1AD in popluar number systems.

HEX13C1AD
Decimal19193173
Binary100111100000110101101
Octal23301255

Shades and tints

Shades of #13C1AD

#13C1AD
(19,193,173)
#12B09E
(18,176,158)
#119F8F
(17,159,143)
#108E80
(16,142,128)
#0F7D71
(15,125,113)
#0E6C62
(14,108,98)
#0D5B53
(13,91,83)
#0C4A44
(12,74,68)
#0B3935
(11,57,53)
#0A2826
(10,40,38)
#091717
(9,23,23)
#000000
(0,0,0)

Tints of #13C1AD

#13C1AD
(19,193,173)
#28C6B4
(40,198,180)
#3DCBBB
(61,203,187)
#52D0C2
(82,208,194)
#67D5C9
(103,213,201)
#7CDAD0
(124,218,208)
#91DFD7
(145,223,215)
#A6E4DE
(166,228,222)
#BBE9E5
(187,233,229)
#D0EEEC
(208,238,236)
#E5F3F3
(229,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13C1AD color. Also use rgb(19,193,173) instead hex code.

Text Font Color

.myTextColor { color: #13C1AD; }

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

This text font color is #13C1AD.


Background Color

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

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

This div background color is #13C1AD.


Border color

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

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

This div border color is #13C1AD.


Opacity

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

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

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

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

This text has shadow with #13C1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13C1AD on black background.


Color preview on white background

This text has color #13C1AD on white background.



Black color preview on #13C1AD background

This text has black color on #13C1AD background.


White color preview on #13C1AD background

This text has white color on #13C1AD background.