COLOR #60C5C0

HEX: #60C5C0
RGB: (96,197,192)

Color info

#60C5C0 contains mainly green and blue colors. Web safe color of #60C5C0 is #66CCCC (or #6CC).

RGB color model

#60C5C0 color RGB value is (96,197,192).

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

RGB channels and saturation

R 96 of 255 = 38%
G 197 of 255 = 77%
B 192 of 255 = 75%

96
197
192

R + G + B ~ 63%. #60C5C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
96 + 197 + 192 = 485 (100%)
R 96 of 485 ~ 19.79%
G 197 of 485 ~ 40.62%
B 192 of 485 ~ 39.59%

%19.79
%40.62
%39.59

CMYK color model

#60C5C0 color CMYK value is (51,0,3,23).

  • cyan value is 51.27%
  • magenta value is 0.00%
  • yellow value is 2.54%
  • key color value is 22.75%
CMYK:
(51,0,3,23)
C51M0Y3K23 
(51%,0%,3%,23%)
(0.51/0.00/0.03/0.23)	

CMYK percentages

%51.27
%0
%2.54
%22.75

Codes

Color #60C5C0 in popluar color models

60C5C0
RGB96197192
HSL177°46.54%57.45%
HSB/HSV177°51.27%77.25%
CMYK51.27%0.00%2.54%
22.75%

Color #60C5C0 in popluar number systems.

HEX60C5C0
Decimal96197192
Binary11000001100010111000000
Octal140305300

Shades and tints

Shades of #60C5C0

#60C5C0
(96,197,192)
#58B4AF
(88,180,175)
#50A39E
(80,163,158)
#48928D
(72,146,141)
#40817C
(64,129,124)
#38706B
(56,112,107)
#305F5A
(48,95,90)
#284E49
(40,78,73)
#203D38
(32,61,56)
#182C27
(24,44,39)
#101B16
(16,27,22)
#000000
(0,0,0)

Tints of #60C5C0

#60C5C0
(96,197,192)
#6ECAC5
(110,202,197)
#7CCFCA
(124,207,202)
#8AD4CF
(138,212,207)
#98D9D4
(152,217,212)
#A6DED9
(166,222,217)
#B4E3DE
(180,227,222)
#C2E8E3
(194,232,227)
#D0EDE8
(208,237,232)
#DEF2ED
(222,242,237)
#ECF7F2
(236,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60C5C0; }

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

This text font color is #60C5C0.


Background Color

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

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

This div background color is #60C5C0.


Border color

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

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

This div border color is #60C5C0.


Opacity

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

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

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

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

This text has shadow with #60C5C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60C5C0 on black background.


Color preview on white background

This text has color #60C5C0 on white background.



Black color preview on #60C5C0 background

This text has black color on #60C5C0 background.


White color preview on #60C5C0 background

This text has white color on #60C5C0 background.