COLOR #53C4B6

HEX: #53C4B6
RGB: (83,196,182)

Color info

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

RGB color model

#53C4B6 color RGB value is (83,196,182).

  • red value is 83;
  • green value is 196;
  • blue value is 182.
RGB:
(83,196,182)
(33%,77%,71%)

RGB channels and saturation

R 83 of 255 = 33%
G 196 of 255 = 77%
B 182 of 255 = 71%

83
196
182

R + G + B ~ 60%. #53C4B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 196 + 182 = 461 (100%)
R 83 of 461 ~ 18%
G 196 of 461 ~ 42.52%
B 182 of 461 ~ 39.48%

%18
%42.52
%39.48

CMYK color model

#53C4B6 color CMYK value is (58,0,7,23).

  • cyan value is 57.65%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 23.14%
CMYK:
(58,0,7,23)
C58M0Y7K23 
(58%,0%,7%,23%)
(0.58/0.00/0.07/0.23)	

CMYK percentages

%57.65
%0
%7.14
%23.14

Codes

Color #53C4B6 in popluar color models

53C4B6
RGB83196182
HSL173°48.92%54.71%
HSB/HSV173°57.65%76.86%
CMYK57.65%0.00%7.14%
23.14%

Color #53C4B6 in popluar number systems.

HEX53C4B6
Decimal83196182
Binary10100111100010010110110
Octal123304266

Shades and tints

Shades of #53C4B6

#53C4B6
(83,196,182)
#4CB3A6
(76,179,166)
#45A296
(69,162,150)
#3E9186
(62,145,134)
#378076
(55,128,118)
#306F66
(48,111,102)
#295E56
(41,94,86)
#224D46
(34,77,70)
#1B3C36
(27,60,54)
#142B26
(20,43,38)
#0D1A16
(13,26,22)
#000000
(0,0,0)

Tints of #53C4B6

#53C4B6
(83,196,182)
#62C9BC
(98,201,188)
#71CEC2
(113,206,194)
#80D3C8
(128,211,200)
#8FD8CE
(143,216,206)
#9EDDD4
(158,221,212)
#ADE2DA
(173,226,218)
#BCE7E0
(188,231,224)
#CBECE6
(203,236,230)
#DAF1EC
(218,241,236)
#E9F6F2
(233,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53C4B6 color. Also use rgb(83,196,182) instead hex code.

Text Font Color

.myTextColor { color: #53C4B6; }

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

This text font color is #53C4B6.


Background Color

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

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

This div background color is #53C4B6.


Border color

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

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

This div border color is #53C4B6.


Opacity

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

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

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

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

This text has shadow with #53C4B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53C4B6 on black background.


Color preview on white background

This text has color #53C4B6 on white background.



Black color preview on #53C4B6 background

This text has black color on #53C4B6 background.


White color preview on #53C4B6 background

This text has white color on #53C4B6 background.