COLOR #17B0AF

HEX: #17B0AF
RGB: (23,176,175)

Color info

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

RGB color model

#17B0AF color RGB value is (23,176,175).

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

RGB channels and saturation

R 23 of 255 = 9%
G 176 of 255 = 69%
B 175 of 255 = 69%

23
176
175

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

Portions of RGB colors in percentages

R + G + B =
23 + 176 + 175 = 374 (100%)
R 23 of 374 ~ 6.15%
G 176 of 374 ~ 47.06%
B 175 of 374 ~ 46.79%

%47.06
%46.79

CMYK color model

#17B0AF color CMYK value is (87,0,1,31).

  • cyan value is 86.93%
  • magenta value is 0.00%
  • yellow value is 0.57%
  • key color value is 30.98%
CMYK:
(87,0,1,31)
C87M0Y1K31 
(87%,0%,1%,31%)
(0.87/0.00/0.01/0.31)	

CMYK percentages

%86.93
%0
%0.57
%30.98

Codes

Color #17B0AF in popluar color models

17B0AF
RGB23176175
HSL180°76.88%39.02%
HSB/HSV180°86.93%69.02%
CMYK86.93%0.00%0.57%
30.98%

Color #17B0AF in popluar number systems.

HEX17B0AF
Decimal23176175
Binary101111011000010101111
Octal27260257

Shades and tints

Shades of #17B0AF

#17B0AF
(23,176,175)
#15A0A0
(21,160,160)
#139091
(19,144,145)
#118082
(17,128,130)
#0F7073
(15,112,115)
#0D6064
(13,96,100)
#0B5055
(11,80,85)
#094046
(9,64,70)
#073037
(7,48,55)
#052028
(5,32,40)
#031019
(3,16,25)
#000000
(0,0,0)

Tints of #17B0AF

#17B0AF
(23,176,175)
#2CB7B6
(44,183,182)
#41BEBD
(65,190,189)
#56C5C4
(86,197,196)
#6BCCCB
(107,204,203)
#80D3D2
(128,211,210)
#95DAD9
(149,218,217)
#AAE1E0
(170,225,224)
#BFE8E7
(191,232,231)
#D4EFEE
(212,239,238)
#E9F6F5
(233,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17B0AF; }

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

This text font color is #17B0AF.


Background Color

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

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

This div background color is #17B0AF.


Border color

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

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

This div border color is #17B0AF.


Opacity

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

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

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

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

This text has shadow with #17B0AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17B0AF on black background.


Color preview on white background

This text has color #17B0AF on white background.



Black color preview on #17B0AF background

This text has black color on #17B0AF background.


White color preview on #17B0AF background

This text has white color on #17B0AF background.