COLOR #11C8B0

HEX: #11C8B0 RGB: (17,200,176)

Color info

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

RGB color model

#11C8B0 color RGB value is (17,200,176).

RGB: (17,200,176) (7%, 78%, 69%)

RGB channels and saturation

R 17 of 255 = 7%
G 200 of 255 = 78%
B 176 of 255 = 69%

17
200
176

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

Portions of RGB colors in percentages

R + G + B = 17 + 200 + 176 = 393 (100%)
R 17 of 393 ~ 4.33%
G 200 of 393 ~ 50.89%
B 176 of 393 ~ 44.78'%

%50.89
%44.78

CMYK color model

#11C8B0 color CMYK value is (92,0,12,22).

  • cyan value is 91.50%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 21.57%

CMYK: (92,0,12,22)
C92M0Y12K22 (92%, 0%, 12%, 22%)
(0.92 / 0.00 / 0.12 / 0.22)

CMYK percentages

%91.5
%0
%12
%21.57

Codes

Color #11C8B0 in popluar color models

11 C8 B0
RGB 17 200 176
HSL 172° 84.33% 42.55%
HSB/HSV 172° 91.50% 78.43%
CMYK 91.50% 0.00% 12.00%
21.57%

Color #11C8B0 in popluar number systems.

HEX 11 C8 B0
Decimal 17 200 176
Binary 10001 11001000 10110000
Octal 21 310 260

Shades and tints

Shades of #11C8B0

#11C8B0
(17,200,176)
#10B6A0
(16,182,160)
#0FA490
(15,164,144)
#0E9280
(14,146,128)
#0D8070
(13,128,112)
#0C6E60
(12,110,96)
#0B5C50
(11,92,80)
#0A4A40
(10,74,64)
#093830
(9,56,48)
#082620
(8,38,32)
#071410
(7,20,16)
#000000
(0,0,0)

Tints of #11C8B0

#11C8B0
(17,200,176)
#26CDB7
(38,205,183)
#3BD2BE
(59,210,190)
#50D7C5
(80,215,197)
#65DCCC
(101,220,204)
#7AE1D3
(122,225,211)
#8FE6DA
(143,230,218)
#A4EBE1
(164,235,225)
#B9F0E8
(185,240,232)
#CEF5EF
(206,245,239)
#E3FAF6
(227,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11C8B0 color. Also use rgb(17,200,176) instead hex code.

Text Font Color

.myTextColor { color: #11C8B0; }

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

This text font color is #11C8B0.

Background Color

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

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

This div background color is #11C8B0.

Border color

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

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

This div border color is #11C8B0.

Opacity

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

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

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

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

This text has shadow with #11C8B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #11C8B0.

Preview

Color preview on black background

This text has color #11C8B0 on black background.


Color preview on white background

This text has color #11C8B0 on white background.


Black color preview on #11C8B0 background

This text has black color on #11C8B0 background.


White color preview on #11C8B0 background

This text has white color on #11C8B0 background.


Related colors

Complementary color

Complementary color for #hex is #EE374F.


I love getcolorcode.com

Triadic colors

1 #B011C8 and #C8B011 with #11C8B0 are triadic colors.

2 #B0C811 and #C811B0 with #11C8B0 are triadic colors.