COLOR #179595

HEX: #179595
RGB: (23,149,149)

Color info

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

RGB color model

#179595 color RGB value is (23,149,149).

  • red value is 23;
  • green value is 149;
  • blue value is 149.
RGB:
(23,149,149)
(9%,58%,58%)

RGB channels and saturation

R 23 of 255 = 9%
G 149 of 255 = 58%
B 149 of 255 = 58%

23
149
149

R + G + B ~ 42%. #179595 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
23 + 149 + 149 = 321 (100%)
R 23 of 321 ~ 7.17%
G 149 of 321 ~ 46.42%
B 149 of 321 ~ 46.42%

%46.42
%46.42

CMYK color model

#179595 color CMYK value is (85,0,0,42).

  • cyan value is 84.56%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(85,0,0,42)
C85M0Y0K42 
(85%,0%,0%,42%)
(0.85/0.00/0.00/0.42)	

CMYK percentages

%84.56
%0
%0
%41.57

Codes

Color #179595 in popluar color models

179595
RGB23149149
HSL180°73.26%33.73%
HSB/HSV180°84.56%58.43%
CMYK84.56%0.00%0.00%
41.57%

Color #179595 in popluar number systems.

HEX179595
Decimal23149149
Binary101111001010110010101
Octal27225225

Shades and tints

Shades of #179595

#179595
(23,149,149)
#158888
(21,136,136)
#137B7B
(19,123,123)
#116E6E
(17,110,110)
#0F6161
(15,97,97)
#0D5454
(13,84,84)
#0B4747
(11,71,71)
#093A3A
(9,58,58)
#072D2D
(7,45,45)
#052020
(5,32,32)
#031313
(3,19,19)
#000000
(0,0,0)

Tints of #179595

#179595
(23,149,149)
#2C9E9E
(44,158,158)
#41A7A7
(65,167,167)
#56B0B0
(86,176,176)
#6BB9B9
(107,185,185)
#80C2C2
(128,194,194)
#95CBCB
(149,203,203)
#AAD4D4
(170,212,212)
#BFDDDD
(191,221,221)
#D4E6E6
(212,230,230)
#E9EFEF
(233,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #179595; }

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

This text font color is #179595.


Background Color

.myBgColor { background-color: #179595; }

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

This div background color is #179595.


Border color

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

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

This div border color is #179595.


Opacity

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

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

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

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

This text has shadow with #179595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #179595 on black background.


Color preview on white background

This text has color #179595 on white background.



Black color preview on #179595 background

This text has black color on #179595 background.


White color preview on #179595 background

This text has white color on #179595 background.