COLOR #17AA96

HEX: #17AA96
RGB: (23,170,150)

Color info

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

RGB color model

#17AA96 color RGB value is (23,170,150).

  • red value is 23;
  • green value is 170;
  • blue value is 150.
RGB:
(23,170,150)
(9%,67%,59%)

RGB channels and saturation

R 23 of 255 = 9%
G 170 of 255 = 67%
B 150 of 255 = 59%

23
170
150

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

Portions of RGB colors in percentages

R + G + B =
23 + 170 + 150 = 343 (100%)
R 23 of 343 ~ 6.71%
G 170 of 343 ~ 49.56%
B 150 of 343 ~ 43.73%

%49.56
%43.73

CMYK color model

#17AA96 color CMYK value is (86,0,12,33).

  • cyan value is 86.47%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 33.33%
CMYK:
(86,0,12,33)
C86M0Y12K33 
(86%,0%,12%,33%)
(0.86/0.00/0.12/0.33)	

CMYK percentages

%86.47
%0
%11.76
%33.33

Codes

Color #17AA96 in popluar color models

17AA96
RGB23170150
HSL172°76.17%37.84%
HSB/HSV172°86.47%66.67%
CMYK86.47%0.00%11.76%
33.33%

Color #17AA96 in popluar number systems.

HEX17AA96
Decimal23170150
Binary101111010101010010110
Octal27252226

Shades and tints

Shades of #17AA96

#17AA96
(23,170,150)
#159B89
(21,155,137)
#138C7C
(19,140,124)
#117D6F
(17,125,111)
#0F6E62
(15,110,98)
#0D5F55
(13,95,85)
#0B5048
(11,80,72)
#09413B
(9,65,59)
#07322E
(7,50,46)
#052321
(5,35,33)
#031414
(3,20,20)
#000000
(0,0,0)

Tints of #17AA96

#17AA96
(23,170,150)
#2CB19F
(44,177,159)
#41B8A8
(65,184,168)
#56BFB1
(86,191,177)
#6BC6BA
(107,198,186)
#80CDC3
(128,205,195)
#95D4CC
(149,212,204)
#AADBD5
(170,219,213)
#BFE2DE
(191,226,222)
#D4E9E7
(212,233,231)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17AA96 color. Also use rgb(23,170,150) instead hex code.

Text Font Color

.myTextColor { color: #17AA96; }

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

This text font color is #17AA96.


Background Color

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

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

This div background color is #17AA96.


Border color

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

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

This div border color is #17AA96.


Opacity

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

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

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

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

This text has shadow with #17AA96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17AA96 on black background.


Color preview on white background

This text has color #17AA96 on white background.



Black color preview on #17AA96 background

This text has black color on #17AA96 background.


White color preview on #17AA96 background

This text has white color on #17AA96 background.