COLOR #177A68

HEX: #177A68
RGB: (23,122,104)

Color info

#177A68 contains mainly green and blue colors. Web safe color of #177A68 is #006666 (or #066).

RGB color model

#177A68 color RGB value is (23,122,104).

  • red value is 23;
  • green value is 122;
  • blue value is 104.
RGB:
(23,122,104)
(9%,48%,41%)

RGB channels and saturation

R 23 of 255 = 9%
G 122 of 255 = 48%
B 104 of 255 = 41%

23
122
104

R + G + B ~ 33%. #177A68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 122 + 104 = 249 (100%)
R 23 of 249 ~ 9.24%
G 122 of 249 ~ 49%
B 104 of 249 ~ 41.77%

%49
%41.77

CMYK color model

#177A68 color CMYK value is (81,0,15,52).

  • cyan value is 81.15%
  • magenta value is 0.00%
  • yellow value is 14.75%
  • key color value is 52.16%
CMYK:
(81,0,15,52)
C81M0Y15K52 
(81%,0%,15%,52%)
(0.81/0.00/0.15/0.52)	

CMYK percentages

%81.15
%0
%14.75
%52.16

Codes

Color #177A68 in popluar color models

177A68
RGB23122104
HSL169°68.28%28.43%
HSB/HSV169°81.15%47.84%
CMYK81.15%0.00%14.75%
52.16%

Color #177A68 in popluar number systems.

HEX177A68
Decimal23122104
Binary1011111110101101000
Octal27172150

Shades and tints

Shades of #177A68

#177A68
(23,122,104)
#156F5F
(21,111,95)
#136456
(19,100,86)
#11594D
(17,89,77)
#0F4E44
(15,78,68)
#0D433B
(13,67,59)
#0B3832
(11,56,50)
#092D29
(9,45,41)
#072220
(7,34,32)
#051717
(5,23,23)
#030C0E
(3,12,14)
#000000
(0,0,0)

Tints of #177A68

#177A68
(23,122,104)
#2C8675
(44,134,117)
#419282
(65,146,130)
#569E8F
(86,158,143)
#6BAA9C
(107,170,156)
#80B6A9
(128,182,169)
#95C2B6
(149,194,182)
#AACEC3
(170,206,195)
#BFDAD0
(191,218,208)
#D4E6DD
(212,230,221)
#E9F2EA
(233,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #177A68 color. Also use rgb(23,122,104) instead hex code.

Text Font Color

.myTextColor { color: #177A68; }

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

This text font color is #177A68.


Background Color

.myBgColor { background-color: #177A68; }

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

This div background color is #177A68.


Border color

.myBorderColor { border: 1px solid #177A68; }

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

This div border color is #177A68.


Opacity

.myOpacity80 { color: #177A68; opacity: 0.8; }

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

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

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

This text has shadow with #177A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #177A68 on black background.


Color preview on white background

This text has color #177A68 on white background.



Black color preview on #177A68 background

This text has black color on #177A68 background.


White color preview on #177A68 background

This text has white color on #177A68 background.