COLOR #11A39B

HEX: #11A39B
RGB: (17,163,155)

Color info

#11A39B contains mainly green and blue colors. Web safe color of #11A39B is #009999 (or #099).

RGB color model

#11A39B color RGB value is (17,163,155).

  • red value is 17;
  • green value is 163;
  • blue value is 155.
RGB:
(17,163,155)
(7%,64%,61%)

RGB channels and saturation

R 17 of 255 = 7%
G 163 of 255 = 64%
B 155 of 255 = 61%

17
163
155

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

Portions of RGB colors in percentages

R + G + B =
17 + 163 + 155 = 335 (100%)
R 17 of 335 ~ 5.07%
G 163 of 335 ~ 48.66%
B 155 of 335 ~ 46.27%

%48.66
%46.27

CMYK color model

#11A39B color CMYK value is (90,0,5,36).

  • cyan value is 89.57%
  • magenta value is 0.00%
  • yellow value is 4.91%
  • key color value is 36.08%
CMYK:
(90,0,5,36)
C90M0Y5K36 
(90%,0%,5%,36%)
(0.90/0.00/0.05/0.36)	

CMYK percentages

%89.57
%0
%4.91
%36.08

Codes

Color #11A39B in popluar color models

11A39B
RGB17163155
HSL177°81.11%35.29%
HSB/HSV177°89.57%63.92%
CMYK89.57%0.00%4.91%
36.08%

Color #11A39B in popluar number systems.

HEX11A39B
Decimal17163155
Binary100011010001110011011
Octal21243233

Shades and tints

Shades of #11A39B

#11A39B
(17,163,155)
#10958D
(16,149,141)
#0F877F
(15,135,127)
#0E7971
(14,121,113)
#0D6B63
(13,107,99)
#0C5D55
(12,93,85)
#0B4F47
(11,79,71)
#0A4139
(10,65,57)
#09332B
(9,51,43)
#08251D
(8,37,29)
#07170F
(7,23,15)
#000000
(0,0,0)

Tints of #11A39B

#11A39B
(17,163,155)
#26ABA4
(38,171,164)
#3BB3AD
(59,179,173)
#50BBB6
(80,187,182)
#65C3BF
(101,195,191)
#7ACBC8
(122,203,200)
#8FD3D1
(143,211,209)
#A4DBDA
(164,219,218)
#B9E3E3
(185,227,227)
#CEEBEC
(206,235,236)
#E3F3F5
(227,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11A39B color. Also use rgb(17,163,155) instead hex code.

Text Font Color

.myTextColor { color: #11A39B; }

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

This text font color is #11A39B.


Background Color

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

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

This div background color is #11A39B.


Border color

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

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

This div border color is #11A39B.


Opacity

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

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

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

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

This text has shadow with #11A39B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11A39B on black background.


Color preview on white background

This text has color #11A39B on white background.



Black color preview on #11A39B background

This text has black color on #11A39B background.


White color preview on #11A39B background

This text has white color on #11A39B background.