COLOR #60C0AA

HEX: #60C0AA
RGB: (96,192,170)

Color info

#60C0AA contains mainly green and blue colors. Web safe color of #60C0AA is #66CC99 (or #6C9).

RGB color model

#60C0AA color RGB value is (96,192,170).

  • red value is 96;
  • green value is 192;
  • blue value is 170.
RGB:
(96,192,170)
(38%,75%,67%)

RGB channels and saturation

R 96 of 255 = 38%
G 192 of 255 = 75%
B 170 of 255 = 67%

96
192
170

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

Portions of RGB colors in percentages

R + G + B =
96 + 192 + 170 = 458 (100%)
R 96 of 458 ~ 20.96%
G 192 of 458 ~ 41.92%
B 170 of 458 ~ 37.12%

%20.96
%41.92
%37.12

CMYK color model

#60C0AA color CMYK value is (50,0,11,25).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 11.46%
  • key color value is 24.71%
CMYK:
(50,0,11,25)
C50M0Y11K25 
(50%,0%,11%,25%)
(0.50/0.00/0.11/0.25)	

CMYK percentages

%50
%0
%11.46
%24.71

Codes

Color #60C0AA in popluar color models

60C0AA
RGB96192170
HSL166°43.24%56.47%
HSB/HSV166°50.00%75.29%
CMYK50.00%0.00%11.46%
24.71%

Color #60C0AA in popluar number systems.

HEX60C0AA
Decimal96192170
Binary11000001100000010101010
Octal140300252

Shades and tints

Shades of #60C0AA

#60C0AA
(96,192,170)
#58AF9B
(88,175,155)
#509E8C
(80,158,140)
#488D7D
(72,141,125)
#407C6E
(64,124,110)
#386B5F
(56,107,95)
#305A50
(48,90,80)
#284941
(40,73,65)
#203832
(32,56,50)
#182723
(24,39,35)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #60C0AA

#60C0AA
(96,192,170)
#6EC5B1
(110,197,177)
#7CCAB8
(124,202,184)
#8ACFBF
(138,207,191)
#98D4C6
(152,212,198)
#A6D9CD
(166,217,205)
#B4DED4
(180,222,212)
#C2E3DB
(194,227,219)
#D0E8E2
(208,232,226)
#DEEDE9
(222,237,233)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60C0AA color. Also use rgb(96,192,170) instead hex code.

Text Font Color

.myTextColor { color: #60C0AA; }

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

This text font color is #60C0AA.


Background Color

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

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

This div background color is #60C0AA.


Border color

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

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

This div border color is #60C0AA.


Opacity

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

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

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

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

This text has shadow with #60C0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60C0AA on black background.


Color preview on white background

This text has color #60C0AA on white background.



Black color preview on #60C0AA background

This text has black color on #60C0AA background.


White color preview on #60C0AA background

This text has white color on #60C0AA background.