COLOR #17DEB6

HEX: #17DEB6
RGB: (23,222,182)

Color info

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

RGB color model

#17DEB6 color RGB value is (23,222,182).

  • red value is 23;
  • green value is 222;
  • blue value is 182.
RGB:
(23,222,182)
(9%,87%,71%)

RGB channels and saturation

R 23 of 255 = 9%
G 222 of 255 = 87%
B 182 of 255 = 71%

23
222
182

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

Portions of RGB colors in percentages

R + G + B =
23 + 222 + 182 = 427 (100%)
R 23 of 427 ~ 5.39%
G 222 of 427 ~ 51.99%
B 182 of 427 ~ 42.62%

%51.99
%42.62

CMYK color model

#17DEB6 color CMYK value is (90,0,18,13).

  • cyan value is 89.64%
  • magenta value is 0.00%
  • yellow value is 18.02%
  • key color value is 12.94%
CMYK:
(90,0,18,13)
C90M0Y18K13 
(90%,0%,18%,13%)
(0.90/0.00/0.18/0.13)	

CMYK percentages

%89.64
%0
%18.02
%12.94

Codes

Color #17DEB6 in popluar color models

17DEB6
RGB23222182
HSL168°81.22%48.04%
HSB/HSV168°89.64%87.06%
CMYK89.64%0.00%18.02%
12.94%

Color #17DEB6 in popluar number systems.

HEX17DEB6
Decimal23222182
Binary101111101111010110110
Octal27336266

Shades and tints

Shades of #17DEB6

#17DEB6
(23,222,182)
#15CAA6
(21,202,166)
#13B696
(19,182,150)
#11A286
(17,162,134)
#0F8E76
(15,142,118)
#0D7A66
(13,122,102)
#0B6656
(11,102,86)
#095246
(9,82,70)
#073E36
(7,62,54)
#052A26
(5,42,38)
#031616
(3,22,22)
#000000
(0,0,0)

Tints of #17DEB6

#17DEB6
(23,222,182)
#2CE1BC
(44,225,188)
#41E4C2
(65,228,194)
#56E7C8
(86,231,200)
#6BEACE
(107,234,206)
#80EDD4
(128,237,212)
#95F0DA
(149,240,218)
#AAF3E0
(170,243,224)
#BFF6E6
(191,246,230)
#D4F9EC
(212,249,236)
#E9FCF2
(233,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17DEB6 color. Also use rgb(23,222,182) instead hex code.

Text Font Color

.myTextColor { color: #17DEB6; }

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

This text font color is #17DEB6.


Background Color

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

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

This div background color is #17DEB6.


Border color

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

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

This div border color is #17DEB6.


Opacity

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

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

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

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

This text has shadow with #17DEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17DEB6 on black background.


Color preview on white background

This text has color #17DEB6 on white background.



Black color preview on #17DEB6 background

This text has black color on #17DEB6 background.


White color preview on #17DEB6 background

This text has white color on #17DEB6 background.