COLOR #60B99A

HEX: #60B99A
RGB: (96,185,154)

Color info

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

RGB color model

#60B99A color RGB value is (96,185,154).

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

RGB channels and saturation

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

96
185
154

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

Portions of RGB colors in percentages

R + G + B =
96 + 185 + 154 = 435 (100%)
R 96 of 435 ~ 22.07%
G 185 of 435 ~ 42.53%
B 154 of 435 ~ 35.4%

%22.07
%42.53
%35.4

CMYK color model

#60B99A color CMYK value is (48,0,17,27).

  • cyan value is 48.11%
  • magenta value is 0.00%
  • yellow value is 16.76%
  • key color value is 27.45%
CMYK:
(48,0,17,27)
C48M0Y17K27 
(48%,0%,17%,27%)
(0.48/0.00/0.17/0.27)	

CMYK percentages

%48.11
%0
%16.76
%27.45

Codes

Color #60B99A in popluar color models

60B99A
RGB96185154
HSL159°38.86%55.10%
HSB/HSV159°48.11%72.55%
CMYK48.11%0.00%16.76%
27.45%

Color #60B99A in popluar number systems.

HEX60B99A
Decimal96185154
Binary11000001011100110011010
Octal140271232

Shades and tints

Shades of #60B99A

#60B99A
(96,185,154)
#58A98C
(88,169,140)
#50997E
(80,153,126)
#488970
(72,137,112)
#407962
(64,121,98)
#386954
(56,105,84)
#305946
(48,89,70)
#284938
(40,73,56)
#20392A
(32,57,42)
#18291C
(24,41,28)
#10190E
(16,25,14)
#000000
(0,0,0)

Tints of #60B99A

#60B99A
(96,185,154)
#6EBFA3
(110,191,163)
#7CC5AC
(124,197,172)
#8ACBB5
(138,203,181)
#98D1BE
(152,209,190)
#A6D7C7
(166,215,199)
#B4DDD0
(180,221,208)
#C2E3D9
(194,227,217)
#D0E9E2
(208,233,226)
#DEEFEB
(222,239,235)
#ECF5F4
(236,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60B99A; }

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

This text font color is #60B99A.


Background Color

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

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

This div background color is #60B99A.


Border color

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

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

This div border color is #60B99A.


Opacity

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

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

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

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

This text has shadow with #60B99A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60B99A on black background.


Color preview on white background

This text has color #60B99A on white background.



Black color preview on #60B99A background

This text has black color on #60B99A background.


White color preview on #60B99A background

This text has white color on #60B99A background.