COLOR #17AE8A

HEX: #17AE8A
RGB: (23,174,138)

Color info

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

RGB color model

#17AE8A color RGB value is (23,174,138).

  • red value is 23;
  • green value is 174;
  • blue value is 138.
RGB:
(23,174,138)
(9%,68%,54%)

RGB channels and saturation

R 23 of 255 = 9%
G 174 of 255 = 68%
B 138 of 255 = 54%

23
174
138

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

Portions of RGB colors in percentages

R + G + B =
23 + 174 + 138 = 335 (100%)
R 23 of 335 ~ 6.87%
G 174 of 335 ~ 51.94%
B 138 of 335 ~ 41.19%

%51.94
%41.19

CMYK color model

#17AE8A color CMYK value is (87,0,21,32).

  • cyan value is 86.78%
  • magenta value is 0.00%
  • yellow value is 20.69%
  • key color value is 31.76%
CMYK:
(87,0,21,32)
C87M0Y21K32 
(87%,0%,21%,32%)
(0.87/0.00/0.21/0.32)	

CMYK percentages

%86.78
%0
%20.69
%31.76

Codes

Color #17AE8A in popluar color models

17AE8A
RGB23174138
HSL166°76.65%38.63%
HSB/HSV166°86.78%68.24%
CMYK86.78%0.00%20.69%
31.76%

Color #17AE8A in popluar number systems.

HEX17AE8A
Decimal23174138
Binary101111010111010001010
Octal27256212

Shades and tints

Shades of #17AE8A

#17AE8A
(23,174,138)
#159F7E
(21,159,126)
#139072
(19,144,114)
#118166
(17,129,102)
#0F725A
(15,114,90)
#0D634E
(13,99,78)
#0B5442
(11,84,66)
#094536
(9,69,54)
#07362A
(7,54,42)
#05271E
(5,39,30)
#031812
(3,24,18)
#000000
(0,0,0)

Tints of #17AE8A

#17AE8A
(23,174,138)
#2CB594
(44,181,148)
#41BC9E
(65,188,158)
#56C3A8
(86,195,168)
#6BCAB2
(107,202,178)
#80D1BC
(128,209,188)
#95D8C6
(149,216,198)
#AADFD0
(170,223,208)
#BFE6DA
(191,230,218)
#D4EDE4
(212,237,228)
#E9F4EE
(233,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17AE8A color. Also use rgb(23,174,138) instead hex code.

Text Font Color

.myTextColor { color: #17AE8A; }

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

This text font color is #17AE8A.


Background Color

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

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

This div background color is #17AE8A.


Border color

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

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

This div border color is #17AE8A.


Opacity

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

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

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

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

This text has shadow with #17AE8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17AE8A on black background.


Color preview on white background

This text has color #17AE8A on white background.



Black color preview on #17AE8A background

This text has black color on #17AE8A background.


White color preview on #17AE8A background

This text has white color on #17AE8A background.