COLOR #53AAA6

HEX: #53AAA6
RGB: (83,170,166)

Color info

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

RGB color model

#53AAA6 color RGB value is (83,170,166).

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

RGB channels and saturation

R 83 of 255 = 33%
G 170 of 255 = 67%
B 166 of 255 = 65%

83
170
166

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

Portions of RGB colors in percentages

R + G + B =
83 + 170 + 166 = 419 (100%)
R 83 of 419 ~ 19.81%
G 170 of 419 ~ 40.57%
B 166 of 419 ~ 39.62%

%19.81
%40.57
%39.62

CMYK color model

#53AAA6 color CMYK value is (51,0,2,33).

  • cyan value is 51.18%
  • magenta value is 0.00%
  • yellow value is 2.35%
  • key color value is 33.33%
CMYK:
(51,0,2,33)
C51M0Y2K33 
(51%,0%,2%,33%)
(0.51/0.00/0.02/0.33)	

CMYK percentages

%51.18
%0
%2.35
%33.33

Codes

Color #53AAA6 in popluar color models

53AAA6
RGB83170166
HSL177°34.39%49.61%
HSB/HSV177°51.18%66.67%
CMYK51.18%0.00%2.35%
33.33%

Color #53AAA6 in popluar number systems.

HEX53AAA6
Decimal83170166
Binary10100111010101010100110
Octal123252246

Shades and tints

Shades of #53AAA6

#53AAA6
(83,170,166)
#4C9B97
(76,155,151)
#458C88
(69,140,136)
#3E7D79
(62,125,121)
#376E6A
(55,110,106)
#305F5B
(48,95,91)
#29504C
(41,80,76)
#22413D
(34,65,61)
#1B322E
(27,50,46)
#14231F
(20,35,31)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #53AAA6

#53AAA6
(83,170,166)
#62B1AE
(98,177,174)
#71B8B6
(113,184,182)
#80BFBE
(128,191,190)
#8FC6C6
(143,198,198)
#9ECDCE
(158,205,206)
#ADD4D6
(173,212,214)
#BCDBDE
(188,219,222)
#CBE2E6
(203,226,230)
#DAE9EE
(218,233,238)
#E9F0F6
(233,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53AAA6; }

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

This text font color is #53AAA6.


Background Color

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

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

This div background color is #53AAA6.


Border color

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

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

This div border color is #53AAA6.


Opacity

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

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

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

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

This text has shadow with #53AAA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53AAA6 on black background.


Color preview on white background

This text has color #53AAA6 on white background.



Black color preview on #53AAA6 background

This text has black color on #53AAA6 background.


White color preview on #53AAA6 background

This text has white color on #53AAA6 background.