COLOR #53AFA9

HEX: #53AFA9
RGB: (83,175,169)

Color info

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

RGB color model

#53AFA9 color RGB value is (83,175,169).

  • red value is 83;
  • green value is 175;
  • blue value is 169.
RGB:
(83,175,169)
(33%,69%,66%)

RGB channels and saturation

R 83 of 255 = 33%
G 175 of 255 = 69%
B 169 of 255 = 66%

83
175
169

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

Portions of RGB colors in percentages

R + G + B =
83 + 175 + 169 = 427 (100%)
R 83 of 427 ~ 19.44%
G 175 of 427 ~ 40.98%
B 169 of 427 ~ 39.58%

%19.44
%40.98
%39.58

CMYK color model

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

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

CMYK percentages

%52.57
%0
%3.43
%31.37

Codes

Color #53AFA9 in popluar color models

53AFA9
RGB83175169
HSL176°36.51%50.59%
HSB/HSV176°52.57%68.63%
CMYK52.57%0.00%3.43%
31.37%

Color #53AFA9 in popluar number systems.

HEX53AFA9
Decimal83175169
Binary10100111010111110101001
Octal123257251

Shades and tints

Shades of #53AFA9

#53AFA9
(83,175,169)
#4CA09A
(76,160,154)
#45918B
(69,145,139)
#3E827C
(62,130,124)
#37736D
(55,115,109)
#30645E
(48,100,94)
#29554F
(41,85,79)
#224640
(34,70,64)
#1B3731
(27,55,49)
#142822
(20,40,34)
#0D1913
(13,25,19)
#000000
(0,0,0)

Tints of #53AFA9

#53AFA9
(83,175,169)
#62B6B0
(98,182,176)
#71BDB7
(113,189,183)
#80C4BE
(128,196,190)
#8FCBC5
(143,203,197)
#9ED2CC
(158,210,204)
#ADD9D3
(173,217,211)
#BCE0DA
(188,224,218)
#CBE7E1
(203,231,225)
#DAEEE8
(218,238,232)
#E9F5EF
(233,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53AFA9; }

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

This text font color is #53AFA9.


Background Color

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

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

This div background color is #53AFA9.


Border color

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

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

This div border color is #53AFA9.


Opacity

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

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

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

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

This text has shadow with #53AFA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53AFA9 on black background.


Color preview on white background

This text has color #53AFA9 on white background.



Black color preview on #53AFA9 background

This text has black color on #53AFA9 background.


White color preview on #53AFA9 background

This text has white color on #53AFA9 background.