COLOR #61EDA3

HEX: #61EDA3 RGB: (97,237,163)

Color info

#61EDA3 contains mainly green color. Web safe color of #61EDA3 is #66FF99 (or #6F9).

RGB color model

#61EDA3 color RGB value is (97,237,163).

RGB: (97,237,163) (38%, 93%, 64%)

RGB channels and saturation

R 97 of 255 = 38%
G 237 of 255 = 93%
B 163 of 255 = 64%

97
237
163

R + G + B ~ 65%. #61EDA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 97 + 237 + 163 = 497 (100%)
R 97 of 497 ~ 19.52%
G 237 of 497 ~ 47.69%
B 163 of 497 ~ 32.8'%

%19.52
%47.69
%32.8

CMYK color model

#61EDA3 color CMYK value is (59,0,31,7).

  • cyan value is 59.07%
  • magenta value is 0.00%
  • yellow value is 31.22%
  • key color value is 7.06%

CMYK: (59,0,31,7)
C59M0Y31K7 (59%, 0%, 31%, 7%)
(0.59 / 0.00 / 0.31 / 0.07)

CMYK percentages

%59.07
%0
%31.22
%7.06

Codes

Color #61EDA3 in popluar color models

61 ED A3
RGB 97 237 163
HSL 148° 79.55% 65.49%
HSB/HSV 148° 59.07% 92.94%
CMYK 59.07% 0.00% 31.22%
7.06%

Color #61EDA3 in popluar number systems.

HEX 61 ED A3
Decimal 97 237 163
Binary 1100001 11101101 10100011
Octal 141 355 243

Shades and tints

Shades of #61EDA3

#61EDA3
(97,237,163)
#59D895
(89,216,149)
#51C387
(81,195,135)
#49AE79
(73,174,121)
#41996B
(65,153,107)
#39845D
(57,132,93)
#316F4F
(49,111,79)
#295A41
(41,90,65)
#214533
(33,69,51)
#193025
(25,48,37)
#111B17
(17,27,23)
#000000
(0,0,0)

Tints of #61EDA3

#61EDA3
(97,237,163)
#6FEEAB
(111,238,171)
#7DEFB3
(125,239,179)
#8BF0BB
(139,240,187)
#99F1C3
(153,241,195)
#A7F2CB
(167,242,203)
#B5F3D3
(181,243,211)
#C3F4DB
(195,244,219)
#D1F5E3
(209,245,227)
#DFF6EB
(223,246,235)
#EDF7F3
(237,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61EDA3 color. Also use rgb(97,237,163) instead hex code.

Text Font Color

.myTextColor { color: #61EDA3; }

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

This text font color is #61EDA3.

Background Color

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

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

This div background color is #61EDA3.

Border color

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

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

This div border color is #61EDA3.

Opacity

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

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

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

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

This text has shadow with #61EDA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61EDA3.

Preview

Color preview on black background

This text has color #61EDA3 on black background.


Color preview on white background

This text has color #61EDA3 on white background.


Black color preview on #61EDA3 background

This text has black color on #61EDA3 background.


White color preview on #61EDA3 background

This text has white color on #61EDA3 background.


Related colors

Complementary color

Complementary color for #hex is #9E125C.


I love getcolorcode.com

Triadic colors

1 #A361ED and #EDA361 with #61EDA3 are triadic colors.

2 #A3ED61 and #ED61A3 with #61EDA3 are triadic colors.