COLOR #60BD9E

HEX: #60BD9E RGB: (96,189,158)

Color info

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

RGB color model

#60BD9E color RGB value is (96,189,158).

RGB: (96,189,158) (38%, 74%, 62%)

RGB channels and saturation

R 96 of 255 = 38%
G 189 of 255 = 74%
B 158 of 255 = 62%

96
189
158

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

Portions of RGB colors in percentages

R + G + B = 96 + 189 + 158 = 443 (100%)
R 96 of 443 ~ 21.67%
G 189 of 443 ~ 42.66%
B 158 of 443 ~ 35.67'%

%21.67
%42.66
%35.67

CMYK color model

#60BD9E color CMYK value is (49,0,16,26).

  • cyan value is 49.21%
  • magenta value is 0.00%
  • yellow value is 16.40%
  • key color value is 25.88%

CMYK: (49,0,16,26)
C49M0Y16K26 (49%, 0%, 16%, 26%)
(0.49 / 0.00 / 0.16 / 0.26)

CMYK percentages

%49.21
%0
%16.4
%25.88

Codes

Color #60BD9E in popluar color models

60 BD 9E
RGB 96 189 158
HSL 160° 41.33% 55.88%
HSB/HSV 160° 49.21% 74.12%
CMYK 49.21% 0.00% 16.40%
25.88%

Color #60BD9E in popluar number systems.

HEX 60 BD 9E
Decimal 96 189 158
Binary 1100000 10111101 10011110
Octal 140 275 236

Shades and tints

Shades of #60BD9E

#60BD9E
(96,189,158)
#58AC90
(88,172,144)
#509B82
(80,155,130)
#488A74
(72,138,116)
#407966
(64,121,102)
#386858
(56,104,88)
#30574A
(48,87,74)
#28463C
(40,70,60)
#20352E
(32,53,46)
#182420
(24,36,32)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #60BD9E

#60BD9E
(96,189,158)
#6EC3A6
(110,195,166)
#7CC9AE
(124,201,174)
#8ACFB6
(138,207,182)
#98D5BE
(152,213,190)
#A6DBC6
(166,219,198)
#B4E1CE
(180,225,206)
#C2E7D6
(194,231,214)
#D0EDDE
(208,237,222)
#DEF3E6
(222,243,230)
#ECF9EE
(236,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60BD9E color. Also use rgb(96,189,158) instead hex code.

Text Font Color

.myTextColor { color: #60BD9E; }

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

This text font color is #60BD9E.

Background Color

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

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

This div background color is #60BD9E.

Border color

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

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

This div border color is #60BD9E.

Opacity

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

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

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

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

This text has shadow with #60BD9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60BD9E.

Preview

Color preview on black background

This text has color #60BD9E on black background.


Color preview on white background

This text has color #60BD9E on white background.


Black color preview on #60BD9E background

This text has black color on #60BD9E background.


White color preview on #60BD9E background

This text has white color on #60BD9E background.


Related colors

Complementary color

Complementary color for #hex is #9F4261.


I love getcolorcode.com

Triadic colors

1 #9E60BD and #BD9E60 with #60BD9E are triadic colors.

2 #9EBD60 and #BD609E with #60BD9E are triadic colors.