COLOR #61D6AD

HEX: #61D6AD RGB: (97,214,173)

Color info

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

RGB color model

#61D6AD color RGB value is (97,214,173).

RGB: (97,214,173) (38%, 84%, 68%)

RGB channels and saturation

R 97 of 255 = 38%
G 214 of 255 = 84%
B 173 of 255 = 68%

97
214
173

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

Portions of RGB colors in percentages

R + G + B = 97 + 214 + 173 = 484 (100%)
R 97 of 484 ~ 20.04%
G 214 of 484 ~ 44.21%
B 173 of 484 ~ 35.74'%

%20.04
%44.21
%35.74

CMYK color model

#61D6AD color CMYK value is (55,0,19,16).

  • cyan value is 54.67%
  • magenta value is 0.00%
  • yellow value is 19.16%
  • key color value is 16.08%

CMYK: (55,0,19,16)
C55M0Y19K16 (55%, 0%, 19%, 16%)
(0.55 / 0.00 / 0.19 / 0.16)

CMYK percentages

%54.67
%0
%19.16
%16.08

Codes

Color #61D6AD in popluar color models

61 D6 AD
RGB 97 214 173
HSL 159° 58.79% 60.98%
HSB/HSV 159° 54.67% 83.92%
CMYK 54.67% 0.00% 19.16%
16.08%

Color #61D6AD in popluar number systems.

HEX 61 D6 AD
Decimal 97 214 173
Binary 1100001 11010110 10101101
Octal 141 326 255

Shades and tints

Shades of #61D6AD

#61D6AD
(97,214,173)
#59C39E
(89,195,158)
#51B08F
(81,176,143)
#499D80
(73,157,128)
#418A71
(65,138,113)
#397762
(57,119,98)
#316453
(49,100,83)
#295144
(41,81,68)
#213E35
(33,62,53)
#192B26
(25,43,38)
#111817
(17,24,23)
#000000
(0,0,0)

Tints of #61D6AD

#61D6AD
(97,214,173)
#6FD9B4
(111,217,180)
#7DDCBB
(125,220,187)
#8BDFC2
(139,223,194)
#99E2C9
(153,226,201)
#A7E5D0
(167,229,208)
#B5E8D7
(181,232,215)
#C3EBDE
(195,235,222)
#D1EEE5
(209,238,229)
#DFF1EC
(223,241,236)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61D6AD color. Also use rgb(97,214,173) instead hex code.

Text Font Color

.myTextColor { color: #61D6AD; }

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

This text font color is #61D6AD.

Background Color

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

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

This div background color is #61D6AD.

Border color

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

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

This div border color is #61D6AD.

Opacity

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

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

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

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

This text has shadow with #61D6AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61D6AD.

Preview

Color preview on black background

This text has color #61D6AD on black background.


Color preview on white background

This text has color #61D6AD on white background.


Black color preview on #61D6AD background

This text has black color on #61D6AD background.


White color preview on #61D6AD background

This text has white color on #61D6AD background.


Related colors

Complementary color

Complementary color for #hex is #9E2952.


I love getcolorcode.com

Triadic colors

1 #AD61D6 and #D6AD61 with #61D6AD are triadic colors.

2 #ADD661 and #D661AD with #61D6AD are triadic colors.