COLOR #53B0AA

HEX: #53B0AA
RGB: (83,176,170)

Color info

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

RGB color model

#53B0AA color RGB value is (83,176,170).

  • red value is 83;
  • green value is 176;
  • blue value is 170.
RGB:
(83,176,170)
(33%,69%,67%)

RGB channels and saturation

R 83 of 255 = 33%
G 176 of 255 = 69%
B 170 of 255 = 67%

83
176
170

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

Portions of RGB colors in percentages

R + G + B =
83 + 176 + 170 = 429 (100%)
R 83 of 429 ~ 19.35%
G 176 of 429 ~ 41.03%
B 170 of 429 ~ 39.63%

%19.35
%41.03
%39.63

CMYK color model

#53B0AA color CMYK value is (53,0,3,31).

  • cyan value is 52.84%
  • magenta value is 0.00%
  • yellow value is 3.41%
  • key color value is 30.98%
CMYK:
(53,0,3,31)
C53M0Y3K31 
(53%,0%,3%,31%)
(0.53/0.00/0.03/0.31)	

CMYK percentages

%52.84
%0
%3.41
%30.98

Codes

Color #53B0AA in popluar color models

53B0AA
RGB83176170
HSL176°37.05%50.78%
HSB/HSV176°52.84%69.02%
CMYK52.84%0.00%3.41%
30.98%

Color #53B0AA in popluar number systems.

HEX53B0AA
Decimal83176170
Binary10100111011000010101010
Octal123260252

Shades and tints

Shades of #53B0AA

#53B0AA
(83,176,170)
#4CA09B
(76,160,155)
#45908C
(69,144,140)
#3E807D
(62,128,125)
#37706E
(55,112,110)
#30605F
(48,96,95)
#295050
(41,80,80)
#224041
(34,64,65)
#1B3032
(27,48,50)
#142023
(20,32,35)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #53B0AA

#53B0AA
(83,176,170)
#62B7B1
(98,183,177)
#71BEB8
(113,190,184)
#80C5BF
(128,197,191)
#8FCCC6
(143,204,198)
#9ED3CD
(158,211,205)
#ADDAD4
(173,218,212)
#BCE1DB
(188,225,219)
#CBE8E2
(203,232,226)
#DAEFE9
(218,239,233)
#E9F6F0
(233,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53B0AA color. Also use rgb(83,176,170) instead hex code.

Text Font Color

.myTextColor { color: #53B0AA; }

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

This text font color is #53B0AA.


Background Color

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

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

This div background color is #53B0AA.


Border color

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

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

This div border color is #53B0AA.


Opacity

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

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

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

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

This text has shadow with #53B0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53B0AA on black background.


Color preview on white background

This text has color #53B0AA on white background.



Black color preview on #53B0AA background

This text has black color on #53B0AA background.


White color preview on #53B0AA background

This text has white color on #53B0AA background.