COLOR #61C69D

HEX: #61C69D
RGB: (97,198,157)

Color info

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

RGB color model

#61C69D color RGB value is (97,198,157).

  • red value is 97;
  • green value is 198;
  • blue value is 157.
RGB:
(97,198,157)
(38%,78%,62%)

RGB channels and saturation

R 97 of 255 = 38%
G 198 of 255 = 78%
B 157 of 255 = 62%

97
198
157

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

Portions of RGB colors in percentages

R + G + B =
97 + 198 + 157 = 452 (100%)
R 97 of 452 ~ 21.46%
G 198 of 452 ~ 43.81%
B 157 of 452 ~ 34.73%

%21.46
%43.81
%34.73

CMYK color model

#61C69D color CMYK value is (51,0,21,22).

  • cyan value is 51.01%
  • magenta value is 0.00%
  • yellow value is 20.71%
  • key color value is 22.35%
CMYK:
(51,0,21,22)
C51M0Y21K22 
(51%,0%,21%,22%)
(0.51/0.00/0.21/0.22)	

CMYK percentages

%51.01
%0
%20.71
%22.35

Codes

Color #61C69D in popluar color models

61C69D
RGB97198157
HSL156°46.98%57.84%
HSB/HSV156°51.01%77.65%
CMYK51.01%0.00%20.71%
22.35%

Color #61C69D in popluar number systems.

HEX61C69D
Decimal97198157
Binary11000011100011010011101
Octal141306235

Shades and tints

Shades of #61C69D

#61C69D
(97,198,157)
#59B48F
(89,180,143)
#51A281
(81,162,129)
#499073
(73,144,115)
#417E65
(65,126,101)
#396C57
(57,108,87)
#315A49
(49,90,73)
#29483B
(41,72,59)
#21362D
(33,54,45)
#19241F
(25,36,31)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #61C69D

#61C69D
(97,198,157)
#6FCBA5
(111,203,165)
#7DD0AD
(125,208,173)
#8BD5B5
(139,213,181)
#99DABD
(153,218,189)
#A7DFC5
(167,223,197)
#B5E4CD
(181,228,205)
#C3E9D5
(195,233,213)
#D1EEDD
(209,238,221)
#DFF3E5
(223,243,229)
#EDF8ED
(237,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61C69D color. Also use rgb(97,198,157) instead hex code.

Text Font Color

.myTextColor { color: #61C69D; }

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

This text font color is #61C69D.


Background Color

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

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

This div background color is #61C69D.


Border color

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

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

This div border color is #61C69D.


Opacity

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

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

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

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

This text has shadow with #61C69D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61C69D on black background.


Color preview on white background

This text has color #61C69D on white background.



Black color preview on #61C69D background

This text has black color on #61C69D background.


White color preview on #61C69D background

This text has white color on #61C69D background.