COLOR #52AA9A

HEX: #52AA9A
RGB: (82,170,154)

Color info

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

RGB color model

#52AA9A color RGB value is (82,170,154).

  • red value is 82;
  • green value is 170;
  • blue value is 154.
RGB:
(82,170,154)
(32%,67%,60%)

RGB channels and saturation

R 82 of 255 = 32%
G 170 of 255 = 67%
B 154 of 255 = 60%

82
170
154

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

Portions of RGB colors in percentages

R + G + B =
82 + 170 + 154 = 406 (100%)
R 82 of 406 ~ 20.2%
G 170 of 406 ~ 41.87%
B 154 of 406 ~ 37.93%

%20.2
%41.87
%37.93

CMYK color model

#52AA9A color CMYK value is (52,0,9,33).

  • cyan value is 51.76%
  • magenta value is 0.00%
  • yellow value is 9.41%
  • key color value is 33.33%
CMYK:
(52,0,9,33)
C52M0Y9K33 
(52%,0%,9%,33%)
(0.52/0.00/0.09/0.33)	

CMYK percentages

%51.76
%0
%9.41
%33.33

Codes

Color #52AA9A in popluar color models

52AA9A
RGB82170154
HSL169°34.92%49.41%
HSB/HSV169°51.76%66.67%
CMYK51.76%0.00%9.41%
33.33%

Color #52AA9A in popluar number systems.

HEX52AA9A
Decimal82170154
Binary10100101010101010011010
Octal122252232

Shades and tints

Shades of #52AA9A

#52AA9A
(82,170,154)
#4B9B8C
(75,155,140)
#448C7E
(68,140,126)
#3D7D70
(61,125,112)
#366E62
(54,110,98)
#2F5F54
(47,95,84)
#285046
(40,80,70)
#214138
(33,65,56)
#1A322A
(26,50,42)
#13231C
(19,35,28)
#0C140E
(12,20,14)
#000000
(0,0,0)

Tints of #52AA9A

#52AA9A
(82,170,154)
#61B1A3
(97,177,163)
#70B8AC
(112,184,172)
#7FBFB5
(127,191,181)
#8EC6BE
(142,198,190)
#9DCDC7
(157,205,199)
#ACD4D0
(172,212,208)
#BBDBD9
(187,219,217)
#CAE2E2
(202,226,226)
#D9E9EB
(217,233,235)
#E8F0F4
(232,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52AA9A color. Also use rgb(82,170,154) instead hex code.

Text Font Color

.myTextColor { color: #52AA9A; }

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

This text font color is #52AA9A.


Background Color

.myBgColor { background-color: #52AA9A; }

<div style="background-color:#52AA9A">Inner text</div>

This div background color is #52AA9A.


Border color

.myBorderColor { border: 1px solid #52AA9A; }

<div style="border:3px solid #52AA9A">Div</div>

This div border color is #52AA9A.


Opacity

.myOpacity80 { color: #52AA9A; opacity: 0.8; }

<p style="color:#52AA9A;opacity:0.8;">80%</p>

Text with #52AA9A 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 #52AA9A;}

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

This text has shadow with #52AA9A color.

.textShadow {text-shadow: 3px 3px 1px #52AA9A, 3px 3px 1px red;}

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

This text has shadow with #52AA9A primary color and red secondary color.


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

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

This text has shadow with #52AA9A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52AA9A on black background.


Color preview on white background

This text has color #52AA9A on white background.



Black color preview on #52AA9A background

This text has black color on #52AA9A background.


White color preview on #52AA9A background

This text has white color on #52AA9A background.