COLOR #61C89E

HEX: #61C89E RGB: (97,200,158)

Color info

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

RGB color model

#61C89E color RGB value is (97,200,158).

RGB: (97,200,158) (38%, 78%, 62%)

RGB channels and saturation

R 97 of 255 = 38%
G 200 of 255 = 78%
B 158 of 255 = 62%

97
200
158

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

Portions of RGB colors in percentages

R + G + B = 97 + 200 + 158 = 455 (100%)
R 97 of 455 ~ 21.32%
G 200 of 455 ~ 43.96%
B 158 of 455 ~ 34.73'%

%21.32
%43.96
%34.73

CMYK color model

#61C89E color CMYK value is (52,0,21,22).

  • cyan value is 51.50%
  • magenta value is 0.00%
  • yellow value is 21.00%
  • key color value is 21.57%

CMYK: (52,0,21,22)
C52M0Y21K22 (52%, 0%, 21%, 22%)
(0.52 / 0.00 / 0.21 / 0.22)

CMYK percentages

%51.5
%0
%21
%21.57

Codes

Color #61C89E in popluar color models

61 C8 9E
RGB 97 200 158
HSL 156° 48.36% 58.24%
HSB/HSV 156° 51.50% 78.43%
CMYK 51.50% 0.00% 21.00%
21.57%

Color #61C89E in popluar number systems.

HEX 61 C8 9E
Decimal 97 200 158
Binary 1100001 11001000 10011110
Octal 141 310 236

Shades and tints

Shades of #61C89E

#61C89E
(97,200,158)
#59B690
(89,182,144)
#51A482
(81,164,130)
#499274
(73,146,116)
#418066
(65,128,102)
#396E58
(57,110,88)
#315C4A
(49,92,74)
#294A3C
(41,74,60)
#21382E
(33,56,46)
#192620
(25,38,32)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #61C89E

#61C89E
(97,200,158)
#6FCDA6
(111,205,166)
#7DD2AE
(125,210,174)
#8BD7B6
(139,215,182)
#99DCBE
(153,220,190)
#A7E1C6
(167,225,198)
#B5E6CE
(181,230,206)
#C3EBD6
(195,235,214)
#D1F0DE
(209,240,222)
#DFF5E6
(223,245,230)
#EDFAEE
(237,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61C89E color. Also use rgb(97,200,158) instead hex code.

Text Font Color

.myTextColor { color: #61C89E; }

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

This text font color is #61C89E.

Background Color

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

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

This div background color is #61C89E.

Border color

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

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

This div border color is #61C89E.

Opacity

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

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

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

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

This text has shadow with #61C89E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61C89E.

Preview

Color preview on black background

This text has color #61C89E on black background.


Color preview on white background

This text has color #61C89E on white background.


Black color preview on #61C89E background

This text has black color on #61C89E background.


White color preview on #61C89E background

This text has white color on #61C89E background.


Related colors

Complementary color

Complementary color for #hex is #9E3761.


I love getcolorcode.com

Triadic colors

1 #9E61C8 and #C89E61 with #61C89E are triadic colors.

2 #9EC861 and #C8619E with #61C89E are triadic colors.