COLOR #11CEAB

HEX: #11CEAB
RGB: (17,206,171)

Color info

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

RGB color model

#11CEAB color RGB value is (17,206,171).

  • red value is 17;
  • green value is 206;
  • blue value is 171.
RGB:
(17,206,171)
(7%,81%,67%)

RGB channels and saturation

R 17 of 255 = 7%
G 206 of 255 = 81%
B 171 of 255 = 67%

17
206
171

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

Portions of RGB colors in percentages

R + G + B =
17 + 206 + 171 = 394 (100%)
R 17 of 394 ~ 4.31%
G 206 of 394 ~ 52.28%
B 171 of 394 ~ 43.4%

%52.28
%43.4

CMYK color model

#11CEAB color CMYK value is (92,0,17,19).

  • cyan value is 91.75%
  • magenta value is 0.00%
  • yellow value is 16.99%
  • key color value is 19.22%
CMYK:
(92,0,17,19)
C92M0Y17K19 
(92%,0%,17%,19%)
(0.92/0.00/0.17/0.19)	

CMYK percentages

%91.75
%0
%16.99
%19.22

Codes

Color #11CEAB in popluar color models

11CEAB
RGB17206171
HSL169°84.75%43.73%
HSB/HSV169°91.75%80.78%
CMYK91.75%0.00%16.99%
19.22%

Color #11CEAB in popluar number systems.

HEX11CEAB
Decimal17206171
Binary100011100111010101011
Octal21316253

Shades and tints

Shades of #11CEAB

#11CEAB
(17,206,171)
#10BC9C
(16,188,156)
#0FAA8D
(15,170,141)
#0E987E
(14,152,126)
#0D866F
(13,134,111)
#0C7460
(12,116,96)
#0B6251
(11,98,81)
#0A5042
(10,80,66)
#093E33
(9,62,51)
#082C24
(8,44,36)
#071A15
(7,26,21)
#000000
(0,0,0)

Tints of #11CEAB

#11CEAB
(17,206,171)
#26D2B2
(38,210,178)
#3BD6B9
(59,214,185)
#50DAC0
(80,218,192)
#65DEC7
(101,222,199)
#7AE2CE
(122,226,206)
#8FE6D5
(143,230,213)
#A4EADC
(164,234,220)
#B9EEE3
(185,238,227)
#CEF2EA
(206,242,234)
#E3F6F1
(227,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11CEAB color. Also use rgb(17,206,171) instead hex code.

Text Font Color

.myTextColor { color: #11CEAB; }

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

This text font color is #11CEAB.


Background Color

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

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

This div background color is #11CEAB.


Border color

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

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

This div border color is #11CEAB.


Opacity

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

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

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

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

This text has shadow with #11CEAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11CEAB on black background.


Color preview on white background

This text has color #11CEAB on white background.



Black color preview on #11CEAB background

This text has black color on #11CEAB background.


White color preview on #11CEAB background

This text has white color on #11CEAB background.