COLOR #17D2D5

HEX: #17D2D5
RGB: (23,210,213)

Color info

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

RGB color model

#17D2D5 color RGB value is (23,210,213).

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

RGB channels and saturation

R 23 of 255 = 9%
G 210 of 255 = 82%
B 213 of 255 = 84%

23
210
213

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

Portions of RGB colors in percentages

R + G + B =
23 + 210 + 213 = 446 (100%)
R 23 of 446 ~ 5.16%
G 210 of 446 ~ 47.09%
B 213 of 446 ~ 47.76%

%47.09
%47.76

CMYK color model

#17D2D5 color CMYK value is (89,1,0,16).

  • cyan value is 89.20%
  • magenta value is 1.41%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(89,1,0,16)
C89M1Y0K16 
(89%,1%,0%,16%)
(0.89/0.01/0.00/0.16)	

CMYK percentages

%89.2
%1.41
%0
%16.47

Codes

Color #17D2D5 in popluar color models

17D2D5
RGB23210213
HSL181°80.51%46.27%
HSB/HSV181°89.20%83.53%
CMYK89.20%1.41%0.00%
16.47%

Color #17D2D5 in popluar number systems.

HEX17D2D5
Decimal23210213
Binary101111101001011010101
Octal27322325

Shades and tints

Shades of #17D2D5

#17D2D5
(23,210,213)
#15BFC2
(21,191,194)
#13ACAF
(19,172,175)
#11999C
(17,153,156)
#0F8689
(15,134,137)
#0D7376
(13,115,118)
#0B6063
(11,96,99)
#094D50
(9,77,80)
#073A3D
(7,58,61)
#05272A
(5,39,42)
#031417
(3,20,23)
#000000
(0,0,0)

Tints of #17D2D5

#17D2D5
(23,210,213)
#2CD6D8
(44,214,216)
#41DADB
(65,218,219)
#56DEDE
(86,222,222)
#6BE2E1
(107,226,225)
#80E6E4
(128,230,228)
#95EAE7
(149,234,231)
#AAEEEA
(170,238,234)
#BFF2ED
(191,242,237)
#D4F6F0
(212,246,240)
#E9FAF3
(233,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17D2D5; }

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

This text font color is #17D2D5.


Background Color

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

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

This div background color is #17D2D5.


Border color

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

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

This div border color is #17D2D5.


Opacity

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

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

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

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

This text has shadow with #17D2D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17D2D5 on black background.


Color preview on white background

This text has color #17D2D5 on white background.



Black color preview on #17D2D5 background

This text has black color on #17D2D5 background.


White color preview on #17D2D5 background

This text has white color on #17D2D5 background.