COLOR #60D8E1

HEX: #60D8E1
RGB: (96,216,225)

Color info

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

RGB color model

#60D8E1 color RGB value is (96,216,225).

  • red value is 96;
  • green value is 216;
  • blue value is 225.
RGB:
(96,216,225)
(38%,85%,88%)

RGB channels and saturation

R 96 of 255 = 38%
G 216 of 255 = 85%
B 225 of 255 = 88%

96
216
225

R + G + B ~ 70%. #60D8E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
96 + 216 + 225 = 537 (100%)
R 96 of 537 ~ 17.88%
G 216 of 537 ~ 40.22%
B 225 of 537 ~ 41.9%

%17.88
%40.22
%41.9

CMYK color model

#60D8E1 color CMYK value is (57,4,0,12).

  • cyan value is 57.33%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(57,4,0,12)
C57M4Y0K12 
(57%,4%,0%,12%)
(0.57/0.04/0.00/0.12)	

CMYK percentages

%57.33
%4
%0
%11.76

Codes

Color #60D8E1 in popluar color models

60D8E1
RGB96216225
HSL184°68.25%62.94%
HSB/HSV184°57.33%88.24%
CMYK57.33%4.00%0.00%
11.76%

Color #60D8E1 in popluar number systems.

HEX60D8E1
Decimal96216225
Binary11000001101100011100001
Octal140330341

Shades and tints

Shades of #60D8E1

#60D8E1
(96,216,225)
#58C5CD
(88,197,205)
#50B2B9
(80,178,185)
#489FA5
(72,159,165)
#408C91
(64,140,145)
#38797D
(56,121,125)
#306669
(48,102,105)
#285355
(40,83,85)
#204041
(32,64,65)
#182D2D
(24,45,45)
#101A19
(16,26,25)
#000000
(0,0,0)

Tints of #60D8E1

#60D8E1
(96,216,225)
#6EDBE3
(110,219,227)
#7CDEE5
(124,222,229)
#8AE1E7
(138,225,231)
#98E4E9
(152,228,233)
#A6E7EB
(166,231,235)
#B4EAED
(180,234,237)
#C2EDEF
(194,237,239)
#D0F0F1
(208,240,241)
#DEF3F3
(222,243,243)
#ECF6F5
(236,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60D8E1 color. Also use rgb(96,216,225) instead hex code.

Text Font Color

.myTextColor { color: #60D8E1; }

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

This text font color is #60D8E1.


Background Color

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

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

This div background color is #60D8E1.


Border color

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

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

This div border color is #60D8E1.


Opacity

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

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

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

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

This text has shadow with #60D8E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60D8E1 on black background.


Color preview on white background

This text has color #60D8E1 on white background.



Black color preview on #60D8E1 background

This text has black color on #60D8E1 background.


White color preview on #60D8E1 background

This text has white color on #60D8E1 background.