COLOR #53A9A8

HEX: #53A9A8 RGB: (83,169,168)

Color info

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

RGB color model

#53A9A8 color RGB value is (83,169,168).

RGB: (83,169,168) (33%, 66%, 66%)

RGB channels and saturation

R 83 of 255 = 33%
G 169 of 255 = 66%
B 168 of 255 = 66%

83
169
168

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

Portions of RGB colors in percentages

R + G + B = 83 + 169 + 168 = 420 (100%)
R 83 of 420 ~ 19.76%
G 169 of 420 ~ 40.24%
B 168 of 420 ~ 40'%

%19.76
%40.24
%40

CMYK color model

#53A9A8 color CMYK value is (51,0,1,34).

  • cyan value is 50.89%
  • magenta value is 0.00%
  • yellow value is 0.59%
  • key color value is 33.73%

CMYK: (51,0,1,34)
C51M0Y1K34 (51%, 0%, 1%, 34%)
(0.51 / 0.00 / 0.01 / 0.34)

CMYK percentages

%50.89
%0
%0.59
%33.73

Codes

Color #53A9A8 in popluar color models

53 A9 A8
RGB 83 169 168
HSL 179° 34.13% 49.41%
HSB/HSV 179° 50.89% 66.27%
CMYK 50.89% 0.00% 0.59%
33.73%

Color #53A9A8 in popluar number systems.

HEX 53 A9 A8
Decimal 83 169 168
Binary 1010011 10101001 10101000
Octal 123 251 250

Shades and tints

Shades of #53A9A8

#53A9A8
(83,169,168)
#4C9A99
(76,154,153)
#458B8A
(69,139,138)
#3E7C7B
(62,124,123)
#376D6C
(55,109,108)
#305E5D
(48,94,93)
#294F4E
(41,79,78)
#22403F
(34,64,63)
#1B3130
(27,49,48)
#142221
(20,34,33)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #53A9A8

#53A9A8
(83,169,168)
#62B0AF
(98,176,175)
#71B7B6
(113,183,182)
#80BEBD
(128,190,189)
#8FC5C4
(143,197,196)
#9ECCCB
(158,204,203)
#ADD3D2
(173,211,210)
#BCDAD9
(188,218,217)
#CBE1E0
(203,225,224)
#DAE8E7
(218,232,231)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53A9A8 color. Also use rgb(83,169,168) instead hex code.

Text Font Color

.myTextColor { color: #53A9A8; }

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

This text font color is #53A9A8.

Background Color

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

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

This div background color is #53A9A8.

Border color

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

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

This div border color is #53A9A8.

Opacity

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

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

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

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

This text has shadow with #53A9A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53A9A8.

Preview

Color preview on black background

This text has color #53A9A8 on black background.


Color preview on white background

This text has color #53A9A8 on white background.


Black color preview on #53A9A8 background

This text has black color on #53A9A8 background.


White color preview on #53A9A8 background

This text has white color on #53A9A8 background.


Related colors

Complementary color

Complementary color for #hex is #AC5657.


I love getcolorcode.com

Triadic colors

1 #A853A9 and #A9A853 with #53A9A8 are triadic colors.

2 #A8A953 and #A953A8 with #53A9A8 are triadic colors.