COLOR #60B584

HEX: #60B584 RGB: (96,181,132)

Color info

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

RGB color model

#60B584 color RGB value is (96,181,132).

RGB: (96,181,132) (38%, 71%, 52%)

RGB channels and saturation

R 96 of 255 = 38%
G 181 of 255 = 71%
B 132 of 255 = 52%

96
181
132

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

Portions of RGB colors in percentages

R + G + B = 96 + 181 + 132 = 409 (100%)
R 96 of 409 ~ 23.47%
G 181 of 409 ~ 44.25%
B 132 of 409 ~ 32.27'%

%23.47
%44.25
%32.27

CMYK color model

#60B584 color CMYK value is (47,0,27,29).

  • cyan value is 46.96%
  • magenta value is 0.00%
  • yellow value is 27.07%
  • key color value is 29.02%

CMYK: (47,0,27,29)
C47M0Y27K29 (47%, 0%, 27%, 29%)
(0.47 / 0.00 / 0.27 / 0.29)

CMYK percentages

%46.96
%0
%27.07
%29.02

Codes

Color #60B584 in popluar color models

60 B5 84
RGB 96 181 132
HSL 145° 36.48% 54.31%
HSB/HSV 145° 46.96% 70.98%
CMYK 46.96% 0.00% 27.07%
29.02%

Color #60B584 in popluar number systems.

HEX 60 B5 84
Decimal 96 181 132
Binary 1100000 10110101 10000100
Octal 140 265 204

Shades and tints

Shades of #60B584

#60B584
(96,181,132)
#58A578
(88,165,120)
#50956C
(80,149,108)
#488560
(72,133,96)
#407554
(64,117,84)
#386548
(56,101,72)
#30553C
(48,85,60)
#284530
(40,69,48)
#203524
(32,53,36)
#182518
(24,37,24)
#10150C
(16,21,12)
#000000
(0,0,0)

Tints of #60B584

#60B584
(96,181,132)
#6EBB8F
(110,187,143)
#7CC19A
(124,193,154)
#8AC7A5
(138,199,165)
#98CDB0
(152,205,176)
#A6D3BB
(166,211,187)
#B4D9C6
(180,217,198)
#C2DFD1
(194,223,209)
#D0E5DC
(208,229,220)
#DEEBE7
(222,235,231)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60B584 color. Also use rgb(96,181,132) instead hex code.

Text Font Color

.myTextColor { color: #60B584; }

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

This text font color is #60B584.

Background Color

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

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

This div background color is #60B584.

Border color

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

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

This div border color is #60B584.

Opacity

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

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

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

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

This text has shadow with #60B584 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60B584.

Preview

Color preview on black background

This text has color #60B584 on black background.


Color preview on white background

This text has color #60B584 on white background.


Black color preview on #60B584 background

This text has black color on #60B584 background.


White color preview on #60B584 background

This text has white color on #60B584 background.


Related colors

Complementary color

Complementary color for #hex is #9F4A7B.


I love getcolorcode.com

Triadic colors

1 #8460B5 and #B58460 with #60B584 are triadic colors.

2 #84B560 and #B56084 with #60B584 are triadic colors.