COLOR #60CE9E

HEX: #60CE9E
RGB: (96,206,158)

Color info

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

RGB color model

#60CE9E color RGB value is (96,206,158).

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

RGB channels and saturation

R 96 of 255 = 38%
G 206 of 255 = 81%
B 158 of 255 = 62%

96
206
158

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

Portions of RGB colors in percentages

R + G + B =
96 + 206 + 158 = 460 (100%)
R 96 of 460 ~ 20.87%
G 206 of 460 ~ 44.78%
B 158 of 460 ~ 34.35%

%20.87
%44.78
%34.35

CMYK color model

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

  • cyan value is 53.40%
  • magenta value is 0.00%
  • yellow value is 23.30%
  • key color value is 19.22%
CMYK:
(53,0,23,19)
C53M0Y23K19 
(53%,0%,23%,19%)
(0.53/0.00/0.23/0.19)	

CMYK percentages

%53.4
%0
%23.3
%19.22

Codes

Color #60CE9E in popluar color models

60CE9E
RGB96206158
HSL154°52.88%59.22%
HSB/HSV154°53.40%80.78%
CMYK53.40%0.00%23.30%
19.22%

Color #60CE9E in popluar number systems.

HEX60CE9E
Decimal96206158
Binary11000001100111010011110
Octal140316236

Shades and tints

Shades of #60CE9E

#60CE9E
(96,206,158)
#58BC90
(88,188,144)
#50AA82
(80,170,130)
#489874
(72,152,116)
#408666
(64,134,102)
#387458
(56,116,88)
#30624A
(48,98,74)
#28503C
(40,80,60)
#203E2E
(32,62,46)
#182C20
(24,44,32)
#101A12
(16,26,18)
#000000
(0,0,0)

Tints of #60CE9E

#60CE9E
(96,206,158)
#6ED2A6
(110,210,166)
#7CD6AE
(124,214,174)
#8ADAB6
(138,218,182)
#98DEBE
(152,222,190)
#A6E2C6
(166,226,198)
#B4E6CE
(180,230,206)
#C2EAD6
(194,234,214)
#D0EEDE
(208,238,222)
#DEF2E6
(222,242,230)
#ECF6EE
(236,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60CE9E; }

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

This text font color is #60CE9E.


Background Color

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

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

This div background color is #60CE9E.


Border color

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

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

This div border color is #60CE9E.


Opacity

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

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

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

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

This text has shadow with #60CE9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60CE9E on black background.


Color preview on white background

This text has color #60CE9E on white background.



Black color preview on #60CE9E background

This text has black color on #60CE9E background.


White color preview on #60CE9E background

This text has white color on #60CE9E background.