COLOR #13A69D

HEX: #13A69D RGB: (19,166,157)

Color info

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

RGB color model

#13A69D color RGB value is (19,166,157).

RGB: (19,166,157) (7%, 65%, 62%)

RGB channels and saturation

R 19 of 255 = 7%
G 166 of 255 = 65%
B 157 of 255 = 62%

19
166
157

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

Portions of RGB colors in percentages

R + G + B = 19 + 166 + 157 = 342 (100%)
R 19 of 342 ~ 5.56%
G 166 of 342 ~ 48.54%
B 157 of 342 ~ 45.91'%

%48.54
%45.91

CMYK color model

#13A69D color CMYK value is (89,0,5,35).

  • cyan value is 88.55%
  • magenta value is 0.00%
  • yellow value is 5.42%
  • key color value is 34.90%

CMYK: (89,0,5,35)
C89M0Y5K35 (89%, 0%, 5%, 35%)
(0.89 / 0.00 / 0.05 / 0.35)

CMYK percentages

%88.55
%0
%5.42
%34.9

Codes

Color #13A69D in popluar color models

13 A6 9D
RGB 19 166 157
HSL 176° 79.46% 36.27%
HSB/HSV 176° 88.55% 65.10%
CMYK 88.55% 0.00% 5.42%
34.90%

Color #13A69D in popluar number systems.

HEX 13 A6 9D
Decimal 19 166 157
Binary 10011 10100110 10011101
Octal 23 246 235

Shades and tints

Shades of #13A69D

#13A69D
(19,166,157)
#12978F
(18,151,143)
#118881
(17,136,129)
#107973
(16,121,115)
#0F6A65
(15,106,101)
#0E5B57
(14,91,87)
#0D4C49
(13,76,73)
#0C3D3B
(12,61,59)
#0B2E2D
(11,46,45)
#0A1F1F
(10,31,31)
#091011
(9,16,17)
#000000
(0,0,0)

Tints of #13A69D

#13A69D
(19,166,157)
#28AEA5
(40,174,165)
#3DB6AD
(61,182,173)
#52BEB5
(82,190,181)
#67C6BD
(103,198,189)
#7CCEC5
(124,206,197)
#91D6CD
(145,214,205)
#A6DED5
(166,222,213)
#BBE6DD
(187,230,221)
#D0EEE5
(208,238,229)
#E5F6ED
(229,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13A69D color. Also use rgb(19,166,157) instead hex code.

Text Font Color

.myTextColor { color: #13A69D; }

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

This text font color is #13A69D.

Background Color

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

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

This div background color is #13A69D.

Border color

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

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

This div border color is #13A69D.

Opacity

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

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

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

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

This text has shadow with #13A69D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13A69D.

Preview

Color preview on black background

This text has color #13A69D on black background.


Color preview on white background

This text has color #13A69D on white background.


Black color preview on #13A69D background

This text has black color on #13A69D background.


White color preview on #13A69D background

This text has white color on #13A69D background.


Related colors

Complementary color

Complementary color for #hex is #EC5962.


I love getcolorcode.com

Triadic colors

1 #9D13A6 and #A69D13 with #13A69D are triadic colors.

2 #9DA613 and #A6139D with #13A69D are triadic colors.