COLOR #53BC86

HEX: #53BC86 RGB: (83,188,134)

Color info

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

RGB color model

#53BC86 color RGB value is (83,188,134).

RGB: (83,188,134) (33%, 74%, 53%)

RGB channels and saturation

R 83 of 255 = 33%
G 188 of 255 = 74%
B 134 of 255 = 53%

83
188
134

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

Portions of RGB colors in percentages

R + G + B = 83 + 188 + 134 = 405 (100%)
R 83 of 405 ~ 20.49%
G 188 of 405 ~ 46.42%
B 134 of 405 ~ 33.09'%

%20.49
%46.42
%33.09

CMYK color model

#53BC86 color CMYK value is (56,0,29,26).

  • cyan value is 55.85%
  • magenta value is 0.00%
  • yellow value is 28.72%
  • key color value is 26.27%

CMYK: (56,0,29,26)
C56M0Y29K26 (56%, 0%, 29%, 26%)
(0.56 / 0.00 / 0.29 / 0.26)

CMYK percentages

%55.85
%0
%28.72
%26.27

Codes

Color #53BC86 in popluar color models

53 BC 86
RGB 83 188 134
HSL 149° 43.93% 53.14%
HSB/HSV 149° 55.85% 73.73%
CMYK 55.85% 0.00% 28.72%
26.27%

Color #53BC86 in popluar number systems.

HEX 53 BC 86
Decimal 83 188 134
Binary 1010011 10111100 10000110
Octal 123 274 206

Shades and tints

Shades of #53BC86

#53BC86
(83,188,134)
#4CAB7A
(76,171,122)
#459A6E
(69,154,110)
#3E8962
(62,137,98)
#377856
(55,120,86)
#30674A
(48,103,74)
#29563E
(41,86,62)
#224532
(34,69,50)
#1B3426
(27,52,38)
#14231A
(20,35,26)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #53BC86

#53BC86
(83,188,134)
#62C291
(98,194,145)
#71C89C
(113,200,156)
#80CEA7
(128,206,167)
#8FD4B2
(143,212,178)
#9EDABD
(158,218,189)
#ADE0C8
(173,224,200)
#BCE6D3
(188,230,211)
#CBECDE
(203,236,222)
#DAF2E9
(218,242,233)
#E9F8F4
(233,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53BC86 color. Also use rgb(83,188,134) instead hex code.

Text Font Color

.myTextColor { color: #53BC86; }

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

This text font color is #53BC86.

Background Color

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

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

This div background color is #53BC86.

Border color

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

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

This div border color is #53BC86.

Opacity

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

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

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

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

This text has shadow with #53BC86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53BC86.

Preview

Color preview on black background

This text has color #53BC86 on black background.


Color preview on white background

This text has color #53BC86 on white background.


Black color preview on #53BC86 background

This text has black color on #53BC86 background.


White color preview on #53BC86 background

This text has white color on #53BC86 background.


Related colors

Complementary color

Complementary color for #hex is #AC4379.


I love getcolorcode.com

Triadic colors

1 #8653BC and #BC8653 with #53BC86 are triadic colors.

2 #86BC53 and #BC5386 with #53BC86 are triadic colors.