COLOR #61E1B6

HEX: #61E1B6
RGB: (97,225,182)

Color info

#61E1B6 contains mainly green and blue colors. Web safe color of #61E1B6 is #66CCCC (or #6CC).

RGB color model

#61E1B6 color RGB value is (97,225,182).

  • red value is 97;
  • green value is 225;
  • blue value is 182.
RGB:
(97,225,182)
(38%,88%,71%)

RGB channels and saturation

R 97 of 255 = 38%
G 225 of 255 = 88%
B 182 of 255 = 71%

97
225
182

R + G + B ~ 66%. #61E1B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
97 + 225 + 182 = 504 (100%)
R 97 of 504 ~ 19.25%
G 225 of 504 ~ 44.64%
B 182 of 504 ~ 36.11%

%19.25
%44.64
%36.11

CMYK color model

#61E1B6 color CMYK value is (57,0,19,12).

  • cyan value is 56.89%
  • magenta value is 0.00%
  • yellow value is 19.11%
  • key color value is 11.76%
CMYK:
(57,0,19,12)
C57M0Y19K12 
(57%,0%,19%,12%)
(0.57/0.00/0.19/0.12)	

CMYK percentages

%56.89
%0
%19.11
%11.76

Codes

Color #61E1B6 in popluar color models

61E1B6
RGB97225182
HSL160°68.09%63.14%
HSB/HSV160°56.89%88.24%
CMYK56.89%0.00%19.11%
11.76%

Color #61E1B6 in popluar number systems.

HEX61E1B6
Decimal97225182
Binary11000011110000110110110
Octal141341266

Shades and tints

Shades of #61E1B6

#61E1B6
(97,225,182)
#59CDA6
(89,205,166)
#51B996
(81,185,150)
#49A586
(73,165,134)
#419176
(65,145,118)
#397D66
(57,125,102)
#316956
(49,105,86)
#295546
(41,85,70)
#214136
(33,65,54)
#192D26
(25,45,38)
#111916
(17,25,22)
#000000
(0,0,0)

Tints of #61E1B6

#61E1B6
(97,225,182)
#6FE3BC
(111,227,188)
#7DE5C2
(125,229,194)
#8BE7C8
(139,231,200)
#99E9CE
(153,233,206)
#A7EBD4
(167,235,212)
#B5EDDA
(181,237,218)
#C3EFE0
(195,239,224)
#D1F1E6
(209,241,230)
#DFF3EC
(223,243,236)
#EDF5F2
(237,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61E1B6 color. Also use rgb(97,225,182) instead hex code.

Text Font Color

.myTextColor { color: #61E1B6; }

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

This text font color is #61E1B6.


Background Color

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

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

This div background color is #61E1B6.


Border color

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

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

This div border color is #61E1B6.


Opacity

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

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

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

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

This text has shadow with #61E1B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61E1B6 on black background.


Color preview on white background

This text has color #61E1B6 on white background.



Black color preview on #61E1B6 background

This text has black color on #61E1B6 background.


White color preview on #61E1B6 background

This text has white color on #61E1B6 background.