COLOR #178889

HEX: #178889
RGB: (23,136,137)

Color info

#178889 contains mainly green and blue colors. Web safe color of #178889 is #009999 (or #099).

RGB color model

#178889 color RGB value is (23,136,137).

  • red value is 23;
  • green value is 136;
  • blue value is 137.
RGB:
(23,136,137)
(9%,53%,54%)

RGB channels and saturation

R 23 of 255 = 9%
G 136 of 255 = 53%
B 137 of 255 = 54%

23
136
137

R + G + B ~ 39%. #178889 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 136 + 137 = 296 (100%)
R 23 of 296 ~ 7.77%
G 136 of 296 ~ 45.95%
B 137 of 296 ~ 46.28%

%45.95
%46.28

CMYK color model

#178889 color CMYK value is (83,1,0,46).

  • cyan value is 83.21%
  • magenta value is 0.73%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(83,1,0,46)
C83M1Y0K46 
(83%,1%,0%,46%)
(0.83/0.01/0.00/0.46)	

CMYK percentages

%83.21
%0.73
%0
%46.27

Codes

Color #178889 in popluar color models

178889
RGB23136137
HSL181°71.25%31.37%
HSB/HSV181°83.21%53.73%
CMYK83.21%0.73%0.00%
46.27%

Color #178889 in popluar number systems.

HEX178889
Decimal23136137
Binary101111000100010001001
Octal27210211

Shades and tints

Shades of #178889

#178889
(23,136,137)
#157C7D
(21,124,125)
#137071
(19,112,113)
#116465
(17,100,101)
#0F5859
(15,88,89)
#0D4C4D
(13,76,77)
#0B4041
(11,64,65)
#093435
(9,52,53)
#072829
(7,40,41)
#051C1D
(5,28,29)
#031011
(3,16,17)
#000000
(0,0,0)

Tints of #178889

#178889
(23,136,137)
#2C9293
(44,146,147)
#419C9D
(65,156,157)
#56A6A7
(86,166,167)
#6BB0B1
(107,176,177)
#80BABB
(128,186,187)
#95C4C5
(149,196,197)
#AACECF
(170,206,207)
#BFD8D9
(191,216,217)
#D4E2E3
(212,226,227)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #178889 color. Also use rgb(23,136,137) instead hex code.

Text Font Color

.myTextColor { color: #178889; }

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

This text font color is #178889.


Background Color

.myBgColor { background-color: #178889; }

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

This div background color is #178889.


Border color

.myBorderColor { border: 1px solid #178889; }

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

This div border color is #178889.


Opacity

.myOpacity80 { color: #178889; opacity: 0.8; }

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

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

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

This text has shadow with #178889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #178889 on black background.


Color preview on white background

This text has color #178889 on white background.



Black color preview on #178889 background

This text has black color on #178889 background.


White color preview on #178889 background

This text has white color on #178889 background.