COLOR #53E3C6

HEX: #53E3C6
RGB: (83,227,198)

Color info

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

RGB color model

#53E3C6 color RGB value is (83,227,198).

  • red value is 83;
  • green value is 227;
  • blue value is 198.
RGB:
(83,227,198)
(33%,89%,78%)

RGB channels and saturation

R 83 of 255 = 33%
G 227 of 255 = 89%
B 198 of 255 = 78%

83
227
198

R + G + B ~ 67%. #53E3C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
83 + 227 + 198 = 508 (100%)
R 83 of 508 ~ 16.34%
G 227 of 508 ~ 44.69%
B 198 of 508 ~ 38.98%

%16.34
%44.69
%38.98

CMYK color model

#53E3C6 color CMYK value is (63,0,13,11).

  • cyan value is 63.44%
  • magenta value is 0.00%
  • yellow value is 12.78%
  • key color value is 10.98%
CMYK:
(63,0,13,11)
C63M0Y13K11 
(63%,0%,13%,11%)
(0.63/0.00/0.13/0.11)	

CMYK percentages

%63.44
%0
%12.78
%10.98

Codes

Color #53E3C6 in popluar color models

53E3C6
RGB83227198
HSL168°72.00%60.78%
HSB/HSV168°63.44%89.02%
CMYK63.44%0.00%12.78%
10.98%

Color #53E3C6 in popluar number systems.

HEX53E3C6
Decimal83227198
Binary10100111110001111000110
Octal123343306

Shades and tints

Shades of #53E3C6

#53E3C6
(83,227,198)
#4CCFB4
(76,207,180)
#45BBA2
(69,187,162)
#3EA790
(62,167,144)
#37937E
(55,147,126)
#307F6C
(48,127,108)
#296B5A
(41,107,90)
#225748
(34,87,72)
#1B4336
(27,67,54)
#142F24
(20,47,36)
#0D1B12
(13,27,18)
#000000
(0,0,0)

Tints of #53E3C6

#53E3C6
(83,227,198)
#62E5CB
(98,229,203)
#71E7D0
(113,231,208)
#80E9D5
(128,233,213)
#8FEBDA
(143,235,218)
#9EEDDF
(158,237,223)
#ADEFE4
(173,239,228)
#BCF1E9
(188,241,233)
#CBF3EE
(203,243,238)
#DAF5F3
(218,245,243)
#E9F7F8
(233,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53E3C6 color. Also use rgb(83,227,198) instead hex code.

Text Font Color

.myTextColor { color: #53E3C6; }

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

This text font color is #53E3C6.


Background Color

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

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

This div background color is #53E3C6.


Border color

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

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

This div border color is #53E3C6.


Opacity

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

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

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

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

This text has shadow with #53E3C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53E3C6 on black background.


Color preview on white background

This text has color #53E3C6 on white background.



Black color preview on #53E3C6 background

This text has black color on #53E3C6 background.


White color preview on #53E3C6 background

This text has white color on #53E3C6 background.