COLOR #61BC8C

HEX: #61BC8C RGB: (97,188,140)

Color info

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

RGB color model

#61BC8C color RGB value is (97,188,140).

RGB: (97,188,140) (38%, 74%, 55%)

RGB channels and saturation

R 97 of 255 = 38%
G 188 of 255 = 74%
B 140 of 255 = 55%

97
188
140

R + G + B ~ 56%. #61BC8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 97 + 188 + 140 = 425 (100%)
R 97 of 425 ~ 22.82%
G 188 of 425 ~ 44.24%
B 140 of 425 ~ 32.94'%

%22.82
%44.24
%32.94

CMYK color model

#61BC8C color CMYK value is (48,0,26,26).

  • cyan value is 48.40%
  • magenta value is 0.00%
  • yellow value is 25.53%
  • key color value is 26.27%

CMYK: (48,0,26,26)
C48M0Y26K26 (48%, 0%, 26%, 26%)
(0.48 / 0.00 / 0.26 / 0.26)

CMYK percentages

%48.4
%0
%25.53
%26.27

Codes

Color #61BC8C in popluar color models

61 BC 8C
RGB 97 188 140
HSL 148° 40.44% 55.88%
HSB/HSV 148° 48.40% 73.73%
CMYK 48.40% 0.00% 25.53%
26.27%

Color #61BC8C in popluar number systems.

HEX 61 BC 8C
Decimal 97 188 140
Binary 1100001 10111100 10001100
Octal 141 274 214

Shades and tints

Shades of #61BC8C

#61BC8C
(97,188,140)
#59AB80
(89,171,128)
#519A74
(81,154,116)
#498968
(73,137,104)
#41785C
(65,120,92)
#396750
(57,103,80)
#315644
(49,86,68)
#294538
(41,69,56)
#21342C
(33,52,44)
#192320
(25,35,32)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #61BC8C

#61BC8C
(97,188,140)
#6FC296
(111,194,150)
#7DC8A0
(125,200,160)
#8BCEAA
(139,206,170)
#99D4B4
(153,212,180)
#A7DABE
(167,218,190)
#B5E0C8
(181,224,200)
#C3E6D2
(195,230,210)
#D1ECDC
(209,236,220)
#DFF2E6
(223,242,230)
#EDF8F0
(237,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61BC8C color. Also use rgb(97,188,140) instead hex code.

Text Font Color

.myTextColor { color: #61BC8C; }

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

This text font color is #61BC8C.

Background Color

.myBgColor { background-color: #61BC8C; }

<div style="background-color:#61BC8C">Inner text</div>

This div background color is #61BC8C.

Border color

.myBorderColor { border: 1px solid #61BC8C; }

<div style="border:3px solid #61BC8C">Div</div>

This div border color is #61BC8C.

Opacity

.myOpacity80 { color: #61BC8C; opacity: 0.8; }

<p style="color:#61BC8C;opacity:0.8;">80%</p>

Text with #61BC8C 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 #61BC8C;}

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

This text has shadow with #61BC8C color.


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

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

This text has shadow with #61BC8C primary color and red secondary color.


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

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

This text has shadow with #61BC8C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #61BC8C.

Preview

Color preview on black background

This text has color #61BC8C on black background.


Color preview on white background

This text has color #61BC8C on white background.


Black color preview on #61BC8C background

This text has black color on #61BC8C background.


White color preview on #61BC8C background

This text has white color on #61BC8C background.


Related colors

Complementary color

Complementary color for #hex is #9E4373.


I love getcolorcode.com

Triadic colors

1 #8C61BC and #BC8C61 with #61BC8C are triadic colors.

2 #8CBC61 and #BC618C with #61BC8C are triadic colors.