COLOR #60D2B7

HEX: #60D2B7
RGB: (96,210,183)

Color info

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

RGB color model

#60D2B7 color RGB value is (96,210,183).

  • red value is 96;
  • green value is 210;
  • blue value is 183.
RGB:
(96,210,183)
(38%,82%,72%)

RGB channels and saturation

R 96 of 255 = 38%
G 210 of 255 = 82%
B 183 of 255 = 72%

96
210
183

R + G + B ~ 64%. #60D2B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
96 + 210 + 183 = 489 (100%)
R 96 of 489 ~ 19.63%
G 210 of 489 ~ 42.94%
B 183 of 489 ~ 37.42%

%19.63
%42.94
%37.42

CMYK color model

#60D2B7 color CMYK value is (54,0,13,18).

  • cyan value is 54.29%
  • magenta value is 0.00%
  • yellow value is 12.86%
  • key color value is 17.65%
CMYK:
(54,0,13,18)
C54M0Y13K18 
(54%,0%,13%,18%)
(0.54/0.00/0.13/0.18)	

CMYK percentages

%54.29
%0
%12.86
%17.65

Codes

Color #60D2B7 in popluar color models

60D2B7
RGB96210183
HSL166°55.88%60.00%
HSB/HSV166°54.29%82.35%
CMYK54.29%0.00%12.86%
17.65%

Color #60D2B7 in popluar number systems.

HEX60D2B7
Decimal96210183
Binary11000001101001010110111
Octal140322267

Shades and tints

Shades of #60D2B7

#60D2B7
(96,210,183)
#58BFA7
(88,191,167)
#50AC97
(80,172,151)
#489987
(72,153,135)
#408677
(64,134,119)
#387367
(56,115,103)
#306057
(48,96,87)
#284D47
(40,77,71)
#203A37
(32,58,55)
#182727
(24,39,39)
#101417
(16,20,23)
#000000
(0,0,0)

Tints of #60D2B7

#60D2B7
(96,210,183)
#6ED6BD
(110,214,189)
#7CDAC3
(124,218,195)
#8ADEC9
(138,222,201)
#98E2CF
(152,226,207)
#A6E6D5
(166,230,213)
#B4EADB
(180,234,219)
#C2EEE1
(194,238,225)
#D0F2E7
(208,242,231)
#DEF6ED
(222,246,237)
#ECFAF3
(236,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60D2B7 color. Also use rgb(96,210,183) instead hex code.

Text Font Color

.myTextColor { color: #60D2B7; }

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

This text font color is #60D2B7.


Background Color

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

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

This div background color is #60D2B7.


Border color

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

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

This div border color is #60D2B7.


Opacity

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

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

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

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

This text has shadow with #60D2B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60D2B7 on black background.


Color preview on white background

This text has color #60D2B7 on white background.



Black color preview on #60D2B7 background

This text has black color on #60D2B7 background.


White color preview on #60D2B7 background

This text has white color on #60D2B7 background.