COLOR #17ABAF

HEX: #17ABAF
RGB: (23,171,175)

Color info

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

RGB color model

#17ABAF color RGB value is (23,171,175).

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

RGB channels and saturation

R 23 of 255 = 9%
G 171 of 255 = 67%
B 175 of 255 = 69%

23
171
175

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

Portions of RGB colors in percentages

R + G + B =
23 + 171 + 175 = 369 (100%)
R 23 of 369 ~ 6.23%
G 171 of 369 ~ 46.34%
B 175 of 369 ~ 47.43%

%46.34
%47.43

CMYK color model

#17ABAF color CMYK value is (87,2,0,31).

  • cyan value is 86.86%
  • magenta value is 2.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(87,2,0,31)
C87M2Y0K31 
(87%,2%,0%,31%)
(0.87/0.02/0.00/0.31)	

CMYK percentages

%86.86
%2.29
%0
%31.37

Codes

Color #17ABAF in popluar color models

17ABAF
RGB23171175
HSL182°76.77%38.82%
HSB/HSV182°86.86%68.63%
CMYK86.86%2.29%0.00%
31.37%

Color #17ABAF in popluar number systems.

HEX17ABAF
Decimal23171175
Binary101111010101110101111
Octal27253257

Shades and tints

Shades of #17ABAF

#17ABAF
(23,171,175)
#159CA0
(21,156,160)
#138D91
(19,141,145)
#117E82
(17,126,130)
#0F6F73
(15,111,115)
#0D6064
(13,96,100)
#0B5155
(11,81,85)
#094246
(9,66,70)
#073337
(7,51,55)
#052428
(5,36,40)
#031519
(3,21,25)
#000000
(0,0,0)

Tints of #17ABAF

#17ABAF
(23,171,175)
#2CB2B6
(44,178,182)
#41B9BD
(65,185,189)
#56C0C4
(86,192,196)
#6BC7CB
(107,199,203)
#80CED2
(128,206,210)
#95D5D9
(149,213,217)
#AADCE0
(170,220,224)
#BFE3E7
(191,227,231)
#D4EAEE
(212,234,238)
#E9F1F5
(233,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17ABAF; }

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

This text font color is #17ABAF.


Background Color

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

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

This div background color is #17ABAF.


Border color

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

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

This div border color is #17ABAF.


Opacity

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

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

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

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

This text has shadow with #17ABAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17ABAF on black background.


Color preview on white background

This text has color #17ABAF on white background.



Black color preview on #17ABAF background

This text has black color on #17ABAF background.


White color preview on #17ABAF background

This text has white color on #17ABAF background.