COLOR #60BC8E

HEX: #60BC8E
RGB: (96,188,142)

Color info

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

RGB color model

#60BC8E color RGB value is (96,188,142).

  • red value is 96;
  • green value is 188;
  • blue value is 142.
RGB:
(96,188,142)
(38%,74%,56%)

RGB channels and saturation

R 96 of 255 = 38%
G 188 of 255 = 74%
B 142 of 255 = 56%

96
188
142

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

Portions of RGB colors in percentages

R + G + B =
96 + 188 + 142 = 426 (100%)
R 96 of 426 ~ 22.54%
G 188 of 426 ~ 44.13%
B 142 of 426 ~ 33.33%

%22.54
%44.13
%33.33

CMYK color model

#60BC8E color CMYK value is (49,0,24,26).

  • cyan value is 48.94%
  • magenta value is 0.00%
  • yellow value is 24.47%
  • key color value is 26.27%
CMYK:
(49,0,24,26)
C49M0Y24K26 
(49%,0%,24%,26%)
(0.49/0.00/0.24/0.26)	

CMYK percentages

%48.94
%0
%24.47
%26.27

Codes

Color #60BC8E in popluar color models

60BC8E
RGB96188142
HSL150°40.71%55.69%
HSB/HSV150°48.94%73.73%
CMYK48.94%0.00%24.47%
26.27%

Color #60BC8E in popluar number systems.

HEX60BC8E
Decimal96188142
Binary11000001011110010001110
Octal140274216

Shades and tints

Shades of #60BC8E

#60BC8E
(96,188,142)
#58AB82
(88,171,130)
#509A76
(80,154,118)
#48896A
(72,137,106)
#40785E
(64,120,94)
#386752
(56,103,82)
#305646
(48,86,70)
#28453A
(40,69,58)
#20342E
(32,52,46)
#182322
(24,35,34)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #60BC8E

#60BC8E
(96,188,142)
#6EC298
(110,194,152)
#7CC8A2
(124,200,162)
#8ACEAC
(138,206,172)
#98D4B6
(152,212,182)
#A6DAC0
(166,218,192)
#B4E0CA
(180,224,202)
#C2E6D4
(194,230,212)
#D0ECDE
(208,236,222)
#DEF2E8
(222,242,232)
#ECF8F2
(236,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60BC8E color. Also use rgb(96,188,142) instead hex code.

Text Font Color

.myTextColor { color: #60BC8E; }

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

This text font color is #60BC8E.


Background Color

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

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

This div background color is #60BC8E.


Border color

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

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

This div border color is #60BC8E.


Opacity

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

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

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

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

This text has shadow with #60BC8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60BC8E on black background.


Color preview on white background

This text has color #60BC8E on white background.



Black color preview on #60BC8E background

This text has black color on #60BC8E background.


White color preview on #60BC8E background

This text has white color on #60BC8E background.