COLOR #11A099

HEX: #11A099
RGB: (17,160,153)

Color info

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

RGB color model

#11A099 color RGB value is (17,160,153).

  • red value is 17;
  • green value is 160;
  • blue value is 153.
RGB:
(17,160,153)
(7%,63%,60%)

RGB channels and saturation

R 17 of 255 = 7%
G 160 of 255 = 63%
B 153 of 255 = 60%

17
160
153

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

Portions of RGB colors in percentages

R + G + B =
17 + 160 + 153 = 330 (100%)
R 17 of 330 ~ 5.15%
G 160 of 330 ~ 48.48%
B 153 of 330 ~ 46.36%

%48.48
%46.36

CMYK color model

#11A099 color CMYK value is (89,0,4,37).

  • cyan value is 89.38%
  • magenta value is 0.00%
  • yellow value is 4.38%
  • key color value is 37.25%
CMYK:
(89,0,4,37)
C89M0Y4K37 
(89%,0%,4%,37%)
(0.89/0.00/0.04/0.37)	

CMYK percentages

%89.38
%0
%4.38
%37.25

Codes

Color #11A099 in popluar color models

11A099
RGB17160153
HSL177°80.79%34.71%
HSB/HSV177°89.38%62.75%
CMYK89.38%0.00%4.38%
37.25%

Color #11A099 in popluar number systems.

HEX11A099
Decimal17160153
Binary100011010000010011001
Octal21240231

Shades and tints

Shades of #11A099

#11A099
(17,160,153)
#10928C
(16,146,140)
#0F847F
(15,132,127)
#0E7672
(14,118,114)
#0D6865
(13,104,101)
#0C5A58
(12,90,88)
#0B4C4B
(11,76,75)
#0A3E3E
(10,62,62)
#093031
(9,48,49)
#082224
(8,34,36)
#071417
(7,20,23)
#000000
(0,0,0)

Tints of #11A099

#11A099
(17,160,153)
#26A8A2
(38,168,162)
#3BB0AB
(59,176,171)
#50B8B4
(80,184,180)
#65C0BD
(101,192,189)
#7AC8C6
(122,200,198)
#8FD0CF
(143,208,207)
#A4D8D8
(164,216,216)
#B9E0E1
(185,224,225)
#CEE8EA
(206,232,234)
#E3F0F3
(227,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11A099 color. Also use rgb(17,160,153) instead hex code.

Text Font Color

.myTextColor { color: #11A099; }

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

This text font color is #11A099.


Background Color

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

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

This div background color is #11A099.


Border color

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

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

This div border color is #11A099.


Opacity

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

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

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

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

This text has shadow with #11A099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11A099 on black background.


Color preview on white background

This text has color #11A099 on white background.



Black color preview on #11A099 background

This text has black color on #11A099 background.


White color preview on #11A099 background

This text has white color on #11A099 background.