COLOR #53BAA4

HEX: #53BAA4
RGB: (83,186,164)

Color info

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

RGB color model

#53BAA4 color RGB value is (83,186,164).

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

RGB channels and saturation

R 83 of 255 = 33%
G 186 of 255 = 73%
B 164 of 255 = 64%

83
186
164

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

Portions of RGB colors in percentages

R + G + B =
83 + 186 + 164 = 433 (100%)
R 83 of 433 ~ 19.17%
G 186 of 433 ~ 42.96%
B 164 of 433 ~ 37.88%

%19.17
%42.96
%37.88

CMYK color model

#53BAA4 color CMYK value is (55,0,12,27).

  • cyan value is 55.38%
  • magenta value is 0.00%
  • yellow value is 11.83%
  • key color value is 27.06%
CMYK:
(55,0,12,27)
C55M0Y12K27 
(55%,0%,12%,27%)
(0.55/0.00/0.12/0.27)	

CMYK percentages

%55.38
%0
%11.83
%27.06

Codes

Color #53BAA4 in popluar color models

53BAA4
RGB83186164
HSL167°42.74%52.75%
HSB/HSV167°55.38%72.94%
CMYK55.38%0.00%11.83%
27.06%

Color #53BAA4 in popluar number systems.

HEX53BAA4
Decimal83186164
Binary10100111011101010100100
Octal123272244

Shades and tints

Shades of #53BAA4

#53BAA4
(83,186,164)
#4CAA96
(76,170,150)
#459A88
(69,154,136)
#3E8A7A
(62,138,122)
#377A6C
(55,122,108)
#306A5E
(48,106,94)
#295A50
(41,90,80)
#224A42
(34,74,66)
#1B3A34
(27,58,52)
#142A26
(20,42,38)
#0D1A18
(13,26,24)
#000000
(0,0,0)

Tints of #53BAA4

#53BAA4
(83,186,164)
#62C0AC
(98,192,172)
#71C6B4
(113,198,180)
#80CCBC
(128,204,188)
#8FD2C4
(143,210,196)
#9ED8CC
(158,216,204)
#ADDED4
(173,222,212)
#BCE4DC
(188,228,220)
#CBEAE4
(203,234,228)
#DAF0EC
(218,240,236)
#E9F6F4
(233,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53BAA4; }

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

This text font color is #53BAA4.


Background Color

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

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

This div background color is #53BAA4.


Border color

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

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

This div border color is #53BAA4.


Opacity

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

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

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

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

This text has shadow with #53BAA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53BAA4 on black background.


Color preview on white background

This text has color #53BAA4 on white background.



Black color preview on #53BAA4 background

This text has black color on #53BAA4 background.


White color preview on #53BAA4 background

This text has white color on #53BAA4 background.