COLOR #17A2A2

HEX: #17A2A2
RGB: (23,162,162)

Color info

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

RGB color model

#17A2A2 color RGB value is (23,162,162).

  • red value is 23;
  • green value is 162;
  • blue value is 162.
RGB:
(23,162,162)
(9%,64%,64%)

RGB channels and saturation

R 23 of 255 = 9%
G 162 of 255 = 64%
B 162 of 255 = 64%

23
162
162

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

Portions of RGB colors in percentages

R + G + B =
23 + 162 + 162 = 347 (100%)
R 23 of 347 ~ 6.63%
G 162 of 347 ~ 46.69%
B 162 of 347 ~ 46.69%

%46.69
%46.69

CMYK color model

#17A2A2 color CMYK value is (86,0,0,36).

  • cyan value is 85.80%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(86,0,0,36)
C86M0Y0K36 
(86%,0%,0%,36%)
(0.86/0.00/0.00/0.36)	

CMYK percentages

%85.8
%0
%0
%36.47

Codes

Color #17A2A2 in popluar color models

17A2A2
RGB23162162
HSL180°75.14%36.27%
HSB/HSV180°85.80%63.53%
CMYK85.80%0.00%0.00%
36.47%

Color #17A2A2 in popluar number systems.

HEX17A2A2
Decimal23162162
Binary101111010001010100010
Octal27242242

Shades and tints

Shades of #17A2A2

#17A2A2
(23,162,162)
#159494
(21,148,148)
#138686
(19,134,134)
#117878
(17,120,120)
#0F6A6A
(15,106,106)
#0D5C5C
(13,92,92)
#0B4E4E
(11,78,78)
#094040
(9,64,64)
#073232
(7,50,50)
#052424
(5,36,36)
#031616
(3,22,22)
#000000
(0,0,0)

Tints of #17A2A2

#17A2A2
(23,162,162)
#2CAAAA
(44,170,170)
#41B2B2
(65,178,178)
#56BABA
(86,186,186)
#6BC2C2
(107,194,194)
#80CACA
(128,202,202)
#95D2D2
(149,210,210)
#AADADA
(170,218,218)
#BFE2E2
(191,226,226)
#D4EAEA
(212,234,234)
#E9F2F2
(233,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17A2A2; }

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

This text font color is #17A2A2.


Background Color

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

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

This div background color is #17A2A2.


Border color

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

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

This div border color is #17A2A2.


Opacity

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

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

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

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

This text has shadow with #17A2A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17A2A2 on black background.


Color preview on white background

This text has color #17A2A2 on white background.



Black color preview on #17A2A2 background

This text has black color on #17A2A2 background.


White color preview on #17A2A2 background

This text has white color on #17A2A2 background.