COLOR #60BD82

HEX: #60BD82 RGB: (96,189,130)

Color info

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

RGB color model

#60BD82 color RGB value is (96,189,130).

RGB: (96,189,130) (38%, 74%, 51%)

RGB channels and saturation

R 96 of 255 = 38%
G 189 of 255 = 74%
B 130 of 255 = 51%

96
189
130

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

Portions of RGB colors in percentages

R + G + B = 96 + 189 + 130 = 415 (100%)
R 96 of 415 ~ 23.13%
G 189 of 415 ~ 45.54%
B 130 of 415 ~ 31.33'%

%23.13
%45.54
%31.33

CMYK color model

#60BD82 color CMYK value is (49,0,31,26).

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

CMYK: (49,0,31,26)
C49M0Y31K26 (49%, 0%, 31%, 26%)
(0.49 / 0.00 / 0.31 / 0.26)

CMYK percentages

%49.21
%0
%31.22
%25.88

Codes

Color #60BD82 in popluar color models

60 BD 82
RGB 96 189 130
HSL 142° 41.33% 55.88%
HSB/HSV 142° 49.21% 74.12%
CMYK 49.21% 0.00% 31.22%
25.88%

Color #60BD82 in popluar number systems.

HEX 60 BD 82
Decimal 96 189 130
Binary 1100000 10111101 10000010
Octal 140 275 202

Shades and tints

Shades of #60BD82

#60BD82
(96,189,130)
#58AC77
(88,172,119)
#509B6C
(80,155,108)
#488A61
(72,138,97)
#407956
(64,121,86)
#38684B
(56,104,75)
#305740
(48,87,64)
#284635
(40,70,53)
#20352A
(32,53,42)
#18241F
(24,36,31)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #60BD82

#60BD82
(96,189,130)
#6EC38D
(110,195,141)
#7CC998
(124,201,152)
#8ACFA3
(138,207,163)
#98D5AE
(152,213,174)
#A6DBB9
(166,219,185)
#B4E1C4
(180,225,196)
#C2E7CF
(194,231,207)
#D0EDDA
(208,237,218)
#DEF3E5
(222,243,229)
#ECF9F0
(236,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60BD82; }

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

This text font color is #60BD82.

Background Color

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

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

This div background color is #60BD82.

Border color

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

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

This div border color is #60BD82.

Opacity

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

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

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

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

This text has shadow with #60BD82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60BD82.

Preview

Color preview on black background

This text has color #60BD82 on black background.


Color preview on white background

This text has color #60BD82 on white background.


Black color preview on #60BD82 background

This text has black color on #60BD82 background.


White color preview on #60BD82 background

This text has white color on #60BD82 background.


Related colors

Complementary color

Complementary color for #hex is #9F427D.


I love getcolorcode.com

Triadic colors

1 #8260BD and #BD8260 with #60BD82 are triadic colors.

2 #82BD60 and #BD6082 with #60BD82 are triadic colors.