COLOR #11B59E

HEX: #11B59E
RGB: (17,181,158)

Color info

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

RGB color model

#11B59E color RGB value is (17,181,158).

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

RGB channels and saturation

R 17 of 255 = 7%
G 181 of 255 = 71%
B 158 of 255 = 62%

17
181
158

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

Portions of RGB colors in percentages

R + G + B =
17 + 181 + 158 = 356 (100%)
R 17 of 356 ~ 4.78%
G 181 of 356 ~ 50.84%
B 158 of 356 ~ 44.38%

%50.84
%44.38

CMYK color model

#11B59E color CMYK value is (91,0,13,29).

  • cyan value is 90.61%
  • magenta value is 0.00%
  • yellow value is 12.71%
  • key color value is 29.02%
CMYK:
(91,0,13,29)
C91M0Y13K29 
(91%,0%,13%,29%)
(0.91/0.00/0.13/0.29)	

CMYK percentages

%90.61
%0
%12.71
%29.02

Codes

Color #11B59E in popluar color models

11B59E
RGB17181158
HSL172°82.83%38.82%
HSB/HSV172°90.61%70.98%
CMYK90.61%0.00%12.71%
29.02%

Color #11B59E in popluar number systems.

HEX11B59E
Decimal17181158
Binary100011011010110011110
Octal21265236

Shades and tints

Shades of #11B59E

#11B59E
(17,181,158)
#10A590
(16,165,144)
#0F9582
(15,149,130)
#0E8574
(14,133,116)
#0D7566
(13,117,102)
#0C6558
(12,101,88)
#0B554A
(11,85,74)
#0A453C
(10,69,60)
#09352E
(9,53,46)
#082520
(8,37,32)
#071512
(7,21,18)
#000000
(0,0,0)

Tints of #11B59E

#11B59E
(17,181,158)
#26BBA6
(38,187,166)
#3BC1AE
(59,193,174)
#50C7B6
(80,199,182)
#65CDBE
(101,205,190)
#7AD3C6
(122,211,198)
#8FD9CE
(143,217,206)
#A4DFD6
(164,223,214)
#B9E5DE
(185,229,222)
#CEEBE6
(206,235,230)
#E3F1EE
(227,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11B59E; }

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

This text font color is #11B59E.


Background Color

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

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

This div background color is #11B59E.


Border color

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

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

This div border color is #11B59E.


Opacity

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

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

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

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

This text has shadow with #11B59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11B59E on black background.


Color preview on white background

This text has color #11B59E on white background.



Black color preview on #11B59E background

This text has black color on #11B59E background.


White color preview on #11B59E background

This text has white color on #11B59E background.