COLOR #17CAB8

HEX: #17CAB8
RGB: (23,202,184)

Color info

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

RGB color model

#17CAB8 color RGB value is (23,202,184).

  • red value is 23;
  • green value is 202;
  • blue value is 184.
RGB:
(23,202,184)
(9%,79%,72%)

RGB channels and saturation

R 23 of 255 = 9%
G 202 of 255 = 79%
B 184 of 255 = 72%

23
202
184

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

Portions of RGB colors in percentages

R + G + B =
23 + 202 + 184 = 409 (100%)
R 23 of 409 ~ 5.62%
G 202 of 409 ~ 49.39%
B 184 of 409 ~ 44.99%

%49.39
%44.99

CMYK color model

#17CAB8 color CMYK value is (89,0,9,21).

  • cyan value is 88.61%
  • magenta value is 0.00%
  • yellow value is 8.91%
  • key color value is 20.78%
CMYK:
(89,0,9,21)
C89M0Y9K21 
(89%,0%,9%,21%)
(0.89/0.00/0.09/0.21)	

CMYK percentages

%88.61
%0
%8.91
%20.78

Codes

Color #17CAB8 in popluar color models

17CAB8
RGB23202184
HSL174°79.56%44.12%
HSB/HSV174°88.61%79.22%
CMYK88.61%0.00%8.91%
20.78%

Color #17CAB8 in popluar number systems.

HEX17CAB8
Decimal23202184
Binary101111100101010111000
Octal27312270

Shades and tints

Shades of #17CAB8

#17CAB8
(23,202,184)
#15B8A8
(21,184,168)
#13A698
(19,166,152)
#119488
(17,148,136)
#0F8278
(15,130,120)
#0D7068
(13,112,104)
#0B5E58
(11,94,88)
#094C48
(9,76,72)
#073A38
(7,58,56)
#052828
(5,40,40)
#031618
(3,22,24)
#000000
(0,0,0)

Tints of #17CAB8

#17CAB8
(23,202,184)
#2CCEBE
(44,206,190)
#41D2C4
(65,210,196)
#56D6CA
(86,214,202)
#6BDAD0
(107,218,208)
#80DED6
(128,222,214)
#95E2DC
(149,226,220)
#AAE6E2
(170,230,226)
#BFEAE8
(191,234,232)
#D4EEEE
(212,238,238)
#E9F2F4
(233,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17CAB8 color. Also use rgb(23,202,184) instead hex code.

Text Font Color

.myTextColor { color: #17CAB8; }

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

This text font color is #17CAB8.


Background Color

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

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

This div background color is #17CAB8.


Border color

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

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

This div border color is #17CAB8.


Opacity

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

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

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

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

This text has shadow with #17CAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17CAB8 on black background.


Color preview on white background

This text has color #17CAB8 on white background.



Black color preview on #17CAB8 background

This text has black color on #17CAB8 background.


White color preview on #17CAB8 background

This text has white color on #17CAB8 background.