COLOR #17BA8A

HEX: #17BA8A
RGB: (23,186,138)

Color info

#17BA8A contains mainly green and blue colors. Web safe color of #17BA8A is #00CC99 (or #0C9).

RGB color model

#17BA8A color RGB value is (23,186,138).

  • red value is 23;
  • green value is 186;
  • blue value is 138.
RGB:
(23,186,138)
(9%,73%,54%)

RGB channels and saturation

R 23 of 255 = 9%
G 186 of 255 = 73%
B 138 of 255 = 54%

23
186
138

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

Portions of RGB colors in percentages

R + G + B =
23 + 186 + 138 = 347 (100%)
R 23 of 347 ~ 6.63%
G 186 of 347 ~ 53.6%
B 138 of 347 ~ 39.77%

%53.6
%39.77

CMYK color model

#17BA8A color CMYK value is (88,0,26,27).

  • cyan value is 87.63%
  • magenta value is 0.00%
  • yellow value is 25.81%
  • key color value is 27.06%
CMYK:
(88,0,26,27)
C88M0Y26K27 
(88%,0%,26%,27%)
(0.88/0.00/0.26/0.27)	

CMYK percentages

%87.63
%0
%25.81
%27.06

Codes

Color #17BA8A in popluar color models

17BA8A
RGB23186138
HSL162°77.99%40.98%
HSB/HSV162°87.63%72.94%
CMYK87.63%0.00%25.81%
27.06%

Color #17BA8A in popluar number systems.

HEX17BA8A
Decimal23186138
Binary101111011101010001010
Octal27272212

Shades and tints

Shades of #17BA8A

#17BA8A
(23,186,138)
#15AA7E
(21,170,126)
#139A72
(19,154,114)
#118A66
(17,138,102)
#0F7A5A
(15,122,90)
#0D6A4E
(13,106,78)
#0B5A42
(11,90,66)
#094A36
(9,74,54)
#073A2A
(7,58,42)
#052A1E
(5,42,30)
#031A12
(3,26,18)
#000000
(0,0,0)

Tints of #17BA8A

#17BA8A
(23,186,138)
#2CC094
(44,192,148)
#41C69E
(65,198,158)
#56CCA8
(86,204,168)
#6BD2B2
(107,210,178)
#80D8BC
(128,216,188)
#95DEC6
(149,222,198)
#AAE4D0
(170,228,208)
#BFEADA
(191,234,218)
#D4F0E4
(212,240,228)
#E9F6EE
(233,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17BA8A color. Also use rgb(23,186,138) instead hex code.

Text Font Color

.myTextColor { color: #17BA8A; }

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

This text font color is #17BA8A.


Background Color

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

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

This div background color is #17BA8A.


Border color

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

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

This div border color is #17BA8A.


Opacity

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

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

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

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

This text has shadow with #17BA8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17BA8A on black background.


Color preview on white background

This text has color #17BA8A on white background.



Black color preview on #17BA8A background

This text has black color on #17BA8A background.


White color preview on #17BA8A background

This text has white color on #17BA8A background.