COLOR #60BB97

HEX: #60BB97
RGB: (96,187,151)

Color info

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

RGB color model

#60BB97 color RGB value is (96,187,151).

  • red value is 96;
  • green value is 187;
  • blue value is 151.
RGB:
(96,187,151)
(38%,73%,59%)

RGB channels and saturation

R 96 of 255 = 38%
G 187 of 255 = 73%
B 151 of 255 = 59%

96
187
151

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

Portions of RGB colors in percentages

R + G + B =
96 + 187 + 151 = 434 (100%)
R 96 of 434 ~ 22.12%
G 187 of 434 ~ 43.09%
B 151 of 434 ~ 34.79%

%22.12
%43.09
%34.79

CMYK color model

#60BB97 color CMYK value is (49,0,19,27).

  • cyan value is 48.66%
  • magenta value is 0.00%
  • yellow value is 19.25%
  • key color value is 26.67%
CMYK:
(49,0,19,27)
C49M0Y19K27 
(49%,0%,19%,27%)
(0.49/0.00/0.19/0.27)	

CMYK percentages

%48.66
%0
%19.25
%26.67

Codes

Color #60BB97 in popluar color models

60BB97
RGB96187151
HSL156°40.09%55.49%
HSB/HSV156°48.66%73.33%
CMYK48.66%0.00%19.25%
26.67%

Color #60BB97 in popluar number systems.

HEX60BB97
Decimal96187151
Binary11000001011101110010111
Octal140273227

Shades and tints

Shades of #60BB97

#60BB97
(96,187,151)
#58AA8A
(88,170,138)
#50997D
(80,153,125)
#488870
(72,136,112)
#407763
(64,119,99)
#386656
(56,102,86)
#305549
(48,85,73)
#28443C
(40,68,60)
#20332F
(32,51,47)
#182222
(24,34,34)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #60BB97

#60BB97
(96,187,151)
#6EC1A0
(110,193,160)
#7CC7A9
(124,199,169)
#8ACDB2
(138,205,178)
#98D3BB
(152,211,187)
#A6D9C4
(166,217,196)
#B4DFCD
(180,223,205)
#C2E5D6
(194,229,214)
#D0EBDF
(208,235,223)
#DEF1E8
(222,241,232)
#ECF7F1
(236,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60BB97 color. Also use rgb(96,187,151) instead hex code.

Text Font Color

.myTextColor { color: #60BB97; }

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

This text font color is #60BB97.


Background Color

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

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

This div background color is #60BB97.


Border color

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

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

This div border color is #60BB97.


Opacity

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

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

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

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

This text has shadow with #60BB97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60BB97 on black background.


Color preview on white background

This text has color #60BB97 on white background.



Black color preview on #60BB97 background

This text has black color on #60BB97 background.


White color preview on #60BB97 background

This text has white color on #60BB97 background.