COLOR #53D1BA

HEX: #53D1BA
RGB: (83,209,186)

Color info

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

RGB color model

#53D1BA color RGB value is (83,209,186).

  • red value is 83;
  • green value is 209;
  • blue value is 186.
RGB:
(83,209,186)
(33%,82%,73%)

RGB channels and saturation

R 83 of 255 = 33%
G 209 of 255 = 82%
B 186 of 255 = 73%

83
209
186

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

Portions of RGB colors in percentages

R + G + B =
83 + 209 + 186 = 478 (100%)
R 83 of 478 ~ 17.36%
G 209 of 478 ~ 43.72%
B 186 of 478 ~ 38.91%

%17.36
%43.72
%38.91

CMYK color model

#53D1BA color CMYK value is (60,0,11,18).

  • cyan value is 60.29%
  • magenta value is 0.00%
  • yellow value is 11.00%
  • key color value is 18.04%
CMYK:
(60,0,11,18)
C60M0Y11K18 
(60%,0%,11%,18%)
(0.60/0.00/0.11/0.18)	

CMYK percentages

%60.29
%0
%11
%18.04

Codes

Color #53D1BA in popluar color models

53D1BA
RGB83209186
HSL169°57.80%57.25%
HSB/HSV169°60.29%81.96%
CMYK60.29%0.00%11.00%
18.04%

Color #53D1BA in popluar number systems.

HEX53D1BA
Decimal83209186
Binary10100111101000110111010
Octal123321272

Shades and tints

Shades of #53D1BA

#53D1BA
(83,209,186)
#4CBEAA
(76,190,170)
#45AB9A
(69,171,154)
#3E988A
(62,152,138)
#37857A
(55,133,122)
#30726A
(48,114,106)
#295F5A
(41,95,90)
#224C4A
(34,76,74)
#1B393A
(27,57,58)
#14262A
(20,38,42)
#0D131A
(13,19,26)
#000000
(0,0,0)

Tints of #53D1BA

#53D1BA
(83,209,186)
#62D5C0
(98,213,192)
#71D9C6
(113,217,198)
#80DDCC
(128,221,204)
#8FE1D2
(143,225,210)
#9EE5D8
(158,229,216)
#ADE9DE
(173,233,222)
#BCEDE4
(188,237,228)
#CBF1EA
(203,241,234)
#DAF5F0
(218,245,240)
#E9F9F6
(233,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53D1BA color. Also use rgb(83,209,186) instead hex code.

Text Font Color

.myTextColor { color: #53D1BA; }

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

This text font color is #53D1BA.


Background Color

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

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

This div background color is #53D1BA.


Border color

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

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

This div border color is #53D1BA.


Opacity

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

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

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

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

This text has shadow with #53D1BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53D1BA on black background.


Color preview on white background

This text has color #53D1BA on white background.



Black color preview on #53D1BA background

This text has black color on #53D1BA background.


White color preview on #53D1BA background

This text has white color on #53D1BA background.