COLOR #60AC9E

HEX: #60AC9E
RGB: (96,172,158)

Color info

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

RGB color model

#60AC9E color RGB value is (96,172,158).

  • red value is 96;
  • green value is 172;
  • blue value is 158.
RGB:
(96,172,158)
(38%,67%,62%)

RGB channels and saturation

R 96 of 255 = 38%
G 172 of 255 = 67%
B 158 of 255 = 62%

96
172
158

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

Portions of RGB colors in percentages

R + G + B =
96 + 172 + 158 = 426 (100%)
R 96 of 426 ~ 22.54%
G 172 of 426 ~ 40.38%
B 158 of 426 ~ 37.09%

%22.54
%40.38
%37.09

CMYK color model

#60AC9E color CMYK value is (44,0,8,33).

  • cyan value is 44.19%
  • magenta value is 0.00%
  • yellow value is 8.14%
  • key color value is 32.55%
CMYK:
(44,0,8,33)
C44M0Y8K33 
(44%,0%,8%,33%)
(0.44/0.00/0.08/0.33)	

CMYK percentages

%44.19
%0
%8.14
%32.55

Codes

Color #60AC9E in popluar color models

60AC9E
RGB96172158
HSL169°31.40%52.55%
HSB/HSV169°44.19%67.45%
CMYK44.19%0.00%8.14%
32.55%

Color #60AC9E in popluar number systems.

HEX60AC9E
Decimal96172158
Binary11000001010110010011110
Octal140254236

Shades and tints

Shades of #60AC9E

#60AC9E
(96,172,158)
#589D90
(88,157,144)
#508E82
(80,142,130)
#487F74
(72,127,116)
#407066
(64,112,102)
#386158
(56,97,88)
#30524A
(48,82,74)
#28433C
(40,67,60)
#20342E
(32,52,46)
#182520
(24,37,32)
#101612
(16,22,18)
#000000
(0,0,0)

Tints of #60AC9E

#60AC9E
(96,172,158)
#6EB3A6
(110,179,166)
#7CBAAE
(124,186,174)
#8AC1B6
(138,193,182)
#98C8BE
(152,200,190)
#A6CFC6
(166,207,198)
#B4D6CE
(180,214,206)
#C2DDD6
(194,221,214)
#D0E4DE
(208,228,222)
#DEEBE6
(222,235,230)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60AC9E color. Also use rgb(96,172,158) instead hex code.

Text Font Color

.myTextColor { color: #60AC9E; }

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

This text font color is #60AC9E.


Background Color

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

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

This div background color is #60AC9E.


Border color

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

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

This div border color is #60AC9E.


Opacity

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

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

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

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

This text has shadow with #60AC9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60AC9E on black background.


Color preview on white background

This text has color #60AC9E on white background.



Black color preview on #60AC9E background

This text has black color on #60AC9E background.


White color preview on #60AC9E background

This text has white color on #60AC9E background.