COLOR #53D9C8

HEX: #53D9C8
RGB: (83,217,200)

Color info

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

RGB color model

#53D9C8 color RGB value is (83,217,200).

  • red value is 83;
  • green value is 217;
  • blue value is 200.
RGB:
(83,217,200)
(33%,85%,78%)

RGB channels and saturation

R 83 of 255 = 33%
G 217 of 255 = 85%
B 200 of 255 = 78%

83
217
200

R + G + B ~ 65%. #53D9C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
83 + 217 + 200 = 500 (100%)
R 83 of 500 ~ 16.6%
G 217 of 500 ~ 43.4%
B 200 of 500 ~ 40%

%16.6
%43.4
%40

CMYK color model

#53D9C8 color CMYK value is (62,0,8,15).

  • cyan value is 61.75%
  • magenta value is 0.00%
  • yellow value is 7.83%
  • key color value is 14.90%
CMYK:
(62,0,8,15)
C62M0Y8K15 
(62%,0%,8%,15%)
(0.62/0.00/0.08/0.15)	

CMYK percentages

%61.75
%0
%7.83
%14.9

Codes

Color #53D9C8 in popluar color models

53D9C8
RGB83217200
HSL172°63.81%58.82%
HSB/HSV172°61.75%85.10%
CMYK61.75%0.00%7.83%
14.90%

Color #53D9C8 in popluar number systems.

HEX53D9C8
Decimal83217200
Binary10100111101100111001000
Octal123331310

Shades and tints

Shades of #53D9C8

#53D9C8
(83,217,200)
#4CC6B6
(76,198,182)
#45B3A4
(69,179,164)
#3EA092
(62,160,146)
#378D80
(55,141,128)
#307A6E
(48,122,110)
#29675C
(41,103,92)
#22544A
(34,84,74)
#1B4138
(27,65,56)
#142E26
(20,46,38)
#0D1B14
(13,27,20)
#000000
(0,0,0)

Tints of #53D9C8

#53D9C8
(83,217,200)
#62DCCD
(98,220,205)
#71DFD2
(113,223,210)
#80E2D7
(128,226,215)
#8FE5DC
(143,229,220)
#9EE8E1
(158,232,225)
#ADEBE6
(173,235,230)
#BCEEEB
(188,238,235)
#CBF1F0
(203,241,240)
#DAF4F5
(218,244,245)
#E9F7FA
(233,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53D9C8 color. Also use rgb(83,217,200) instead hex code.

Text Font Color

.myTextColor { color: #53D9C8; }

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

This text font color is #53D9C8.


Background Color

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

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

This div background color is #53D9C8.


Border color

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

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

This div border color is #53D9C8.


Opacity

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

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

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

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

This text has shadow with #53D9C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53D9C8 on black background.


Color preview on white background

This text has color #53D9C8 on white background.



Black color preview on #53D9C8 background

This text has black color on #53D9C8 background.


White color preview on #53D9C8 background

This text has white color on #53D9C8 background.