COLOR #60CD9D

HEX: #60CD9D
RGB: (96,205,157)

Color info

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

RGB color model

#60CD9D color RGB value is (96,205,157).

  • red value is 96;
  • green value is 205;
  • blue value is 157.
RGB:
(96,205,157)
(38%,80%,62%)

RGB channels and saturation

R 96 of 255 = 38%
G 205 of 255 = 80%
B 157 of 255 = 62%

96
205
157

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

Portions of RGB colors in percentages

R + G + B =
96 + 205 + 157 = 458 (100%)
R 96 of 458 ~ 20.96%
G 205 of 458 ~ 44.76%
B 157 of 458 ~ 34.28%

%20.96
%44.76
%34.28

CMYK color model

#60CD9D color CMYK value is (53,0,23,20).

  • cyan value is 53.17%
  • magenta value is 0.00%
  • yellow value is 23.41%
  • key color value is 19.61%
CMYK:
(53,0,23,20)
C53M0Y23K20 
(53%,0%,23%,20%)
(0.53/0.00/0.23/0.20)	

CMYK percentages

%53.17
%0
%23.41
%19.61

Codes

Color #60CD9D in popluar color models

60CD9D
RGB96205157
HSL154°52.15%59.02%
HSB/HSV154°53.17%80.39%
CMYK53.17%0.00%23.41%
19.61%

Color #60CD9D in popluar number systems.

HEX60CD9D
Decimal96205157
Binary11000001100110110011101
Octal140315235

Shades and tints

Shades of #60CD9D

#60CD9D
(96,205,157)
#58BB8F
(88,187,143)
#50A981
(80,169,129)
#489773
(72,151,115)
#408565
(64,133,101)
#387357
(56,115,87)
#306149
(48,97,73)
#284F3B
(40,79,59)
#203D2D
(32,61,45)
#182B1F
(24,43,31)
#101911
(16,25,17)
#000000
(0,0,0)

Tints of #60CD9D

#60CD9D
(96,205,157)
#6ED1A5
(110,209,165)
#7CD5AD
(124,213,173)
#8AD9B5
(138,217,181)
#98DDBD
(152,221,189)
#A6E1C5
(166,225,197)
#B4E5CD
(180,229,205)
#C2E9D5
(194,233,213)
#D0EDDD
(208,237,221)
#DEF1E5
(222,241,229)
#ECF5ED
(236,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60CD9D color. Also use rgb(96,205,157) instead hex code.

Text Font Color

.myTextColor { color: #60CD9D; }

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

This text font color is #60CD9D.


Background Color

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

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

This div background color is #60CD9D.


Border color

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

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

This div border color is #60CD9D.


Opacity

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

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

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

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

This text has shadow with #60CD9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60CD9D on black background.


Color preview on white background

This text has color #60CD9D on white background.



Black color preview on #60CD9D background

This text has black color on #60CD9D background.


White color preview on #60CD9D background

This text has white color on #60CD9D background.