COLOR #53B897

HEX: #53B897 RGB: (83,184,151)

Color info

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

RGB color model

#53B897 color RGB value is (83,184,151).

RGB: (83,184,151) (33%, 72%, 59%)

RGB channels and saturation

R 83 of 255 = 33%
G 184 of 255 = 72%
B 151 of 255 = 59%

83
184
151

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

Portions of RGB colors in percentages

R + G + B = 83 + 184 + 151 = 418 (100%)
R 83 of 418 ~ 19.86%
G 184 of 418 ~ 44.02%
B 151 of 418 ~ 36.12'%

%19.86
%44.02
%36.12

CMYK color model

#53B897 color CMYK value is (55,0,18,28).

  • cyan value is 54.89%
  • magenta value is 0.00%
  • yellow value is 17.93%
  • key color value is 27.84%

CMYK: (55,0,18,28)
C55M0Y18K28 (55%, 0%, 18%, 28%)
(0.55 / 0.00 / 0.18 / 0.28)

CMYK percentages

%54.89
%0
%17.93
%27.84

Codes

Color #53B897 in popluar color models

53 B8 97
RGB 83 184 151
HSL 160° 41.56% 52.35%
HSB/HSV 160° 54.89% 72.16%
CMYK 54.89% 0.00% 17.93%
27.84%

Color #53B897 in popluar number systems.

HEX 53 B8 97
Decimal 83 184 151
Binary 1010011 10111000 10010111
Octal 123 270 227

Shades and tints

Shades of #53B897

#53B897
(83,184,151)
#4CA88A
(76,168,138)
#45987D
(69,152,125)
#3E8870
(62,136,112)
#377863
(55,120,99)
#306856
(48,104,86)
#295849
(41,88,73)
#22483C
(34,72,60)
#1B382F
(27,56,47)
#142822
(20,40,34)
#0D1815
(13,24,21)
#000000
(0,0,0)

Tints of #53B897

#53B897
(83,184,151)
#62BEA0
(98,190,160)
#71C4A9
(113,196,169)
#80CAB2
(128,202,178)
#8FD0BB
(143,208,187)
#9ED6C4
(158,214,196)
#ADDCCD
(173,220,205)
#BCE2D6
(188,226,214)
#CBE8DF
(203,232,223)
#DAEEE8
(218,238,232)
#E9F4F1
(233,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53B897; }

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

This text font color is #53B897.

Background Color

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

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

This div background color is #53B897.

Border color

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

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

This div border color is #53B897.

Opacity

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

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

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

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

This text has shadow with #53B897 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53B897.

Preview

Color preview on black background

This text has color #53B897 on black background.


Color preview on white background

This text has color #53B897 on white background.


Black color preview on #53B897 background

This text has black color on #53B897 background.


White color preview on #53B897 background

This text has white color on #53B897 background.


Related colors

Complementary color

Complementary color for #hex is #AC4768.


I love getcolorcode.com

Triadic colors

1 #9753B8 and #B89753 with #53B897 are triadic colors.

2 #97B853 and #B85397 with #53B897 are triadic colors.