COLOR #17A4AF

HEX: #17A4AF
RGB: (23,164,175)

Color info

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

RGB color model

#17A4AF color RGB value is (23,164,175).

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

RGB channels and saturation

R 23 of 255 = 9%
G 164 of 255 = 64%
B 175 of 255 = 69%

23
164
175

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

Portions of RGB colors in percentages

R + G + B =
23 + 164 + 175 = 362 (100%)
R 23 of 362 ~ 6.35%
G 164 of 362 ~ 45.3%
B 175 of 362 ~ 48.34%

%45.3
%48.34

CMYK color model

#17A4AF color CMYK value is (87,6,0,31).

  • cyan value is 86.86%
  • magenta value is 6.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(87,6,0,31)
C87M6Y0K31 
(87%,6%,0%,31%)
(0.87/0.06/0.00/0.31)	

CMYK percentages

%86.86
%6.29
%0
%31.37

Codes

Color #17A4AF in popluar color models

17A4AF
RGB23164175
HSL184°76.77%38.82%
HSB/HSV184°86.86%68.63%
CMYK86.86%6.29%0.00%
31.37%

Color #17A4AF in popluar number systems.

HEX17A4AF
Decimal23164175
Binary101111010010010101111
Octal27244257

Shades and tints

Shades of #17A4AF

#17A4AF
(23,164,175)
#1596A0
(21,150,160)
#138891
(19,136,145)
#117A82
(17,122,130)
#0F6C73
(15,108,115)
#0D5E64
(13,94,100)
#0B5055
(11,80,85)
#094246
(9,66,70)
#073437
(7,52,55)
#052628
(5,38,40)
#031819
(3,24,25)
#000000
(0,0,0)

Tints of #17A4AF

#17A4AF
(23,164,175)
#2CACB6
(44,172,182)
#41B4BD
(65,180,189)
#56BCC4
(86,188,196)
#6BC4CB
(107,196,203)
#80CCD2
(128,204,210)
#95D4D9
(149,212,217)
#AADCE0
(170,220,224)
#BFE4E7
(191,228,231)
#D4ECEE
(212,236,238)
#E9F4F5
(233,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17A4AF; }

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

This text font color is #17A4AF.


Background Color

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

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

This div background color is #17A4AF.


Border color

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

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

This div border color is #17A4AF.


Opacity

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

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

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

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

This text has shadow with #17A4AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17A4AF on black background.


Color preview on white background

This text has color #17A4AF on white background.



Black color preview on #17A4AF background

This text has black color on #17A4AF background.


White color preview on #17A4AF background

This text has white color on #17A4AF background.