COLOR #11CCA5

HEX: #11CCA5
RGB: (17,204,165)

Color info

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

RGB color model

#11CCA5 color RGB value is (17,204,165).

  • red value is 17;
  • green value is 204;
  • blue value is 165.
RGB:
(17,204,165)
(7%,80%,65%)

RGB channels and saturation

R 17 of 255 = 7%
G 204 of 255 = 80%
B 165 of 255 = 65%

17
204
165

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

Portions of RGB colors in percentages

R + G + B =
17 + 204 + 165 = 386 (100%)
R 17 of 386 ~ 4.4%
G 204 of 386 ~ 52.85%
B 165 of 386 ~ 42.75%

%52.85
%42.75

CMYK color model

#11CCA5 color CMYK value is (92,0,19,20).

  • cyan value is 91.67%
  • magenta value is 0.00%
  • yellow value is 19.12%
  • key color value is 20.00%
CMYK:
(92,0,19,20)
C92M0Y19K20 
(92%,0%,19%,20%)
(0.92/0.00/0.19/0.20)	

CMYK percentages

%91.67
%0
%19.12
%20

Codes

Color #11CCA5 in popluar color models

11CCA5
RGB17204165
HSL167°84.62%43.33%
HSB/HSV167°91.67%80.00%
CMYK91.67%0.00%19.12%
20.00%

Color #11CCA5 in popluar number systems.

HEX11CCA5
Decimal17204165
Binary100011100110010100101
Octal21314245

Shades and tints

Shades of #11CCA5

#11CCA5
(17,204,165)
#10BA96
(16,186,150)
#0FA887
(15,168,135)
#0E9678
(14,150,120)
#0D8469
(13,132,105)
#0C725A
(12,114,90)
#0B604B
(11,96,75)
#0A4E3C
(10,78,60)
#093C2D
(9,60,45)
#082A1E
(8,42,30)
#07180F
(7,24,15)
#000000
(0,0,0)

Tints of #11CCA5

#11CCA5
(17,204,165)
#26D0AD
(38,208,173)
#3BD4B5
(59,212,181)
#50D8BD
(80,216,189)
#65DCC5
(101,220,197)
#7AE0CD
(122,224,205)
#8FE4D5
(143,228,213)
#A4E8DD
(164,232,221)
#B9ECE5
(185,236,229)
#CEF0ED
(206,240,237)
#E3F4F5
(227,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11CCA5 color. Also use rgb(17,204,165) instead hex code.

Text Font Color

.myTextColor { color: #11CCA5; }

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

This text font color is #11CCA5.


Background Color

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

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

This div background color is #11CCA5.


Border color

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

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

This div border color is #11CCA5.


Opacity

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

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

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

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

This text has shadow with #11CCA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11CCA5 on black background.


Color preview on white background

This text has color #11CCA5 on white background.



Black color preview on #11CCA5 background

This text has black color on #11CCA5 background.


White color preview on #11CCA5 background

This text has white color on #11CCA5 background.