COLOR #60A499

HEX: #60A499
RGB: (96,164,153)

Color info

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

RGB color model

#60A499 color RGB value is (96,164,153).

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

RGB channels and saturation

R 96 of 255 = 38%
G 164 of 255 = 64%
B 153 of 255 = 60%

96
164
153

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

Portions of RGB colors in percentages

R + G + B =
96 + 164 + 153 = 413 (100%)
R 96 of 413 ~ 23.24%
G 164 of 413 ~ 39.71%
B 153 of 413 ~ 37.05%

%23.24
%39.71
%37.05

CMYK color model

#60A499 color CMYK value is (41,0,7,36).

  • cyan value is 41.46%
  • magenta value is 0.00%
  • yellow value is 6.71%
  • key color value is 35.69%
CMYK:
(41,0,7,36)
C41M0Y7K36 
(41%,0%,7%,36%)
(0.41/0.00/0.07/0.36)	

CMYK percentages

%41.46
%0
%6.71
%35.69

Codes

Color #60A499 in popluar color models

60A499
RGB96164153
HSL170°27.20%50.98%
HSB/HSV170°41.46%64.31%
CMYK41.46%0.00%6.71%
35.69%

Color #60A499 in popluar number systems.

HEX60A499
Decimal96164153
Binary11000001010010010011001
Octal140244231

Shades and tints

Shades of #60A499

#60A499
(96,164,153)
#58968C
(88,150,140)
#50887F
(80,136,127)
#487A72
(72,122,114)
#406C65
(64,108,101)
#385E58
(56,94,88)
#30504B
(48,80,75)
#28423E
(40,66,62)
#203431
(32,52,49)
#182624
(24,38,36)
#101817
(16,24,23)
#000000
(0,0,0)

Tints of #60A499

#60A499
(96,164,153)
#6EACA2
(110,172,162)
#7CB4AB
(124,180,171)
#8ABCB4
(138,188,180)
#98C4BD
(152,196,189)
#A6CCC6
(166,204,198)
#B4D4CF
(180,212,207)
#C2DCD8
(194,220,216)
#D0E4E1
(208,228,225)
#DEECEA
(222,236,234)
#ECF4F3
(236,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60A499; }

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

This text font color is #60A499.


Background Color

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

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

This div background color is #60A499.


Border color

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

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

This div border color is #60A499.


Opacity

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

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

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

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

This text has shadow with #60A499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60A499 on black background.


Color preview on white background

This text has color #60A499 on white background.



Black color preview on #60A499 background

This text has black color on #60A499 background.


White color preview on #60A499 background

This text has white color on #60A499 background.