COLOR #53C6B3

HEX: #53C6B3
RGB: (83,198,179)

Color info

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

RGB color model

#53C6B3 color RGB value is (83,198,179).

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

RGB channels and saturation

R 83 of 255 = 33%
G 198 of 255 = 78%
B 179 of 255 = 70%

83
198
179

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

Portions of RGB colors in percentages

R + G + B =
83 + 198 + 179 = 460 (100%)
R 83 of 460 ~ 18.04%
G 198 of 460 ~ 43.04%
B 179 of 460 ~ 38.91%

%18.04
%43.04
%38.91

CMYK color model

#53C6B3 color CMYK value is (58,0,10,22).

  • cyan value is 58.08%
  • magenta value is 0.00%
  • yellow value is 9.60%
  • key color value is 22.35%
CMYK:
(58,0,10,22)
C58M0Y10K22 
(58%,0%,10%,22%)
(0.58/0.00/0.10/0.22)	

CMYK percentages

%58.08
%0
%9.6
%22.35

Codes

Color #53C6B3 in popluar color models

53C6B3
RGB83198179
HSL170°50.22%55.10%
HSB/HSV170°58.08%77.65%
CMYK58.08%0.00%9.60%
22.35%

Color #53C6B3 in popluar number systems.

HEX53C6B3
Decimal83198179
Binary10100111100011010110011
Octal123306263

Shades and tints

Shades of #53C6B3

#53C6B3
(83,198,179)
#4CB4A3
(76,180,163)
#45A293
(69,162,147)
#3E9083
(62,144,131)
#377E73
(55,126,115)
#306C63
(48,108,99)
#295A53
(41,90,83)
#224843
(34,72,67)
#1B3633
(27,54,51)
#142423
(20,36,35)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #53C6B3

#53C6B3
(83,198,179)
#62CBB9
(98,203,185)
#71D0BF
(113,208,191)
#80D5C5
(128,213,197)
#8FDACB
(143,218,203)
#9EDFD1
(158,223,209)
#ADE4D7
(173,228,215)
#BCE9DD
(188,233,221)
#CBEEE3
(203,238,227)
#DAF3E9
(218,243,233)
#E9F8EF
(233,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53C6B3; }

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

This text font color is #53C6B3.


Background Color

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

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

This div background color is #53C6B3.


Border color

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

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

This div border color is #53C6B3.


Opacity

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

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

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

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

This text has shadow with #53C6B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53C6B3 on black background.


Color preview on white background

This text has color #53C6B3 on white background.



Black color preview on #53C6B3 background

This text has black color on #53C6B3 background.


White color preview on #53C6B3 background

This text has white color on #53C6B3 background.