COLOR #60AC82

HEX: #60AC82 RGB: (96,172,130)

Color info

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

RGB color model

#60AC82 color RGB value is (96,172,130).

RGB: (96,172,130) (38%, 67%, 51%)

RGB channels and saturation

R 96 of 255 = 38%
G 172 of 255 = 67%
B 130 of 255 = 51%

96
172
130

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

Portions of RGB colors in percentages

R + G + B = 96 + 172 + 130 = 398 (100%)
R 96 of 398 ~ 24.12%
G 172 of 398 ~ 43.22%
B 130 of 398 ~ 32.66'%

%24.12
%43.22
%32.66

CMYK color model

#60AC82 color CMYK value is (44,0,24,33).

  • cyan value is 44.19%
  • magenta value is 0.00%
  • yellow value is 24.42%
  • key color value is 32.55%

CMYK: (44,0,24,33)
C44M0Y24K33 (44%, 0%, 24%, 33%)
(0.44 / 0.00 / 0.24 / 0.33)

CMYK percentages

%44.19
%0
%24.42
%32.55

Codes

Color #60AC82 in popluar color models

60 AC 82
RGB 96 172 130
HSL 147° 31.40% 52.55%
HSB/HSV 147° 44.19% 67.45%
CMYK 44.19% 0.00% 24.42%
32.55%

Color #60AC82 in popluar number systems.

HEX 60 AC 82
Decimal 96 172 130
Binary 1100000 10101100 10000010
Octal 140 254 202

Shades and tints

Shades of #60AC82

#60AC82
(96,172,130)
#589D77
(88,157,119)
#508E6C
(80,142,108)
#487F61
(72,127,97)
#407056
(64,112,86)
#38614B
(56,97,75)
#305240
(48,82,64)
#284335
(40,67,53)
#20342A
(32,52,42)
#18251F
(24,37,31)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #60AC82

#60AC82
(96,172,130)
#6EB38D
(110,179,141)
#7CBA98
(124,186,152)
#8AC1A3
(138,193,163)
#98C8AE
(152,200,174)
#A6CFB9
(166,207,185)
#B4D6C4
(180,214,196)
#C2DDCF
(194,221,207)
#D0E4DA
(208,228,218)
#DEEBE5
(222,235,229)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60AC82 color. Also use rgb(96,172,130) instead hex code.

Text Font Color

.myTextColor { color: #60AC82; }

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

This text font color is #60AC82.

Background Color

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

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

This div background color is #60AC82.

Border color

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

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

This div border color is #60AC82.

Opacity

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

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

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

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

This text has shadow with #60AC82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60AC82.

Preview

Color preview on black background

This text has color #60AC82 on black background.


Color preview on white background

This text has color #60AC82 on white background.


Black color preview on #60AC82 background

This text has black color on #60AC82 background.


White color preview on #60AC82 background

This text has white color on #60AC82 background.


Related colors

Complementary color

Complementary color for #hex is #9F537D.


I love getcolorcode.com

Triadic colors

1 #8260AC and #AC8260 with #60AC82 are triadic colors.

2 #82AC60 and #AC6082 with #60AC82 are triadic colors.