COLOR #60CEA6

HEX: #60CEA6
RGB: (96,206,166)

Color info

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

RGB color model

#60CEA6 color RGB value is (96,206,166).

  • red value is 96;
  • green value is 206;
  • blue value is 166.
RGB:
(96,206,166)
(38%,81%,65%)

RGB channels and saturation

R 96 of 255 = 38%
G 206 of 255 = 81%
B 166 of 255 = 65%

96
206
166

R + G + B ~ 61%. #60CEA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
96 + 206 + 166 = 468 (100%)
R 96 of 468 ~ 20.51%
G 206 of 468 ~ 44.02%
B 166 of 468 ~ 35.47%

%20.51
%44.02
%35.47

CMYK color model

#60CEA6 color CMYK value is (53,0,19,19).

  • cyan value is 53.40%
  • magenta value is 0.00%
  • yellow value is 19.42%
  • key color value is 19.22%
CMYK:
(53,0,19,19)
C53M0Y19K19 
(53%,0%,19%,19%)
(0.53/0.00/0.19/0.19)	

CMYK percentages

%53.4
%0
%19.42
%19.22

Codes

Color #60CEA6 in popluar color models

60CEA6
RGB96206166
HSL158°52.88%59.22%
HSB/HSV158°53.40%80.78%
CMYK53.40%0.00%19.42%
19.22%

Color #60CEA6 in popluar number systems.

HEX60CEA6
Decimal96206166
Binary11000001100111010100110
Octal140316246

Shades and tints

Shades of #60CEA6

#60CEA6
(96,206,166)
#58BC97
(88,188,151)
#50AA88
(80,170,136)
#489879
(72,152,121)
#40866A
(64,134,106)
#38745B
(56,116,91)
#30624C
(48,98,76)
#28503D
(40,80,61)
#203E2E
(32,62,46)
#182C1F
(24,44,31)
#101A10
(16,26,16)
#000000
(0,0,0)

Tints of #60CEA6

#60CEA6
(96,206,166)
#6ED2AE
(110,210,174)
#7CD6B6
(124,214,182)
#8ADABE
(138,218,190)
#98DEC6
(152,222,198)
#A6E2CE
(166,226,206)
#B4E6D6
(180,230,214)
#C2EADE
(194,234,222)
#D0EEE6
(208,238,230)
#DEF2EE
(222,242,238)
#ECF6F6
(236,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60CEA6; }

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

This text font color is #60CEA6.


Background Color

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

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

This div background color is #60CEA6.


Border color

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

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

This div border color is #60CEA6.


Opacity

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

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

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

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

This text has shadow with #60CEA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60CEA6 on black background.


Color preview on white background

This text has color #60CEA6 on white background.



Black color preview on #60CEA6 background

This text has black color on #60CEA6 background.


White color preview on #60CEA6 background

This text has white color on #60CEA6 background.