COLOR #53DBAE

HEX: #53DBAE
RGB: (83,219,174)

Color info

#53DBAE contains mainly green and blue colors. Web safe color of #53DBAE is #66CC99 (or #6C9).

RGB color model

#53DBAE color RGB value is (83,219,174).

  • red value is 83;
  • green value is 219;
  • blue value is 174.
RGB:
(83,219,174)
(33%,86%,68%)

RGB channels and saturation

R 83 of 255 = 33%
G 219 of 255 = 86%
B 174 of 255 = 68%

83
219
174

R + G + B ~ 62%. #53DBAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
83 + 219 + 174 = 476 (100%)
R 83 of 476 ~ 17.44%
G 219 of 476 ~ 46.01%
B 174 of 476 ~ 36.55%

%17.44
%46.01
%36.55

CMYK color model

#53DBAE color CMYK value is (62,0,21,14).

  • cyan value is 62.10%
  • magenta value is 0.00%
  • yellow value is 20.55%
  • key color value is 14.12%
CMYK:
(62,0,21,14)
C62M0Y21K14 
(62%,0%,21%,14%)
(0.62/0.00/0.21/0.14)	

CMYK percentages

%62.1
%0
%20.55
%14.12

Codes

Color #53DBAE in popluar color models

53DBAE
RGB83219174
HSL160°65.38%59.22%
HSB/HSV160°62.10%85.88%
CMYK62.10%0.00%20.55%
14.12%

Color #53DBAE in popluar number systems.

HEX53DBAE
Decimal83219174
Binary10100111101101110101110
Octal123333256

Shades and tints

Shades of #53DBAE

#53DBAE
(83,219,174)
#4CC89F
(76,200,159)
#45B590
(69,181,144)
#3EA281
(62,162,129)
#378F72
(55,143,114)
#307C63
(48,124,99)
#296954
(41,105,84)
#225645
(34,86,69)
#1B4336
(27,67,54)
#143027
(20,48,39)
#0D1D18
(13,29,24)
#000000
(0,0,0)

Tints of #53DBAE

#53DBAE
(83,219,174)
#62DEB5
(98,222,181)
#71E1BC
(113,225,188)
#80E4C3
(128,228,195)
#8FE7CA
(143,231,202)
#9EEAD1
(158,234,209)
#ADEDD8
(173,237,216)
#BCF0DF
(188,240,223)
#CBF3E6
(203,243,230)
#DAF6ED
(218,246,237)
#E9F9F4
(233,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53DBAE color. Also use rgb(83,219,174) instead hex code.

Text Font Color

.myTextColor { color: #53DBAE; }

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

This text font color is #53DBAE.


Background Color

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

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

This div background color is #53DBAE.


Border color

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

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

This div border color is #53DBAE.


Opacity

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

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

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

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

This text has shadow with #53DBAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53DBAE on black background.


Color preview on white background

This text has color #53DBAE on white background.



Black color preview on #53DBAE background

This text has black color on #53DBAE background.


White color preview on #53DBAE background

This text has white color on #53DBAE background.