COLOR #53B895

HEX: #53B895
RGB: (83,184,149)

Color info

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

RGB color model

#53B895 color RGB value is (83,184,149).

  • red value is 83;
  • green value is 184;
  • blue value is 149.
RGB:
(83,184,149)
(33%,72%,58%)

RGB channels and saturation

R 83 of 255 = 33%
G 184 of 255 = 72%
B 149 of 255 = 58%

83
184
149

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

Portions of RGB colors in percentages

R + G + B =
83 + 184 + 149 = 416 (100%)
R 83 of 416 ~ 19.95%
G 184 of 416 ~ 44.23%
B 149 of 416 ~ 35.82%

%19.95
%44.23
%35.82

CMYK color model

#53B895 color CMYK value is (55,0,19,28).

  • cyan value is 54.89%
  • magenta value is 0.00%
  • yellow value is 19.02%
  • key color value is 27.84%
CMYK:
(55,0,19,28)
C55M0Y19K28 
(55%,0%,19%,28%)
(0.55/0.00/0.19/0.28)	

CMYK percentages

%54.89
%0
%19.02
%27.84

Codes

Color #53B895 in popluar color models

53B895
RGB83184149
HSL159°41.56%52.35%
HSB/HSV159°54.89%72.16%
CMYK54.89%0.00%19.02%
27.84%

Color #53B895 in popluar number systems.

HEX53B895
Decimal83184149
Binary10100111011100010010101
Octal123270225

Shades and tints

Shades of #53B895

#53B895
(83,184,149)
#4CA888
(76,168,136)
#45987B
(69,152,123)
#3E886E
(62,136,110)
#377861
(55,120,97)
#306854
(48,104,84)
#295847
(41,88,71)
#22483A
(34,72,58)
#1B382D
(27,56,45)
#142820
(20,40,32)
#0D1813
(13,24,19)
#000000
(0,0,0)

Tints of #53B895

#53B895
(83,184,149)
#62BE9E
(98,190,158)
#71C4A7
(113,196,167)
#80CAB0
(128,202,176)
#8FD0B9
(143,208,185)
#9ED6C2
(158,214,194)
#ADDCCB
(173,220,203)
#BCE2D4
(188,226,212)
#CBE8DD
(203,232,221)
#DAEEE6
(218,238,230)
#E9F4EF
(233,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53B895 color. Also use rgb(83,184,149) instead hex code.

Text Font Color

.myTextColor { color: #53B895; }

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

This text font color is #53B895.


Background Color

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

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

This div background color is #53B895.


Border color

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

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

This div border color is #53B895.


Opacity

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

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

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

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

This text has shadow with #53B895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53B895 on black background.


Color preview on white background

This text has color #53B895 on white background.



Black color preview on #53B895 background

This text has black color on #53B895 background.


White color preview on #53B895 background

This text has white color on #53B895 background.