COLOR #17A091

HEX: #17A091
RGB: (23,160,145)

Color info

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

RGB color model

#17A091 color RGB value is (23,160,145).

  • red value is 23;
  • green value is 160;
  • blue value is 145.
RGB:
(23,160,145)
(9%,63%,57%)

RGB channels and saturation

R 23 of 255 = 9%
G 160 of 255 = 63%
B 145 of 255 = 57%

23
160
145

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

Portions of RGB colors in percentages

R + G + B =
23 + 160 + 145 = 328 (100%)
R 23 of 328 ~ 7.01%
G 160 of 328 ~ 48.78%
B 145 of 328 ~ 44.21%

%48.78
%44.21

CMYK color model

#17A091 color CMYK value is (86,0,9,37).

  • cyan value is 85.63%
  • magenta value is 0.00%
  • yellow value is 9.38%
  • key color value is 37.25%
CMYK:
(86,0,9,37)
C86M0Y9K37 
(86%,0%,9%,37%)
(0.86/0.00/0.09/0.37)	

CMYK percentages

%85.63
%0
%9.38
%37.25

Codes

Color #17A091 in popluar color models

17A091
RGB23160145
HSL173°74.86%35.88%
HSB/HSV173°85.63%62.75%
CMYK85.63%0.00%9.38%
37.25%

Color #17A091 in popluar number systems.

HEX17A091
Decimal23160145
Binary101111010000010010001
Octal27240221

Shades and tints

Shades of #17A091

#17A091
(23,160,145)
#159284
(21,146,132)
#138477
(19,132,119)
#11766A
(17,118,106)
#0F685D
(15,104,93)
#0D5A50
(13,90,80)
#0B4C43
(11,76,67)
#093E36
(9,62,54)
#073029
(7,48,41)
#05221C
(5,34,28)
#03140F
(3,20,15)
#000000
(0,0,0)

Tints of #17A091

#17A091
(23,160,145)
#2CA89B
(44,168,155)
#41B0A5
(65,176,165)
#56B8AF
(86,184,175)
#6BC0B9
(107,192,185)
#80C8C3
(128,200,195)
#95D0CD
(149,208,205)
#AAD8D7
(170,216,215)
#BFE0E1
(191,224,225)
#D4E8EB
(212,232,235)
#E9F0F5
(233,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17A091 color. Also use rgb(23,160,145) instead hex code.

Text Font Color

.myTextColor { color: #17A091; }

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

This text font color is #17A091.


Background Color

.myBgColor { background-color: #17A091; }

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

This div background color is #17A091.


Border color

.myBorderColor { border: 1px solid #17A091; }

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

This div border color is #17A091.


Opacity

.myOpacity80 { color: #17A091; opacity: 0.8; }

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

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

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

This text has shadow with #17A091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17A091 on black background.


Color preview on white background

This text has color #17A091 on white background.



Black color preview on #17A091 background

This text has black color on #17A091 background.


White color preview on #17A091 background

This text has white color on #17A091 background.