COLOR #60C5D9

HEX: #60C5D9
RGB: (96,197,217)

Color info

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

RGB color model

#60C5D9 color RGB value is (96,197,217).

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

RGB channels and saturation

R 96 of 255 = 38%
G 197 of 255 = 77%
B 217 of 255 = 85%

96
197
217

R + G + B ~ 67%. #60C5D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
96 + 197 + 217 = 510 (100%)
R 96 of 510 ~ 18.82%
G 197 of 510 ~ 38.63%
B 217 of 510 ~ 42.55%

%18.82
%38.63
%42.55

CMYK color model

#60C5D9 color CMYK value is (56,9,0,15).

  • cyan value is 55.76%
  • magenta value is 9.22%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(56,9,0,15)
C56M9Y0K15 
(56%,9%,0%,15%)
(0.56/0.09/0.00/0.15)	

CMYK percentages

%55.76
%9.22
%0
%14.9

Codes

Color #60C5D9 in popluar color models

60C5D9
RGB96197217
HSL190°61.42%61.37%
HSB/HSV190°55.76%85.10%
CMYK55.76%9.22%0.00%
14.90%

Color #60C5D9 in popluar number systems.

HEX60C5D9
Decimal96197217
Binary11000001100010111011001
Octal140305331

Shades and tints

Shades of #60C5D9

#60C5D9
(96,197,217)
#58B4C6
(88,180,198)
#50A3B3
(80,163,179)
#4892A0
(72,146,160)
#40818D
(64,129,141)
#38707A
(56,112,122)
#305F67
(48,95,103)
#284E54
(40,78,84)
#203D41
(32,61,65)
#182C2E
(24,44,46)
#101B1B
(16,27,27)
#000000
(0,0,0)

Tints of #60C5D9

#60C5D9
(96,197,217)
#6ECADC
(110,202,220)
#7CCFDF
(124,207,223)
#8AD4E2
(138,212,226)
#98D9E5
(152,217,229)
#A6DEE8
(166,222,232)
#B4E3EB
(180,227,235)
#C2E8EE
(194,232,238)
#D0EDF1
(208,237,241)
#DEF2F4
(222,242,244)
#ECF7F7
(236,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60C5D9; }

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

This text font color is #60C5D9.


Background Color

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

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

This div background color is #60C5D9.


Border color

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

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

This div border color is #60C5D9.


Opacity

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

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

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

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

This text has shadow with #60C5D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60C5D9 on black background.


Color preview on white background

This text has color #60C5D9 on white background.



Black color preview on #60C5D9 background

This text has black color on #60C5D9 background.


White color preview on #60C5D9 background

This text has white color on #60C5D9 background.