COLOR #61D9A9

HEX: #61D9A9
RGB: (97,217,169)

Color info

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

RGB color model

#61D9A9 color RGB value is (97,217,169).

  • red value is 97;
  • green value is 217;
  • blue value is 169.
RGB:
(97,217,169)
(38%,85%,66%)

RGB channels and saturation

R 97 of 255 = 38%
G 217 of 255 = 85%
B 169 of 255 = 66%

97
217
169

R + G + B ~ 63%. #61D9A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
97 + 217 + 169 = 483 (100%)
R 97 of 483 ~ 20.08%
G 217 of 483 ~ 44.93%
B 169 of 483 ~ 34.99%

%20.08
%44.93
%34.99

CMYK color model

#61D9A9 color CMYK value is (55,0,22,15).

  • cyan value is 55.30%
  • magenta value is 0.00%
  • yellow value is 22.12%
  • key color value is 14.90%
CMYK:
(55,0,22,15)
C55M0Y22K15 
(55%,0%,22%,15%)
(0.55/0.00/0.22/0.15)	

CMYK percentages

%55.3
%0
%22.12
%14.9

Codes

Color #61D9A9 in popluar color models

61D9A9
RGB97217169
HSL156°61.22%61.57%
HSB/HSV156°55.30%85.10%
CMYK55.30%0.00%22.12%
14.90%

Color #61D9A9 in popluar number systems.

HEX61D9A9
Decimal97217169
Binary11000011101100110101001
Octal141331251

Shades and tints

Shades of #61D9A9

#61D9A9
(97,217,169)
#59C69A
(89,198,154)
#51B38B
(81,179,139)
#49A07C
(73,160,124)
#418D6D
(65,141,109)
#397A5E
(57,122,94)
#31674F
(49,103,79)
#295440
(41,84,64)
#214131
(33,65,49)
#192E22
(25,46,34)
#111B13
(17,27,19)
#000000
(0,0,0)

Tints of #61D9A9

#61D9A9
(97,217,169)
#6FDCB0
(111,220,176)
#7DDFB7
(125,223,183)
#8BE2BE
(139,226,190)
#99E5C5
(153,229,197)
#A7E8CC
(167,232,204)
#B5EBD3
(181,235,211)
#C3EEDA
(195,238,218)
#D1F1E1
(209,241,225)
#DFF4E8
(223,244,232)
#EDF7EF
(237,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61D9A9 color. Also use rgb(97,217,169) instead hex code.

Text Font Color

.myTextColor { color: #61D9A9; }

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

This text font color is #61D9A9.


Background Color

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

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

This div background color is #61D9A9.


Border color

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

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

This div border color is #61D9A9.


Opacity

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

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

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

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

This text has shadow with #61D9A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61D9A9 on black background.


Color preview on white background

This text has color #61D9A9 on white background.



Black color preview on #61D9A9 background

This text has black color on #61D9A9 background.


White color preview on #61D9A9 background

This text has white color on #61D9A9 background.