COLOR #11AE8F

HEX: #11AE8F
RGB: (17,174,143)

Color info

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

RGB color model

#11AE8F color RGB value is (17,174,143).

  • red value is 17;
  • green value is 174;
  • blue value is 143.
RGB:
(17,174,143)
(7%,68%,56%)

RGB channels and saturation

R 17 of 255 = 7%
G 174 of 255 = 68%
B 143 of 255 = 56%

17
174
143

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

Portions of RGB colors in percentages

R + G + B =
17 + 174 + 143 = 334 (100%)
R 17 of 334 ~ 5.09%
G 174 of 334 ~ 52.1%
B 143 of 334 ~ 42.81%

%52.1
%42.81

CMYK color model

#11AE8F color CMYK value is (90,0,18,32).

  • cyan value is 90.23%
  • magenta value is 0.00%
  • yellow value is 17.82%
  • key color value is 31.76%
CMYK:
(90,0,18,32)
C90M0Y18K32 
(90%,0%,18%,32%)
(0.90/0.00/0.18/0.32)	

CMYK percentages

%90.23
%0
%17.82
%31.76

Codes

Color #11AE8F in popluar color models

11AE8F
RGB17174143
HSL168°82.20%37.45%
HSB/HSV168°90.23%68.24%
CMYK90.23%0.00%17.82%
31.76%

Color #11AE8F in popluar number systems.

HEX11AE8F
Decimal17174143
Binary100011010111010001111
Octal21256217

Shades and tints

Shades of #11AE8F

#11AE8F
(17,174,143)
#109F82
(16,159,130)
#0F9075
(15,144,117)
#0E8168
(14,129,104)
#0D725B
(13,114,91)
#0C634E
(12,99,78)
#0B5441
(11,84,65)
#0A4534
(10,69,52)
#093627
(9,54,39)
#08271A
(8,39,26)
#07180D
(7,24,13)
#000000
(0,0,0)

Tints of #11AE8F

#11AE8F
(17,174,143)
#26B599
(38,181,153)
#3BBCA3
(59,188,163)
#50C3AD
(80,195,173)
#65CAB7
(101,202,183)
#7AD1C1
(122,209,193)
#8FD8CB
(143,216,203)
#A4DFD5
(164,223,213)
#B9E6DF
(185,230,223)
#CEEDE9
(206,237,233)
#E3F4F3
(227,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11AE8F color. Also use rgb(17,174,143) instead hex code.

Text Font Color

.myTextColor { color: #11AE8F; }

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

This text font color is #11AE8F.


Background Color

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

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

This div background color is #11AE8F.


Border color

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

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

This div border color is #11AE8F.


Opacity

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

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

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

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

This text has shadow with #11AE8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11AE8F on black background.


Color preview on white background

This text has color #11AE8F on white background.



Black color preview on #11AE8F background

This text has black color on #11AE8F background.


White color preview on #11AE8F background

This text has white color on #11AE8F background.