COLOR #60BB9E

HEX: #60BB9E RGB: (96,187,158)

Color info

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

RGB color model

#60BB9E color RGB value is (96,187,158).

RGB: (96,187,158) (38%, 73%, 62%)

RGB channels and saturation

R 96 of 255 = 38%
G 187 of 255 = 73%
B 158 of 255 = 62%

96
187
158

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

Portions of RGB colors in percentages

R + G + B = 96 + 187 + 158 = 441 (100%)
R 96 of 441 ~ 21.77%
G 187 of 441 ~ 42.4%
B 158 of 441 ~ 35.83'%

%21.77
%42.4
%35.83

CMYK color model

#60BB9E color CMYK value is (49,0,16,27).

  • cyan value is 48.66%
  • magenta value is 0.00%
  • yellow value is 15.51%
  • key color value is 26.67%

CMYK: (49,0,16,27)
C49M0Y16K27 (49%, 0%, 16%, 27%)
(0.49 / 0.00 / 0.16 / 0.27)

CMYK percentages

%48.66
%0
%15.51
%26.67

Codes

Color #60BB9E in popluar color models

60 BB 9E
RGB 96 187 158
HSL 161° 40.09% 55.49%
HSB/HSV 161° 48.66% 73.33%
CMYK 48.66% 0.00% 15.51%
26.67%

Color #60BB9E in popluar number systems.

HEX 60 BB 9E
Decimal 96 187 158
Binary 1100000 10111011 10011110
Octal 140 273 236

Shades and tints

Shades of #60BB9E

#60BB9E
(96,187,158)
#58AA90
(88,170,144)
#509982
(80,153,130)
#488874
(72,136,116)
#407766
(64,119,102)
#386658
(56,102,88)
#30554A
(48,85,74)
#28443C
(40,68,60)
#20332E
(32,51,46)
#182220
(24,34,32)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #60BB9E

#60BB9E
(96,187,158)
#6EC1A6
(110,193,166)
#7CC7AE
(124,199,174)
#8ACDB6
(138,205,182)
#98D3BE
(152,211,190)
#A6D9C6
(166,217,198)
#B4DFCE
(180,223,206)
#C2E5D6
(194,229,214)
#D0EBDE
(208,235,222)
#DEF1E6
(222,241,230)
#ECF7EE
(236,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60BB9E; }

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

This text font color is #60BB9E.

Background Color

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

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

This div background color is #60BB9E.

Border color

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

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

This div border color is #60BB9E.

Opacity

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

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

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

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

This text has shadow with #60BB9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60BB9E.

Preview

Color preview on black background

This text has color #60BB9E on black background.


Color preview on white background

This text has color #60BB9E on white background.


Black color preview on #60BB9E background

This text has black color on #60BB9E background.


White color preview on #60BB9E background

This text has white color on #60BB9E background.


Related colors

Complementary color

Complementary color for #hex is #9F4461.


I love getcolorcode.com

Triadic colors

1 #9E60BB and #BB9E60 with #60BB9E are triadic colors.

2 #9EBB60 and #BB609E with #60BB9E are triadic colors.