COLOR #17A6B6

HEX: #17A6B6
RGB: (23,166,182)

Color info

#17A6B6 contains mainly green and blue colors. Web safe color of #17A6B6 is #0099CC (or #09C).

RGB color model

#17A6B6 color RGB value is (23,166,182).

  • red value is 23;
  • green value is 166;
  • blue value is 182.
RGB:
(23,166,182)
(9%,65%,71%)

RGB channels and saturation

R 23 of 255 = 9%
G 166 of 255 = 65%
B 182 of 255 = 71%

23
166
182

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

Portions of RGB colors in percentages

R + G + B =
23 + 166 + 182 = 371 (100%)
R 23 of 371 ~ 6.2%
G 166 of 371 ~ 44.74%
B 182 of 371 ~ 49.06%

%44.74
%49.06

CMYK color model

#17A6B6 color CMYK value is (87,9,0,29).

  • cyan value is 87.36%
  • magenta value is 8.79%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(87,9,0,29)
C87M9Y0K29 
(87%,9%,0%,29%)
(0.87/0.09/0.00/0.29)	

CMYK percentages

%87.36
%8.79
%0
%28.63

Codes

Color #17A6B6 in popluar color models

17A6B6
RGB23166182
HSL186°77.56%40.20%
HSB/HSV186°87.36%71.37%
CMYK87.36%8.79%0.00%
28.63%

Color #17A6B6 in popluar number systems.

HEX17A6B6
Decimal23166182
Binary101111010011010110110
Octal27246266

Shades and tints

Shades of #17A6B6

#17A6B6
(23,166,182)
#1597A6
(21,151,166)
#138896
(19,136,150)
#117986
(17,121,134)
#0F6A76
(15,106,118)
#0D5B66
(13,91,102)
#0B4C56
(11,76,86)
#093D46
(9,61,70)
#072E36
(7,46,54)
#051F26
(5,31,38)
#031016
(3,16,22)
#000000
(0,0,0)

Tints of #17A6B6

#17A6B6
(23,166,182)
#2CAEBC
(44,174,188)
#41B6C2
(65,182,194)
#56BEC8
(86,190,200)
#6BC6CE
(107,198,206)
#80CED4
(128,206,212)
#95D6DA
(149,214,218)
#AADEE0
(170,222,224)
#BFE6E6
(191,230,230)
#D4EEEC
(212,238,236)
#E9F6F2
(233,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17A6B6 color. Also use rgb(23,166,182) instead hex code.

Text Font Color

.myTextColor { color: #17A6B6; }

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

This text font color is #17A6B6.


Background Color

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

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

This div background color is #17A6B6.


Border color

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

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

This div border color is #17A6B6.


Opacity

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

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

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

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

This text has shadow with #17A6B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17A6B6 on black background.


Color preview on white background

This text has color #17A6B6 on white background.



Black color preview on #17A6B6 background

This text has black color on #17A6B6 background.


White color preview on #17A6B6 background

This text has white color on #17A6B6 background.