COLOR #17A98C

HEX: #17A98C
RGB: (23,169,140)

Color info

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

RGB color model

#17A98C color RGB value is (23,169,140).

  • red value is 23;
  • green value is 169;
  • blue value is 140.
RGB:
(23,169,140)
(9%,66%,55%)

RGB channels and saturation

R 23 of 255 = 9%
G 169 of 255 = 66%
B 140 of 255 = 55%

23
169
140

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

Portions of RGB colors in percentages

R + G + B =
23 + 169 + 140 = 332 (100%)
R 23 of 332 ~ 6.93%
G 169 of 332 ~ 50.9%
B 140 of 332 ~ 42.17%

%50.9
%42.17

CMYK color model

#17A98C color CMYK value is (86,0,17,34).

  • cyan value is 86.39%
  • magenta value is 0.00%
  • yellow value is 17.16%
  • key color value is 33.73%
CMYK:
(86,0,17,34)
C86M0Y17K34 
(86%,0%,17%,34%)
(0.86/0.00/0.17/0.34)	

CMYK percentages

%86.39
%0
%17.16
%33.73

Codes

Color #17A98C in popluar color models

17A98C
RGB23169140
HSL168°76.04%37.65%
HSB/HSV168°86.39%66.27%
CMYK86.39%0.00%17.16%
33.73%

Color #17A98C in popluar number systems.

HEX17A98C
Decimal23169140
Binary101111010100110001100
Octal27251214

Shades and tints

Shades of #17A98C

#17A98C
(23,169,140)
#159A80
(21,154,128)
#138B74
(19,139,116)
#117C68
(17,124,104)
#0F6D5C
(15,109,92)
#0D5E50
(13,94,80)
#0B4F44
(11,79,68)
#094038
(9,64,56)
#07312C
(7,49,44)
#052220
(5,34,32)
#031314
(3,19,20)
#000000
(0,0,0)

Tints of #17A98C

#17A98C
(23,169,140)
#2CB096
(44,176,150)
#41B7A0
(65,183,160)
#56BEAA
(86,190,170)
#6BC5B4
(107,197,180)
#80CCBE
(128,204,190)
#95D3C8
(149,211,200)
#AADAD2
(170,218,210)
#BFE1DC
(191,225,220)
#D4E8E6
(212,232,230)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17A98C color. Also use rgb(23,169,140) instead hex code.

Text Font Color

.myTextColor { color: #17A98C; }

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

This text font color is #17A98C.


Background Color

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

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

This div background color is #17A98C.


Border color

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

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

This div border color is #17A98C.


Opacity

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

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

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

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

This text has shadow with #17A98C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17A98C on black background.


Color preview on white background

This text has color #17A98C on white background.



Black color preview on #17A98C background

This text has black color on #17A98C background.


White color preview on #17A98C background

This text has white color on #17A98C background.