COLOR #119297

HEX: #119297
RGB: (17,146,151)

Color info

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

RGB color model

#119297 color RGB value is (17,146,151).

  • red value is 17;
  • green value is 146;
  • blue value is 151.
RGB:
(17,146,151)
(7%,57%,59%)

RGB channels and saturation

R 17 of 255 = 7%
G 146 of 255 = 57%
B 151 of 255 = 59%

17
146
151

R + G + B ~ 41%. #119297 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
17 + 146 + 151 = 314 (100%)
R 17 of 314 ~ 5.41%
G 146 of 314 ~ 46.5%
B 151 of 314 ~ 48.09%

%46.5
%48.09

CMYK color model

#119297 color CMYK value is (89,3,0,41).

  • cyan value is 88.74%
  • magenta value is 3.31%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(89,3,0,41)
C89M3Y0K41 
(89%,3%,0%,41%)
(0.89/0.03/0.00/0.41)	

CMYK percentages

%88.74
%3.31
%0
%40.78

Codes

Color #119297 in popluar color models

119297
RGB17146151
HSL182°79.76%32.94%
HSB/HSV182°88.74%59.22%
CMYK88.74%3.31%0.00%
40.78%

Color #119297 in popluar number systems.

HEX119297
Decimal17146151
Binary100011001001010010111
Octal21222227

Shades and tints

Shades of #119297

#119297
(17,146,151)
#10858A
(16,133,138)
#0F787D
(15,120,125)
#0E6B70
(14,107,112)
#0D5E63
(13,94,99)
#0C5156
(12,81,86)
#0B4449
(11,68,73)
#0A373C
(10,55,60)
#092A2F
(9,42,47)
#081D22
(8,29,34)
#071015
(7,16,21)
#000000
(0,0,0)

Tints of #119297

#119297
(17,146,151)
#269BA0
(38,155,160)
#3BA4A9
(59,164,169)
#50ADB2
(80,173,178)
#65B6BB
(101,182,187)
#7ABFC4
(122,191,196)
#8FC8CD
(143,200,205)
#A4D1D6
(164,209,214)
#B9DADF
(185,218,223)
#CEE3E8
(206,227,232)
#E3ECF1
(227,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #119297 color. Also use rgb(17,146,151) instead hex code.

Text Font Color

.myTextColor { color: #119297; }

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

This text font color is #119297.


Background Color

.myBgColor { background-color: #119297; }

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

This div background color is #119297.


Border color

.myBorderColor { border: 1px solid #119297; }

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

This div border color is #119297.


Opacity

.myOpacity80 { color: #119297; opacity: 0.8; }

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

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

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

This text has shadow with #119297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #119297 on black background.


Color preview on white background

This text has color #119297 on white background.



Black color preview on #119297 background

This text has black color on #119297 background.


White color preview on #119297 background

This text has white color on #119297 background.