COLOR #60A588

HEX: #60A588
RGB: (96,165,136)

Color info

#60A588 contains mainly green and blue colors. Web safe color of #60A588 is #669999 (or #699).

RGB color model

#60A588 color RGB value is (96,165,136).

  • red value is 96;
  • green value is 165;
  • blue value is 136.
RGB:
(96,165,136)
(38%,65%,53%)

RGB channels and saturation

R 96 of 255 = 38%
G 165 of 255 = 65%
B 136 of 255 = 53%

96
165
136

R + G + B ~ 52%. #60A588 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 165 + 136 = 397 (100%)
R 96 of 397 ~ 24.18%
G 165 of 397 ~ 41.56%
B 136 of 397 ~ 34.26%

%24.18
%41.56
%34.26

CMYK color model

#60A588 color CMYK value is (42,0,18,35).

  • cyan value is 41.82%
  • magenta value is 0.00%
  • yellow value is 17.58%
  • key color value is 35.29%
CMYK:
(42,0,18,35)
C42M0Y18K35 
(42%,0%,18%,35%)
(0.42/0.00/0.18/0.35)	

CMYK percentages

%41.82
%0
%17.58
%35.29

Codes

Color #60A588 in popluar color models

60A588
RGB96165136
HSL155°27.71%51.18%
HSB/HSV155°41.82%64.71%
CMYK41.82%0.00%17.58%
35.29%

Color #60A588 in popluar number systems.

HEX60A588
Decimal96165136
Binary11000001010010110001000
Octal140245210

Shades and tints

Shades of #60A588

#60A588
(96,165,136)
#58967C
(88,150,124)
#508770
(80,135,112)
#487864
(72,120,100)
#406958
(64,105,88)
#385A4C
(56,90,76)
#304B40
(48,75,64)
#283C34
(40,60,52)
#202D28
(32,45,40)
#181E1C
(24,30,28)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #60A588

#60A588
(96,165,136)
#6EAD92
(110,173,146)
#7CB59C
(124,181,156)
#8ABDA6
(138,189,166)
#98C5B0
(152,197,176)
#A6CDBA
(166,205,186)
#B4D5C4
(180,213,196)
#C2DDCE
(194,221,206)
#D0E5D8
(208,229,216)
#DEEDE2
(222,237,226)
#ECF5EC
(236,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60A588 color. Also use rgb(96,165,136) instead hex code.

Text Font Color

.myTextColor { color: #60A588; }

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

This text font color is #60A588.


Background Color

.myBgColor { background-color: #60A588; }

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

This div background color is #60A588.


Border color

.myBorderColor { border: 1px solid #60A588; }

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

This div border color is #60A588.


Opacity

.myOpacity80 { color: #60A588; opacity: 0.8; }

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

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

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

This text has shadow with #60A588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60A588 on black background.


Color preview on white background

This text has color #60A588 on white background.



Black color preview on #60A588 background

This text has black color on #60A588 background.


White color preview on #60A588 background

This text has white color on #60A588 background.