COLOR #11A294

HEX: #11A294
RGB: (17,162,148)

Color info

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

RGB color model

#11A294 color RGB value is (17,162,148).

  • red value is 17;
  • green value is 162;
  • blue value is 148.
RGB:
(17,162,148)
(7%,64%,58%)

RGB channels and saturation

R 17 of 255 = 7%
G 162 of 255 = 64%
B 148 of 255 = 58%

17
162
148

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

Portions of RGB colors in percentages

R + G + B =
17 + 162 + 148 = 327 (100%)
R 17 of 327 ~ 5.2%
G 162 of 327 ~ 49.54%
B 148 of 327 ~ 45.26%

%49.54
%45.26

CMYK color model

#11A294 color CMYK value is (90,0,9,36).

  • cyan value is 89.51%
  • magenta value is 0.00%
  • yellow value is 8.64%
  • key color value is 36.47%
CMYK:
(90,0,9,36)
C90M0Y9K36 
(90%,0%,9%,36%)
(0.90/0.00/0.09/0.36)	

CMYK percentages

%89.51
%0
%8.64
%36.47

Codes

Color #11A294 in popluar color models

11A294
RGB17162148
HSL174°81.01%35.10%
HSB/HSV174°89.51%63.53%
CMYK89.51%0.00%8.64%
36.47%

Color #11A294 in popluar number systems.

HEX11A294
Decimal17162148
Binary100011010001010010100
Octal21242224

Shades and tints

Shades of #11A294

#11A294
(17,162,148)
#109487
(16,148,135)
#0F867A
(15,134,122)
#0E786D
(14,120,109)
#0D6A60
(13,106,96)
#0C5C53
(12,92,83)
#0B4E46
(11,78,70)
#0A4039
(10,64,57)
#09322C
(9,50,44)
#08241F
(8,36,31)
#071612
(7,22,18)
#000000
(0,0,0)

Tints of #11A294

#11A294
(17,162,148)
#26AA9D
(38,170,157)
#3BB2A6
(59,178,166)
#50BAAF
(80,186,175)
#65C2B8
(101,194,184)
#7ACAC1
(122,202,193)
#8FD2CA
(143,210,202)
#A4DAD3
(164,218,211)
#B9E2DC
(185,226,220)
#CEEAE5
(206,234,229)
#E3F2EE
(227,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11A294 color. Also use rgb(17,162,148) instead hex code.

Text Font Color

.myTextColor { color: #11A294; }

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

This text font color is #11A294.


Background Color

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

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

This div background color is #11A294.


Border color

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

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

This div border color is #11A294.


Opacity

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

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

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

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

This text has shadow with #11A294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11A294 on black background.


Color preview on white background

This text has color #11A294 on white background.



Black color preview on #11A294 background

This text has black color on #11A294 background.


White color preview on #11A294 background

This text has white color on #11A294 background.