COLOR #53F3A5

HEX: #53F3A5
RGB: (83,243,165)

Color info

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

RGB color model

#53F3A5 color RGB value is (83,243,165).

  • red value is 83;
  • green value is 243;
  • blue value is 165.
RGB:
(83,243,165)
(33%,95%,65%)

RGB channels and saturation

R 83 of 255 = 33%
G 243 of 255 = 95%
B 165 of 255 = 65%

83
243
165

R + G + B ~ 64%. #53F3A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
83 + 243 + 165 = 491 (100%)
R 83 of 491 ~ 16.9%
G 243 of 491 ~ 49.49%
B 165 of 491 ~ 33.6%

%16.9
%49.49
%33.6

CMYK color model

#53F3A5 color CMYK value is (66,0,32,5).

  • cyan value is 65.84%
  • magenta value is 0.00%
  • yellow value is 32.10%
  • key color value is 4.71%
CMYK:
(66,0,32,5)
C66M0Y32K5 
(66%,0%,32%,5%)
(0.66/0.00/0.32/0.05)	

CMYK percentages

%65.84
%0
%32.1
%4.71

Codes

Color #53F3A5 in popluar color models

53F3A5
RGB83243165
HSL151°86.96%63.92%
HSB/HSV151°65.84%95.29%
CMYK65.84%0.00%32.10%
4.71%

Color #53F3A5 in popluar number systems.

HEX53F3A5
Decimal83243165
Binary10100111111001110100101
Octal123363245

Shades and tints

Shades of #53F3A5

#53F3A5
(83,243,165)
#4CDD96
(76,221,150)
#45C787
(69,199,135)
#3EB178
(62,177,120)
#379B69
(55,155,105)
#30855A
(48,133,90)
#296F4B
(41,111,75)
#22593C
(34,89,60)
#1B432D
(27,67,45)
#142D1E
(20,45,30)
#0D170F
(13,23,15)
#000000
(0,0,0)

Tints of #53F3A5

#53F3A5
(83,243,165)
#62F4AD
(98,244,173)
#71F5B5
(113,245,181)
#80F6BD
(128,246,189)
#8FF7C5
(143,247,197)
#9EF8CD
(158,248,205)
#ADF9D5
(173,249,213)
#BCFADD
(188,250,221)
#CBFBE5
(203,251,229)
#DAFCED
(218,252,237)
#E9FDF5
(233,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53F3A5 color. Also use rgb(83,243,165) instead hex code.

Text Font Color

.myTextColor { color: #53F3A5; }

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

This text font color is #53F3A5.


Background Color

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

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

This div background color is #53F3A5.


Border color

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

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

This div border color is #53F3A5.


Opacity

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

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

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

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

This text has shadow with #53F3A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53F3A5 on black background.


Color preview on white background

This text has color #53F3A5 on white background.



Black color preview on #53F3A5 background

This text has black color on #53F3A5 background.


White color preview on #53F3A5 background

This text has white color on #53F3A5 background.