COLOR #52AA90

HEX: #52AA90 RGB: (82,170,144)

Color info

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

RGB color model

#52AA90 color RGB value is (82,170,144).

RGB: (82,170,144) (32%, 67%, 56%)

RGB channels and saturation

R 82 of 255 = 32%
G 170 of 255 = 67%
B 144 of 255 = 56%

82
170
144

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

Portions of RGB colors in percentages

R + G + B = 82 + 170 + 144 = 396 (100%)
R 82 of 396 ~ 20.71%
G 170 of 396 ~ 42.93%
B 144 of 396 ~ 36.36'%

%20.71
%42.93
%36.36

CMYK color model

#52AA90 color CMYK value is (52,0,15,33).

  • cyan value is 51.76%
  • magenta value is 0.00%
  • yellow value is 15.29%
  • key color value is 33.33%

CMYK: (52,0,15,33)
C52M0Y15K33 (52%, 0%, 15%, 33%)
(0.52 / 0.00 / 0.15 / 0.33)

CMYK percentages

%51.76
%0
%15.29
%33.33

Codes

Color #52AA90 in popluar color models

52 AA 90
RGB 82 170 144
HSL 162° 34.92% 49.41%
HSB/HSV 162° 51.76% 66.67%
CMYK 51.76% 0.00% 15.29%
33.33%

Color #52AA90 in popluar number systems.

HEX 52 AA 90
Decimal 82 170 144
Binary 1010010 10101010 10010000
Octal 122 252 220

Shades and tints

Shades of #52AA90

#52AA90
(82,170,144)
#4B9B83
(75,155,131)
#448C76
(68,140,118)
#3D7D69
(61,125,105)
#366E5C
(54,110,92)
#2F5F4F
(47,95,79)
#285042
(40,80,66)
#214135
(33,65,53)
#1A3228
(26,50,40)
#13231B
(19,35,27)
#0C140E
(12,20,14)
#000000
(0,0,0)

Tints of #52AA90

#52AA90
(82,170,144)
#61B19A
(97,177,154)
#70B8A4
(112,184,164)
#7FBFAE
(127,191,174)
#8EC6B8
(142,198,184)
#9DCDC2
(157,205,194)
#ACD4CC
(172,212,204)
#BBDBD6
(187,219,214)
#CAE2E0
(202,226,224)
#D9E9EA
(217,233,234)
#E8F0F4
(232,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52AA90; }

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

This text font color is #52AA90.

Background Color

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

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

This div background color is #52AA90.

Border color

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

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

This div border color is #52AA90.

Opacity

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

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

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

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

This text has shadow with #52AA90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52AA90.

Preview

Color preview on black background

This text has color #52AA90 on black background.


Color preview on white background

This text has color #52AA90 on white background.


Black color preview on #52AA90 background

This text has black color on #52AA90 background.


White color preview on #52AA90 background

This text has white color on #52AA90 background.


Related colors

Complementary color

Complementary color for #hex is #AD556F.


I love getcolorcode.com

Triadic colors

1 #9052AA and #AA9052 with #52AA90 are triadic colors.

2 #90AA52 and #AA5290 with #52AA90 are triadic colors.