COLOR #60BD97

HEX: #60BD97 RGB: (96,189,151)

Color info

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

RGB color model

#60BD97 color RGB value is (96,189,151).

RGB: (96,189,151) (38%, 74%, 59%)

RGB channels and saturation

R 96 of 255 = 38%
G 189 of 255 = 74%
B 151 of 255 = 59%

96
189
151

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

Portions of RGB colors in percentages

R + G + B = 96 + 189 + 151 = 436 (100%)
R 96 of 436 ~ 22.02%
G 189 of 436 ~ 43.35%
B 151 of 436 ~ 34.63'%

%22.02
%43.35
%34.63

CMYK color model

#60BD97 color CMYK value is (49,0,20,26).

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

CMYK: (49,0,20,26)
C49M0Y20K26 (49%, 0%, 20%, 26%)
(0.49 / 0.00 / 0.20 / 0.26)

CMYK percentages

%49.21
%0
%20.11
%25.88

Codes

Color #60BD97 in popluar color models

60 BD 97
RGB 96 189 151
HSL 155° 41.33% 55.88%
HSB/HSV 155° 49.21% 74.12%
CMYK 49.21% 0.00% 20.11%
25.88%

Color #60BD97 in popluar number systems.

HEX 60 BD 97
Decimal 96 189 151
Binary 1100000 10111101 10010111
Octal 140 275 227

Shades and tints

Shades of #60BD97

#60BD97
(96,189,151)
#58AC8A
(88,172,138)
#509B7D
(80,155,125)
#488A70
(72,138,112)
#407963
(64,121,99)
#386856
(56,104,86)
#305749
(48,87,73)
#28463C
(40,70,60)
#20352F
(32,53,47)
#182422
(24,36,34)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #60BD97

#60BD97
(96,189,151)
#6EC3A0
(110,195,160)
#7CC9A9
(124,201,169)
#8ACFB2
(138,207,178)
#98D5BB
(152,213,187)
#A6DBC4
(166,219,196)
#B4E1CD
(180,225,205)
#C2E7D6
(194,231,214)
#D0EDDF
(208,237,223)
#DEF3E8
(222,243,232)
#ECF9F1
(236,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60BD97; }

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

This text font color is #60BD97.

Background Color

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

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

This div background color is #60BD97.

Border color

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

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

This div border color is #60BD97.

Opacity

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

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

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

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

This text has shadow with #60BD97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60BD97.

Preview

Color preview on black background

This text has color #60BD97 on black background.


Color preview on white background

This text has color #60BD97 on white background.


Black color preview on #60BD97 background

This text has black color on #60BD97 background.


White color preview on #60BD97 background

This text has white color on #60BD97 background.


Related colors

Complementary color

Complementary color for #hex is #9F4268.


I love getcolorcode.com

Triadic colors

1 #9760BD and #BD9760 with #60BD97 are triadic colors.

2 #97BD60 and #BD6097 with #60BD97 are triadic colors.