COLOR #60AE84

HEX: #60AE84 RGB: (96,174,132)

Color info

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

RGB color model

#60AE84 color RGB value is (96,174,132).

RGB: (96,174,132) (38%, 68%, 52%)

RGB channels and saturation

R 96 of 255 = 38%
G 174 of 255 = 68%
B 132 of 255 = 52%

96
174
132

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

Portions of RGB colors in percentages

R + G + B = 96 + 174 + 132 = 402 (100%)
R 96 of 402 ~ 23.88%
G 174 of 402 ~ 43.28%
B 132 of 402 ~ 32.84'%

%23.88
%43.28
%32.84

CMYK color model

#60AE84 color CMYK value is (45,0,24,32).

  • cyan value is 44.83%
  • magenta value is 0.00%
  • yellow value is 24.14%
  • key color value is 31.76%
CMYK: (45,0,24,32) C45M0Y24K32 (45%,0%,24%,32%) (0.45/0.00/0.24/0.32) 

CMYK percentages

%44.83
%0
%24.14
%31.76

Codes

Color #60AE84 in popluar color models

60 AE 84
RGB 96 174 132
HSL 148° 32.50% 52.94%
HSB/HSV 148° 44.83% 68.24%
CMYK 44.83% 0.00% 24.14%
31.76%

Color #60AE84 in popluar number systems.

HEX 60 AE 84
Decimal 96 174 132
Binary 1100000 10101110 10000100
Octal 140 256 204

Shades and tints

Shades of #60AE84

#60AE84
(96,174,132)
#589F78
(88,159,120)
#50906C
(80,144,108)
#488160
(72,129,96)
#407254
(64,114,84)
#386348
(56,99,72)
#30543C
(48,84,60)
#284530
(40,69,48)
#203624
(32,54,36)
#182718
(24,39,24)
#10180C
(16,24,12)
#000000
(0,0,0)

Tints of #60AE84

#60AE84
(96,174,132)
#6EB58F
(110,181,143)
#7CBC9A
(124,188,154)
#8AC3A5
(138,195,165)
#98CAB0
(152,202,176)
#A6D1BB
(166,209,187)
#B4D8C6
(180,216,198)
#C2DFD1
(194,223,209)
#D0E6DC
(208,230,220)
#DEEDE7
(222,237,231)
#ECF4F2
(236,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60AE84; }

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

This text font color is #60AE84.

Background Color

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

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

This div background color is #60AE84.

Border color

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

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

This div border color is #60AE84.

Opacity

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

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

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

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

This text has shadow with #60AE84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60AE84.

Preview

Color preview on black background

This text has color #60AE84 on black background.


Color preview on white background

This text has color #60AE84 on white background.


Black color preview on #60AE84 background

This text has black color on #60AE84 background.


White color preview on #60AE84 background

This text has white color on #60AE84 background.


Related colors

Complementary color

Complementary color for #hex is #9F517B.


I love getcolorcode.com

Triadic colors

1 #8460AE and #AE8460 with #60AE84 are triadic colors.

2 #84AE60 and #AE6084 with #60AE84 are triadic colors.