COLOR #17C8D5

HEX: #17C8D5
RGB: (23,200,213)

Color info

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

RGB color model

#17C8D5 color RGB value is (23,200,213).

  • red value is 23;
  • green value is 200;
  • blue value is 213.
RGB:
(23,200,213)
(9%,78%,84%)

RGB channels and saturation

R 23 of 255 = 9%
G 200 of 255 = 78%
B 213 of 255 = 84%

23
200
213

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

Portions of RGB colors in percentages

R + G + B =
23 + 200 + 213 = 436 (100%)
R 23 of 436 ~ 5.28%
G 200 of 436 ~ 45.87%
B 213 of 436 ~ 48.85%

%45.87
%48.85

CMYK color model

#17C8D5 color CMYK value is (89,6,0,16).

  • cyan value is 89.20%
  • magenta value is 6.10%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(89,6,0,16)
C89M6Y0K16 
(89%,6%,0%,16%)
(0.89/0.06/0.00/0.16)	

CMYK percentages

%89.2
%6.1
%0
%16.47

Codes

Color #17C8D5 in popluar color models

17C8D5
RGB23200213
HSL184°80.51%46.27%
HSB/HSV184°89.20%83.53%
CMYK89.20%6.10%0.00%
16.47%

Color #17C8D5 in popluar number systems.

HEX17C8D5
Decimal23200213
Binary101111100100011010101
Octal27310325

Shades and tints

Shades of #17C8D5

#17C8D5
(23,200,213)
#15B6C2
(21,182,194)
#13A4AF
(19,164,175)
#11929C
(17,146,156)
#0F8089
(15,128,137)
#0D6E76
(13,110,118)
#0B5C63
(11,92,99)
#094A50
(9,74,80)
#07383D
(7,56,61)
#05262A
(5,38,42)
#031417
(3,20,23)
#000000
(0,0,0)

Tints of #17C8D5

#17C8D5
(23,200,213)
#2CCDD8
(44,205,216)
#41D2DB
(65,210,219)
#56D7DE
(86,215,222)
#6BDCE1
(107,220,225)
#80E1E4
(128,225,228)
#95E6E7
(149,230,231)
#AAEBEA
(170,235,234)
#BFF0ED
(191,240,237)
#D4F5F0
(212,245,240)
#E9FAF3
(233,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17C8D5; }

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

This text font color is #17C8D5.


Background Color

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

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

This div background color is #17C8D5.


Border color

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

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

This div border color is #17C8D5.


Opacity

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

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

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

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

This text has shadow with #17C8D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17C8D5 on black background.


Color preview on white background

This text has color #17C8D5 on white background.



Black color preview on #17C8D5 background

This text has black color on #17C8D5 background.


White color preview on #17C8D5 background

This text has white color on #17C8D5 background.