COLOR #53B1A0

HEX: #53B1A0 RGB: (83,177,160)

Color info

#53B1A0 contains mainly green and blue colors. Web safe color of #53B1A0 is #669999 (or #699).

RGB color model

#53B1A0 color RGB value is (83,177,160).

RGB: (83,177,160) (33%, 69%, 63%)

RGB channels and saturation

R 83 of 255 = 33%
G 177 of 255 = 69%
B 160 of 255 = 63%

83
177
160

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

Portions of RGB colors in percentages

R + G + B = 83 + 177 + 160 = 420 (100%)
R 83 of 420 ~ 19.76%
G 177 of 420 ~ 42.14%
B 160 of 420 ~ 38.1'%

%19.76
%42.14
%38.1

CMYK color model

#53B1A0 color CMYK value is (53,0,10,31).

  • cyan value is 53.11%
  • magenta value is 0.00%
  • yellow value is 9.60%
  • key color value is 30.59%

CMYK: (53,0,10,31)
C53M0Y10K31 (53%, 0%, 10%, 31%)
(0.53 / 0.00 / 0.10 / 0.31)

CMYK percentages

%53.11
%0
%9.6
%30.59

Codes

Color #53B1A0 in popluar color models

53 B1 A0
RGB 83 177 160
HSL 169° 37.60% 50.98%
HSB/HSV 169° 53.11% 69.41%
CMYK 53.11% 0.00% 9.60%
30.59%

Color #53B1A0 in popluar number systems.

HEX 53 B1 A0
Decimal 83 177 160
Binary 1010011 10110001 10100000
Octal 123 261 240

Shades and tints

Shades of #53B1A0

#53B1A0
(83,177,160)
#4CA192
(76,161,146)
#459184
(69,145,132)
#3E8176
(62,129,118)
#377168
(55,113,104)
#30615A
(48,97,90)
#29514C
(41,81,76)
#22413E
(34,65,62)
#1B3130
(27,49,48)
#142122
(20,33,34)
#0D1114
(13,17,20)
#000000
(0,0,0)

Tints of #53B1A0

#53B1A0
(83,177,160)
#62B8A8
(98,184,168)
#71BFB0
(113,191,176)
#80C6B8
(128,198,184)
#8FCDC0
(143,205,192)
#9ED4C8
(158,212,200)
#ADDBD0
(173,219,208)
#BCE2D8
(188,226,216)
#CBE9E0
(203,233,224)
#DAF0E8
(218,240,232)
#E9F7F0
(233,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53B1A0 color. Also use rgb(83,177,160) instead hex code.

Text Font Color

.myTextColor { color: #53B1A0; }

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

This text font color is #53B1A0.

Background Color

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

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

This div background color is #53B1A0.

Border color

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

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

This div border color is #53B1A0.

Opacity

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

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

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

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

This text has shadow with #53B1A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53B1A0.

Preview

Color preview on black background

This text has color #53B1A0 on black background.


Color preview on white background

This text has color #53B1A0 on white background.


Black color preview on #53B1A0 background

This text has black color on #53B1A0 background.


White color preview on #53B1A0 background

This text has white color on #53B1A0 background.


Related colors

Complementary color

Complementary color for #hex is #AC4E5F.


I love getcolorcode.com

Triadic colors

1 #A053B1 and #B1A053 with #53B1A0 are triadic colors.

2 #A0B153 and #B153A0 with #53B1A0 are triadic colors.