COLOR #60B998

HEX: #60B998
RGB: (96,185,152)

Color info

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

RGB color model

#60B998 color RGB value is (96,185,152).

  • red value is 96;
  • green value is 185;
  • blue value is 152.
RGB:
(96,185,152)
(38%,73%,60%)

RGB channels and saturation

R 96 of 255 = 38%
G 185 of 255 = 73%
B 152 of 255 = 60%

96
185
152

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

Portions of RGB colors in percentages

R + G + B =
96 + 185 + 152 = 433 (100%)
R 96 of 433 ~ 22.17%
G 185 of 433 ~ 42.73%
B 152 of 433 ~ 35.1%

%22.17
%42.73
%35.1

CMYK color model

#60B998 color CMYK value is (48,0,18,27).

  • cyan value is 48.11%
  • magenta value is 0.00%
  • yellow value is 17.84%
  • key color value is 27.45%
CMYK:
(48,0,18,27)
C48M0Y18K27 
(48%,0%,18%,27%)
(0.48/0.00/0.18/0.27)	

CMYK percentages

%48.11
%0
%17.84
%27.45

Codes

Color #60B998 in popluar color models

60B998
RGB96185152
HSL158°38.86%55.10%
HSB/HSV158°48.11%72.55%
CMYK48.11%0.00%17.84%
27.45%

Color #60B998 in popluar number systems.

HEX60B998
Decimal96185152
Binary11000001011100110011000
Octal140271230

Shades and tints

Shades of #60B998

#60B998
(96,185,152)
#58A98B
(88,169,139)
#50997E
(80,153,126)
#488971
(72,137,113)
#407964
(64,121,100)
#386957
(56,105,87)
#30594A
(48,89,74)
#28493D
(40,73,61)
#203930
(32,57,48)
#182923
(24,41,35)
#101916
(16,25,22)
#000000
(0,0,0)

Tints of #60B998

#60B998
(96,185,152)
#6EBFA1
(110,191,161)
#7CC5AA
(124,197,170)
#8ACBB3
(138,203,179)
#98D1BC
(152,209,188)
#A6D7C5
(166,215,197)
#B4DDCE
(180,221,206)
#C2E3D7
(194,227,215)
#D0E9E0
(208,233,224)
#DEEFE9
(222,239,233)
#ECF5F2
(236,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60B998 color. Also use rgb(96,185,152) instead hex code.

Text Font Color

.myTextColor { color: #60B998; }

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

This text font color is #60B998.


Background Color

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

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

This div background color is #60B998.


Border color

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

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

This div border color is #60B998.


Opacity

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

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

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

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

This text has shadow with #60B998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60B998 on black background.


Color preview on white background

This text has color #60B998 on white background.



Black color preview on #60B998 background

This text has black color on #60B998 background.


White color preview on #60B998 background

This text has white color on #60B998 background.