COLOR #60B5A6

HEX: #60B5A6
RGB: (96,181,166)

Color info

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

RGB color model

#60B5A6 color RGB value is (96,181,166).

  • red value is 96;
  • green value is 181;
  • blue value is 166.
RGB:
(96,181,166)
(38%,71%,65%)

RGB channels and saturation

R 96 of 255 = 38%
G 181 of 255 = 71%
B 166 of 255 = 65%

96
181
166

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

Portions of RGB colors in percentages

R + G + B =
96 + 181 + 166 = 443 (100%)
R 96 of 443 ~ 21.67%
G 181 of 443 ~ 40.86%
B 166 of 443 ~ 37.47%

%21.67
%40.86
%37.47

CMYK color model

#60B5A6 color CMYK value is (47,0,8,29).

  • cyan value is 46.96%
  • magenta value is 0.00%
  • yellow value is 8.29%
  • key color value is 29.02%
CMYK:
(47,0,8,29)
C47M0Y8K29 
(47%,0%,8%,29%)
(0.47/0.00/0.08/0.29)	

CMYK percentages

%46.96
%0
%8.29
%29.02

Codes

Color #60B5A6 in popluar color models

60B5A6
RGB96181166
HSL169°36.48%54.31%
HSB/HSV169°46.96%70.98%
CMYK46.96%0.00%8.29%
29.02%

Color #60B5A6 in popluar number systems.

HEX60B5A6
Decimal96181166
Binary11000001011010110100110
Octal140265246

Shades and tints

Shades of #60B5A6

#60B5A6
(96,181,166)
#58A597
(88,165,151)
#509588
(80,149,136)
#488579
(72,133,121)
#40756A
(64,117,106)
#38655B
(56,101,91)
#30554C
(48,85,76)
#28453D
(40,69,61)
#20352E
(32,53,46)
#18251F
(24,37,31)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #60B5A6

#60B5A6
(96,181,166)
#6EBBAE
(110,187,174)
#7CC1B6
(124,193,182)
#8AC7BE
(138,199,190)
#98CDC6
(152,205,198)
#A6D3CE
(166,211,206)
#B4D9D6
(180,217,214)
#C2DFDE
(194,223,222)
#D0E5E6
(208,229,230)
#DEEBEE
(222,235,238)
#ECF1F6
(236,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60B5A6 color. Also use rgb(96,181,166) instead hex code.

Text Font Color

.myTextColor { color: #60B5A6; }

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

This text font color is #60B5A6.


Background Color

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

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

This div background color is #60B5A6.


Border color

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

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

This div border color is #60B5A6.


Opacity

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

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

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

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

This text has shadow with #60B5A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60B5A6 on black background.


Color preview on white background

This text has color #60B5A6 on white background.



Black color preview on #60B5A6 background

This text has black color on #60B5A6 background.


White color preview on #60B5A6 background

This text has white color on #60B5A6 background.