COLOR #60A995

HEX: #60A995 RGB: (96,169,149)

Color info

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

RGB color model

#60A995 color RGB value is (96,169,149).

RGB: (96,169,149) (38%, 66%, 58%)

RGB channels and saturation

R 96 of 255 = 38%
G 169 of 255 = 66%
B 149 of 255 = 58%

96
169
149

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

Portions of RGB colors in percentages

R + G + B = 96 + 169 + 149 = 414 (100%)
R 96 of 414 ~ 23.19%
G 169 of 414 ~ 40.82%
B 149 of 414 ~ 35.99'%

%23.19
%40.82
%35.99

CMYK color model

#60A995 color CMYK value is (43,0,12,34).

  • cyan value is 43.20%
  • magenta value is 0.00%
  • yellow value is 11.83%
  • key color value is 33.73%

CMYK: (43,0,12,34)
C43M0Y12K34 (43%, 0%, 12%, 34%)
(0.43 / 0.00 / 0.12 / 0.34)

CMYK percentages

%43.2
%0
%11.83
%33.73

Codes

Color #60A995 in popluar color models

60 A9 95
RGB 96 169 149
HSL 164° 29.80% 51.96%
HSB/HSV 164° 43.20% 66.27%
CMYK 43.20% 0.00% 11.83%
33.73%

Color #60A995 in popluar number systems.

HEX 60 A9 95
Decimal 96 169 149
Binary 1100000 10101001 10010101
Octal 140 251 225

Shades and tints

Shades of #60A995

#60A995
(96,169,149)
#589A88
(88,154,136)
#508B7B
(80,139,123)
#487C6E
(72,124,110)
#406D61
(64,109,97)
#385E54
(56,94,84)
#304F47
(48,79,71)
#28403A
(40,64,58)
#20312D
(32,49,45)
#182220
(24,34,32)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #60A995

#60A995
(96,169,149)
#6EB09E
(110,176,158)
#7CB7A7
(124,183,167)
#8ABEB0
(138,190,176)
#98C5B9
(152,197,185)
#A6CCC2
(166,204,194)
#B4D3CB
(180,211,203)
#C2DAD4
(194,218,212)
#D0E1DD
(208,225,221)
#DEE8E6
(222,232,230)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60A995 color. Also use rgb(96,169,149) instead hex code.

Text Font Color

.myTextColor { color: #60A995; }

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

This text font color is #60A995.

Background Color

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

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

This div background color is #60A995.

Border color

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

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

This div border color is #60A995.

Opacity

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

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

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

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

This text has shadow with #60A995 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60A995.

Preview

Color preview on black background

This text has color #60A995 on black background.


Color preview on white background

This text has color #60A995 on white background.


Black color preview on #60A995 background

This text has black color on #60A995 background.


White color preview on #60A995 background

This text has white color on #60A995 background.


Related colors

Complementary color

Complementary color for #hex is #9F566A.


I love getcolorcode.com

Triadic colors

1 #9560A9 and #A99560 with #60A995 are triadic colors.

2 #95A960 and #A96095 with #60A995 are triadic colors.