COLOR #11ABAA

HEX: #11ABAA
RGB: (17,171,170)

Color info

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

RGB color model

#11ABAA color RGB value is (17,171,170).

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

RGB channels and saturation

R 17 of 255 = 7%
G 171 of 255 = 67%
B 170 of 255 = 67%

17
171
170

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

Portions of RGB colors in percentages

R + G + B =
17 + 171 + 170 = 358 (100%)
R 17 of 358 ~ 4.75%
G 171 of 358 ~ 47.77%
B 170 of 358 ~ 47.49%

%47.77
%47.49

CMYK color model

#11ABAA color CMYK value is (90,0,1,33).

  • cyan value is 90.06%
  • magenta value is 0.00%
  • yellow value is 0.58%
  • key color value is 32.94%
CMYK:
(90,0,1,33)
C90M0Y1K33 
(90%,0%,1%,33%)
(0.90/0.00/0.01/0.33)	

CMYK percentages

%90.06
%0
%0.58
%32.94

Codes

Color #11ABAA in popluar color models

11ABAA
RGB17171170
HSL180°81.91%36.86%
HSB/HSV180°90.06%67.06%
CMYK90.06%0.00%0.58%
32.94%

Color #11ABAA in popluar number systems.

HEX11ABAA
Decimal17171170
Binary100011010101110101010
Octal21253252

Shades and tints

Shades of #11ABAA

#11ABAA
(17,171,170)
#109C9B
(16,156,155)
#0F8D8C
(15,141,140)
#0E7E7D
(14,126,125)
#0D6F6E
(13,111,110)
#0C605F
(12,96,95)
#0B5150
(11,81,80)
#0A4241
(10,66,65)
#093332
(9,51,50)
#082423
(8,36,35)
#071514
(7,21,20)
#000000
(0,0,0)

Tints of #11ABAA

#11ABAA
(17,171,170)
#26B2B1
(38,178,177)
#3BB9B8
(59,185,184)
#50C0BF
(80,192,191)
#65C7C6
(101,199,198)
#7ACECD
(122,206,205)
#8FD5D4
(143,213,212)
#A4DCDB
(164,220,219)
#B9E3E2
(185,227,226)
#CEEAE9
(206,234,233)
#E3F1F0
(227,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11ABAA; }

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

This text font color is #11ABAA.


Background Color

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

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

This div background color is #11ABAA.


Border color

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

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

This div border color is #11ABAA.


Opacity

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

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

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

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

This text has shadow with #11ABAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11ABAA on black background.


Color preview on white background

This text has color #11ABAA on white background.



Black color preview on #11ABAA background

This text has black color on #11ABAA background.


White color preview on #11ABAA background

This text has white color on #11ABAA background.