COLOR #60ACA6

HEX: #60ACA6 RGB: (96,172,166)

Color info

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

RGB color model

#60ACA6 color RGB value is (96,172,166).

RGB: (96,172,166) (38%, 67%, 65%)

RGB channels and saturation

R 96 of 255 = 38%
G 172 of 255 = 67%
B 166 of 255 = 65%

96
172
166

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

Portions of RGB colors in percentages

R + G + B = 96 + 172 + 166 = 434 (100%)
R 96 of 434 ~ 22.12%
G 172 of 434 ~ 39.63%
B 166 of 434 ~ 38.25'%

%22.12
%39.63
%38.25

CMYK color model

#60ACA6 color CMYK value is (44,0,3,33).

  • cyan value is 44.19%
  • magenta value is 0.00%
  • yellow value is 3.49%
  • key color value is 32.55%

CMYK: (44,0,3,33)
C44M0Y3K33 (44%, 0%, 3%, 33%)
(0.44 / 0.00 / 0.03 / 0.33)

CMYK percentages

%44.19
%0
%3.49
%32.55

Codes

Color #60ACA6 in popluar color models

60 AC A6
RGB 96 172 166
HSL 175° 31.40% 52.55%
HSB/HSV 175° 44.19% 67.45%
CMYK 44.19% 0.00% 3.49%
32.55%

Color #60ACA6 in popluar number systems.

HEX 60 AC A6
Decimal 96 172 166
Binary 1100000 10101100 10100110
Octal 140 254 246

Shades and tints

Shades of #60ACA6

#60ACA6
(96,172,166)
#589D97
(88,157,151)
#508E88
(80,142,136)
#487F79
(72,127,121)
#40706A
(64,112,106)
#38615B
(56,97,91)
#30524C
(48,82,76)
#28433D
(40,67,61)
#20342E
(32,52,46)
#18251F
(24,37,31)
#101610
(16,22,16)
#000000
(0,0,0)

Tints of #60ACA6

#60ACA6
(96,172,166)
#6EB3AE
(110,179,174)
#7CBAB6
(124,186,182)
#8AC1BE
(138,193,190)
#98C8C6
(152,200,198)
#A6CFCE
(166,207,206)
#B4D6D6
(180,214,214)
#C2DDDE
(194,221,222)
#D0E4E6
(208,228,230)
#DEEBEE
(222,235,238)
#ECF2F6
(236,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60ACA6; }

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

This text font color is #60ACA6.

Background Color

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

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

This div background color is #60ACA6.

Border color

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

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

This div border color is #60ACA6.

Opacity

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

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

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

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

This text has shadow with #60ACA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60ACA6.

Preview

Color preview on black background

This text has color #60ACA6 on black background.


Color preview on white background

This text has color #60ACA6 on white background.


Black color preview on #60ACA6 background

This text has black color on #60ACA6 background.


White color preview on #60ACA6 background

This text has white color on #60ACA6 background.


Related colors

Complementary color

Complementary color for #hex is #9F5359.


I love getcolorcode.com

Triadic colors

1 #A660AC and #ACA660 with #60ACA6 are triadic colors.

2 #A6AC60 and #AC60A6 with #60ACA6 are triadic colors.