COLOR #61DBA0

HEX: #61DBA0
RGB: (97,219,160)

Color info

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

RGB color model

#61DBA0 color RGB value is (97,219,160).

  • red value is 97;
  • green value is 219;
  • blue value is 160.
RGB:
(97,219,160)
(38%,86%,63%)

RGB channels and saturation

R 97 of 255 = 38%
G 219 of 255 = 86%
B 160 of 255 = 63%

97
219
160

R + G + B ~ 62%. #61DBA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
97 + 219 + 160 = 476 (100%)
R 97 of 476 ~ 20.38%
G 219 of 476 ~ 46.01%
B 160 of 476 ~ 33.61%

%20.38
%46.01
%33.61

CMYK color model

#61DBA0 color CMYK value is (56,0,27,14).

  • cyan value is 55.71%
  • magenta value is 0.00%
  • yellow value is 26.94%
  • key color value is 14.12%
CMYK:
(56,0,27,14)
C56M0Y27K14 
(56%,0%,27%,14%)
(0.56/0.00/0.27/0.14)	

CMYK percentages

%55.71
%0
%26.94
%14.12

Codes

Color #61DBA0 in popluar color models

61DBA0
RGB97219160
HSL151°62.89%61.96%
HSB/HSV151°55.71%85.88%
CMYK55.71%0.00%26.94%
14.12%

Color #61DBA0 in popluar number systems.

HEX61DBA0
Decimal97219160
Binary11000011101101110100000
Octal141333240

Shades and tints

Shades of #61DBA0

#61DBA0
(97,219,160)
#59C892
(89,200,146)
#51B584
(81,181,132)
#49A276
(73,162,118)
#418F68
(65,143,104)
#397C5A
(57,124,90)
#31694C
(49,105,76)
#29563E
(41,86,62)
#214330
(33,67,48)
#193022
(25,48,34)
#111D14
(17,29,20)
#000000
(0,0,0)

Tints of #61DBA0

#61DBA0
(97,219,160)
#6FDEA8
(111,222,168)
#7DE1B0
(125,225,176)
#8BE4B8
(139,228,184)
#99E7C0
(153,231,192)
#A7EAC8
(167,234,200)
#B5EDD0
(181,237,208)
#C3F0D8
(195,240,216)
#D1F3E0
(209,243,224)
#DFF6E8
(223,246,232)
#EDF9F0
(237,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61DBA0 color. Also use rgb(97,219,160) instead hex code.

Text Font Color

.myTextColor { color: #61DBA0; }

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

This text font color is #61DBA0.


Background Color

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

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

This div background color is #61DBA0.


Border color

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

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

This div border color is #61DBA0.


Opacity

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

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

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

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

This text has shadow with #61DBA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61DBA0 on black background.


Color preview on white background

This text has color #61DBA0 on white background.



Black color preview on #61DBA0 background

This text has black color on #61DBA0 background.


White color preview on #61DBA0 background

This text has white color on #61DBA0 background.