COLOR #60A486

HEX: #60A486
RGB: (96,164,134)

Color info

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

RGB color model

#60A486 color RGB value is (96,164,134).

  • red value is 96;
  • green value is 164;
  • blue value is 134.
RGB:
(96,164,134)
(38%,64%,53%)

RGB channels and saturation

R 96 of 255 = 38%
G 164 of 255 = 64%
B 134 of 255 = 53%

96
164
134

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

Portions of RGB colors in percentages

R + G + B =
96 + 164 + 134 = 394 (100%)
R 96 of 394 ~ 24.37%
G 164 of 394 ~ 41.62%
B 134 of 394 ~ 34.01%

%24.37
%41.62
%34.01

CMYK color model

#60A486 color CMYK value is (41,0,18,36).

  • cyan value is 41.46%
  • magenta value is 0.00%
  • yellow value is 18.29%
  • key color value is 35.69%
CMYK:
(41,0,18,36)
C41M0Y18K36 
(41%,0%,18%,36%)
(0.41/0.00/0.18/0.36)	

CMYK percentages

%41.46
%0
%18.29
%35.69

Codes

Color #60A486 in popluar color models

60A486
RGB96164134
HSL154°27.20%50.98%
HSB/HSV154°41.46%64.31%
CMYK41.46%0.00%18.29%
35.69%

Color #60A486 in popluar number systems.

HEX60A486
Decimal96164134
Binary11000001010010010000110
Octal140244206

Shades and tints

Shades of #60A486

#60A486
(96,164,134)
#58967A
(88,150,122)
#50886E
(80,136,110)
#487A62
(72,122,98)
#406C56
(64,108,86)
#385E4A
(56,94,74)
#30503E
(48,80,62)
#284232
(40,66,50)
#203426
(32,52,38)
#18261A
(24,38,26)
#10180E
(16,24,14)
#000000
(0,0,0)

Tints of #60A486

#60A486
(96,164,134)
#6EAC91
(110,172,145)
#7CB49C
(124,180,156)
#8ABCA7
(138,188,167)
#98C4B2
(152,196,178)
#A6CCBD
(166,204,189)
#B4D4C8
(180,212,200)
#C2DCD3
(194,220,211)
#D0E4DE
(208,228,222)
#DEECE9
(222,236,233)
#ECF4F4
(236,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60A486 color. Also use rgb(96,164,134) instead hex code.

Text Font Color

.myTextColor { color: #60A486; }

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

This text font color is #60A486.


Background Color

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

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

This div background color is #60A486.


Border color

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

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

This div border color is #60A486.


Opacity

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

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

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

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

This text has shadow with #60A486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60A486 on black background.


Color preview on white background

This text has color #60A486 on white background.



Black color preview on #60A486 background

This text has black color on #60A486 background.


White color preview on #60A486 background

This text has white color on #60A486 background.