COLOR #17C2B5

HEX: #17C2B5
RGB: (23,194,181)

Color info

#17C2B5 contains mainly green and blue colors. Web safe color of #17C2B5 is #00CCCC (or #0CC).

RGB color model

#17C2B5 color RGB value is (23,194,181).

  • red value is 23;
  • green value is 194;
  • blue value is 181.
RGB:
(23,194,181)
(9%,76%,71%)

RGB channels and saturation

R 23 of 255 = 9%
G 194 of 255 = 76%
B 181 of 255 = 71%

23
194
181

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

Portions of RGB colors in percentages

R + G + B =
23 + 194 + 181 = 398 (100%)
R 23 of 398 ~ 5.78%
G 194 of 398 ~ 48.74%
B 181 of 398 ~ 45.48%

%48.74
%45.48

CMYK color model

#17C2B5 color CMYK value is (88,0,7,24).

  • cyan value is 88.14%
  • magenta value is 0.00%
  • yellow value is 6.70%
  • key color value is 23.92%
CMYK:
(88,0,7,24)
C88M0Y7K24 
(88%,0%,7%,24%)
(0.88/0.00/0.07/0.24)	

CMYK percentages

%88.14
%0
%6.7
%23.92

Codes

Color #17C2B5 in popluar color models

17C2B5
RGB23194181
HSL175°78.80%42.55%
HSB/HSV175°88.14%76.08%
CMYK88.14%0.00%6.70%
23.92%

Color #17C2B5 in popluar number systems.

HEX17C2B5
Decimal23194181
Binary101111100001010110101
Octal27302265

Shades and tints

Shades of #17C2B5

#17C2B5
(23,194,181)
#15B1A5
(21,177,165)
#13A095
(19,160,149)
#118F85
(17,143,133)
#0F7E75
(15,126,117)
#0D6D65
(13,109,101)
#0B5C55
(11,92,85)
#094B45
(9,75,69)
#073A35
(7,58,53)
#052925
(5,41,37)
#031815
(3,24,21)
#000000
(0,0,0)

Tints of #17C2B5

#17C2B5
(23,194,181)
#2CC7BB
(44,199,187)
#41CCC1
(65,204,193)
#56D1C7
(86,209,199)
#6BD6CD
(107,214,205)
#80DBD3
(128,219,211)
#95E0D9
(149,224,217)
#AAE5DF
(170,229,223)
#BFEAE5
(191,234,229)
#D4EFEB
(212,239,235)
#E9F4F1
(233,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17C2B5; }

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

This text font color is #17C2B5.


Background Color

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

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

This div background color is #17C2B5.


Border color

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

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

This div border color is #17C2B5.


Opacity

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

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

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

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

This text has shadow with #17C2B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17C2B5 on black background.


Color preview on white background

This text has color #17C2B5 on white background.



Black color preview on #17C2B5 background

This text has black color on #17C2B5 background.


White color preview on #17C2B5 background

This text has white color on #17C2B5 background.