COLOR #11C090

HEX: #11C090
RGB: (17,192,144)

Color info

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

RGB color model

#11C090 color RGB value is (17,192,144).

  • red value is 17;
  • green value is 192;
  • blue value is 144.
RGB:
(17,192,144)
(7%,75%,56%)

RGB channels and saturation

R 17 of 255 = 7%
G 192 of 255 = 75%
B 144 of 255 = 56%

17
192
144

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

Portions of RGB colors in percentages

R + G + B =
17 + 192 + 144 = 353 (100%)
R 17 of 353 ~ 4.82%
G 192 of 353 ~ 54.39%
B 144 of 353 ~ 40.79%

%54.39
%40.79

CMYK color model

#11C090 color CMYK value is (91,0,25,25).

  • cyan value is 91.15%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 24.71%
CMYK:
(91,0,25,25)
C91M0Y25K25 
(91%,0%,25%,25%)
(0.91/0.00/0.25/0.25)	

CMYK percentages

%91.15
%0
%25
%24.71

Codes

Color #11C090 in popluar color models

11C090
RGB17192144
HSL164°83.73%40.98%
HSB/HSV164°91.15%75.29%
CMYK91.15%0.00%25.00%
24.71%

Color #11C090 in popluar number systems.

HEX11C090
Decimal17192144
Binary100011100000010010000
Octal21300220

Shades and tints

Shades of #11C090

#11C090
(17,192,144)
#10AF83
(16,175,131)
#0F9E76
(15,158,118)
#0E8D69
(14,141,105)
#0D7C5C
(13,124,92)
#0C6B4F
(12,107,79)
#0B5A42
(11,90,66)
#0A4935
(10,73,53)
#093828
(9,56,40)
#08271B
(8,39,27)
#07160E
(7,22,14)
#000000
(0,0,0)

Tints of #11C090

#11C090
(17,192,144)
#26C59A
(38,197,154)
#3BCAA4
(59,202,164)
#50CFAE
(80,207,174)
#65D4B8
(101,212,184)
#7AD9C2
(122,217,194)
#8FDECC
(143,222,204)
#A4E3D6
(164,227,214)
#B9E8E0
(185,232,224)
#CEEDEA
(206,237,234)
#E3F2F4
(227,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11C090 color. Also use rgb(17,192,144) instead hex code.

Text Font Color

.myTextColor { color: #11C090; }

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

This text font color is #11C090.


Background Color

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

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

This div background color is #11C090.


Border color

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

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

This div border color is #11C090.


Opacity

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

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

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

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

This text has shadow with #11C090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11C090 on black background.


Color preview on white background

This text has color #11C090 on white background.



Black color preview on #11C090 background

This text has black color on #11C090 background.


White color preview on #11C090 background

This text has white color on #11C090 background.