COLOR #53EC9E

HEX: #53EC9E
RGB: (83,236,158)

Color info

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

RGB color model

#53EC9E color RGB value is (83,236,158).

  • red value is 83;
  • green value is 236;
  • blue value is 158.
RGB:
(83,236,158)
(33%,93%,62%)

RGB channels and saturation

R 83 of 255 = 33%
G 236 of 255 = 93%
B 158 of 255 = 62%

83
236
158

R + G + B ~ 63%. #53EC9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
83 + 236 + 158 = 477 (100%)
R 83 of 477 ~ 17.4%
G 236 of 477 ~ 49.48%
B 158 of 477 ~ 33.12%

%17.4
%49.48
%33.12

CMYK color model

#53EC9E color CMYK value is (65,0,33,7).

  • cyan value is 64.83%
  • magenta value is 0.00%
  • yellow value is 33.05%
  • key color value is 7.45%
CMYK:
(65,0,33,7)
C65M0Y33K7 
(65%,0%,33%,7%)
(0.65/0.00/0.33/0.07)	

CMYK percentages

%64.83
%0
%33.05
%7.45

Codes

Color #53EC9E in popluar color models

53EC9E
RGB83236158
HSL149°80.10%62.55%
HSB/HSV149°64.83%92.55%
CMYK64.83%0.00%33.05%
7.45%

Color #53EC9E in popluar number systems.

HEX53EC9E
Decimal83236158
Binary10100111110110010011110
Octal123354236

Shades and tints

Shades of #53EC9E

#53EC9E
(83,236,158)
#4CD790
(76,215,144)
#45C282
(69,194,130)
#3EAD74
(62,173,116)
#379866
(55,152,102)
#308358
(48,131,88)
#296E4A
(41,110,74)
#22593C
(34,89,60)
#1B442E
(27,68,46)
#142F20
(20,47,32)
#0D1A12
(13,26,18)
#000000
(0,0,0)

Tints of #53EC9E

#53EC9E
(83,236,158)
#62EDA6
(98,237,166)
#71EEAE
(113,238,174)
#80EFB6
(128,239,182)
#8FF0BE
(143,240,190)
#9EF1C6
(158,241,198)
#ADF2CE
(173,242,206)
#BCF3D6
(188,243,214)
#CBF4DE
(203,244,222)
#DAF5E6
(218,245,230)
#E9F6EE
(233,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53EC9E color. Also use rgb(83,236,158) instead hex code.

Text Font Color

.myTextColor { color: #53EC9E; }

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

This text font color is #53EC9E.


Background Color

.myBgColor { background-color: #53EC9E; }

<div style="background-color:#53EC9E">Inner text</div>

This div background color is #53EC9E.


Border color

.myBorderColor { border: 1px solid #53EC9E; }

<div style="border:3px solid #53EC9E">Div</div>

This div border color is #53EC9E.


Opacity

.myOpacity80 { color: #53EC9E; opacity: 0.8; }

<p style="color:#53EC9E;opacity:0.8;">80%</p>

Text with #53EC9E 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 #53EC9E;}

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

This text has shadow with #53EC9E color.

.textShadow {text-shadow: 3px 3px 1px #53EC9E, 3px 3px 1px red;}

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

This text has shadow with #53EC9E primary color and red secondary color.


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

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

This text has shadow with #53EC9E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53EC9E on black background.


Color preview on white background

This text has color #53EC9E on white background.



Black color preview on #53EC9E background

This text has black color on #53EC9E background.


White color preview on #53EC9E background

This text has white color on #53EC9E background.