COLOR #11A19E

HEX: #11A19E
RGB: (17,161,158)

Color info

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

RGB color model

#11A19E color RGB value is (17,161,158).

  • red value is 17;
  • green value is 161;
  • blue value is 158.
RGB:
(17,161,158)
(7%,63%,62%)

RGB channels and saturation

R 17 of 255 = 7%
G 161 of 255 = 63%
B 158 of 255 = 62%

17
161
158

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

Portions of RGB colors in percentages

R + G + B =
17 + 161 + 158 = 336 (100%)
R 17 of 336 ~ 5.06%
G 161 of 336 ~ 47.92%
B 158 of 336 ~ 47.02%

%47.92
%47.02

CMYK color model

#11A19E color CMYK value is (89,0,2,37).

  • cyan value is 89.44%
  • magenta value is 0.00%
  • yellow value is 1.86%
  • key color value is 36.86%
CMYK:
(89,0,2,37)
C89M0Y2K37 
(89%,0%,2%,37%)
(0.89/0.00/0.02/0.37)	

CMYK percentages

%89.44
%0
%1.86
%36.86

Codes

Color #11A19E in popluar color models

11A19E
RGB17161158
HSL179°80.90%34.90%
HSB/HSV179°89.44%63.14%
CMYK89.44%0.00%1.86%
36.86%

Color #11A19E in popluar number systems.

HEX11A19E
Decimal17161158
Binary100011010000110011110
Octal21241236

Shades and tints

Shades of #11A19E

#11A19E
(17,161,158)
#109390
(16,147,144)
#0F8582
(15,133,130)
#0E7774
(14,119,116)
#0D6966
(13,105,102)
#0C5B58
(12,91,88)
#0B4D4A
(11,77,74)
#0A3F3C
(10,63,60)
#09312E
(9,49,46)
#082320
(8,35,32)
#071512
(7,21,18)
#000000
(0,0,0)

Tints of #11A19E

#11A19E
(17,161,158)
#26A9A6
(38,169,166)
#3BB1AE
(59,177,174)
#50B9B6
(80,185,182)
#65C1BE
(101,193,190)
#7AC9C6
(122,201,198)
#8FD1CE
(143,209,206)
#A4D9D6
(164,217,214)
#B9E1DE
(185,225,222)
#CEE9E6
(206,233,230)
#E3F1EE
(227,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11A19E color. Also use rgb(17,161,158) instead hex code.

Text Font Color

.myTextColor { color: #11A19E; }

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

This text font color is #11A19E.


Background Color

.myBgColor { background-color: #11A19E; }

<div style="background-color:#11A19E">Inner text</div>

This div background color is #11A19E.


Border color

.myBorderColor { border: 1px solid #11A19E; }

<div style="border:3px solid #11A19E">Div</div>

This div border color is #11A19E.


Opacity

.myOpacity80 { color: #11A19E; opacity: 0.8; }

<p style="color:#11A19E;opacity:0.8;">80%</p>

Text with #11A19E 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 #11A19E;}

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

This text has shadow with #11A19E color.

.textShadow {text-shadow: 3px 3px 1px #11A19E, 3px 3px 1px red;}

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

This text has shadow with #11A19E primary color and red secondary color.


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

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

This text has shadow with #11A19E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11A19E on black background.


Color preview on white background

This text has color #11A19E on white background.



Black color preview on #11A19E background

This text has black color on #11A19E background.


White color preview on #11A19E background

This text has white color on #11A19E background.