COLOR #61E7B4

HEX: #61E7B4
RGB: (97,231,180)

Color info

#61E7B4 contains mainly green and blue colors. Web safe color of #61E7B4 is #66FFCC (or #6FC).

RGB color model

#61E7B4 color RGB value is (97,231,180).

  • red value is 97;
  • green value is 231;
  • blue value is 180.
RGB:
(97,231,180)
(38%,91%,71%)

RGB channels and saturation

R 97 of 255 = 38%
G 231 of 255 = 91%
B 180 of 255 = 71%

97
231
180

R + G + B ~ 67%. #61E7B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
97 + 231 + 180 = 508 (100%)
R 97 of 508 ~ 19.09%
G 231 of 508 ~ 45.47%
B 180 of 508 ~ 35.43%

%19.09
%45.47
%35.43

CMYK color model

#61E7B4 color CMYK value is (58,0,22,9).

  • cyan value is 58.01%
  • magenta value is 0.00%
  • yellow value is 22.08%
  • key color value is 9.41%
CMYK:
(58,0,22,9)
C58M0Y22K9 
(58%,0%,22%,9%)
(0.58/0.00/0.22/0.09)	

CMYK percentages

%58.01
%0
%22.08
%9.41

Codes

Color #61E7B4 in popluar color models

61E7B4
RGB97231180
HSL157°73.63%64.31%
HSB/HSV157°58.01%90.59%
CMYK58.01%0.00%22.08%
9.41%

Color #61E7B4 in popluar number systems.

HEX61E7B4
Decimal97231180
Binary11000011110011110110100
Octal141347264

Shades and tints

Shades of #61E7B4

#61E7B4
(97,231,180)
#59D2A4
(89,210,164)
#51BD94
(81,189,148)
#49A884
(73,168,132)
#419374
(65,147,116)
#397E64
(57,126,100)
#316954
(49,105,84)
#295444
(41,84,68)
#213F34
(33,63,52)
#192A24
(25,42,36)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #61E7B4

#61E7B4
(97,231,180)
#6FE9BA
(111,233,186)
#7DEBC0
(125,235,192)
#8BEDC6
(139,237,198)
#99EFCC
(153,239,204)
#A7F1D2
(167,241,210)
#B5F3D8
(181,243,216)
#C3F5DE
(195,245,222)
#D1F7E4
(209,247,228)
#DFF9EA
(223,249,234)
#EDFBF0
(237,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61E7B4 color. Also use rgb(97,231,180) instead hex code.

Text Font Color

.myTextColor { color: #61E7B4; }

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

This text font color is #61E7B4.


Background Color

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

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

This div background color is #61E7B4.


Border color

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

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

This div border color is #61E7B4.


Opacity

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

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

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

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

This text has shadow with #61E7B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61E7B4 on black background.


Color preview on white background

This text has color #61E7B4 on white background.



Black color preview on #61E7B4 background

This text has black color on #61E7B4 background.


White color preview on #61E7B4 background

This text has white color on #61E7B4 background.