COLOR #60B086

HEX: #60B086
RGB: (96,176,134)

Color info

#60B086 contains mainly green and blue colors. Web safe color of #60B086 is #669999 (or #699).

RGB color model

#60B086 color RGB value is (96,176,134).

  • red value is 96;
  • green value is 176;
  • blue value is 134.
RGB:
(96,176,134)
(38%,69%,53%)

RGB channels and saturation

R 96 of 255 = 38%
G 176 of 255 = 69%
B 134 of 255 = 53%

96
176
134

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

Portions of RGB colors in percentages

R + G + B =
96 + 176 + 134 = 406 (100%)
R 96 of 406 ~ 23.65%
G 176 of 406 ~ 43.35%
B 134 of 406 ~ 33%

%23.65
%43.35
%33

CMYK color model

#60B086 color CMYK value is (45,0,24,31).

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 23.86%
  • key color value is 30.98%
CMYK:
(45,0,24,31)
C45M0Y24K31 
(45%,0%,24%,31%)
(0.45/0.00/0.24/0.31)	

CMYK percentages

%45.45
%0
%23.86
%30.98

Codes

Color #60B086 in popluar color models

60B086
RGB96176134
HSL149°33.61%53.33%
HSB/HSV149°45.45%69.02%
CMYK45.45%0.00%23.86%
30.98%

Color #60B086 in popluar number systems.

HEX60B086
Decimal96176134
Binary11000001011000010000110
Octal140260206

Shades and tints

Shades of #60B086

#60B086
(96,176,134)
#58A07A
(88,160,122)
#50906E
(80,144,110)
#488062
(72,128,98)
#407056
(64,112,86)
#38604A
(56,96,74)
#30503E
(48,80,62)
#284032
(40,64,50)
#203026
(32,48,38)
#18201A
(24,32,26)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #60B086

#60B086
(96,176,134)
#6EB791
(110,183,145)
#7CBE9C
(124,190,156)
#8AC5A7
(138,197,167)
#98CCB2
(152,204,178)
#A6D3BD
(166,211,189)
#B4DAC8
(180,218,200)
#C2E1D3
(194,225,211)
#D0E8DE
(208,232,222)
#DEEFE9
(222,239,233)
#ECF6F4
(236,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60B086 color. Also use rgb(96,176,134) instead hex code.

Text Font Color

.myTextColor { color: #60B086; }

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

This text font color is #60B086.


Background Color

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

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

This div background color is #60B086.


Border color

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

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

This div border color is #60B086.


Opacity

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

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

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

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

This text has shadow with #60B086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60B086 on black background.


Color preview on white background

This text has color #60B086 on white background.



Black color preview on #60B086 background

This text has black color on #60B086 background.


White color preview on #60B086 background

This text has white color on #60B086 background.