COLOR #52A19E

HEX: #52A19E RGB: (82,161,158)

Color info

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

RGB color model

#52A19E color RGB value is (82,161,158).

RGB: (82,161,158) (32%, 63%, 62%)

RGB channels and saturation

R 82 of 255 = 32%
G 161 of 255 = 63%
B 158 of 255 = 62%

82
161
158

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

Portions of RGB colors in percentages

R + G + B = 82 + 161 + 158 = 401 (100%)
R 82 of 401 ~ 20.45%
G 161 of 401 ~ 40.15%
B 158 of 401 ~ 39.4'%

%20.45
%40.15
%39.4

CMYK color model

#52A19E color CMYK value is (49,0,2,37).

  • cyan value is 49.07%
  • magenta value is 0.00%
  • yellow value is 1.86%
  • key color value is 36.86%

CMYK: (49,0,2,37)
C49M0Y2K37 (49%, 0%, 2%, 37%)
(0.49 / 0.00 / 0.02 / 0.37)

CMYK percentages

%49.07
%0
%1.86
%36.86

Codes

Color #52A19E in popluar color models

52 A1 9E
RGB 82 161 158
HSL 178° 32.51% 47.65%
HSB/HSV 178° 49.07% 63.14%
CMYK 49.07% 0.00% 1.86%
36.86%

Color #52A19E in popluar number systems.

HEX 52 A1 9E
Decimal 82 161 158
Binary 1010010 10100001 10011110
Octal 122 241 236

Shades and tints

Shades of #52A19E

#52A19E
(82,161,158)
#4B9390
(75,147,144)
#448582
(68,133,130)
#3D7774
(61,119,116)
#366966
(54,105,102)
#2F5B58
(47,91,88)
#284D4A
(40,77,74)
#213F3C
(33,63,60)
#1A312E
(26,49,46)
#132320
(19,35,32)
#0C1512
(12,21,18)
#000000
(0,0,0)

Tints of #52A19E

#52A19E
(82,161,158)
#61A9A6
(97,169,166)
#70B1AE
(112,177,174)
#7FB9B6
(127,185,182)
#8EC1BE
(142,193,190)
#9DC9C6
(157,201,198)
#ACD1CE
(172,209,206)
#BBD9D6
(187,217,214)
#CAE1DE
(202,225,222)
#D9E9E6
(217,233,230)
#E8F1EE
(232,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52A19E color. Also use rgb(82,161,158) instead hex code.

Text Font Color

.myTextColor { color: #52A19E; }

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

This text font color is #52A19E.

Background Color

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

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

This div background color is #52A19E.

Border color

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

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

This div border color is #52A19E.

Opacity

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

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

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

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

This text has shadow with #52A19E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52A19E.

Preview

Color preview on black background

This text has color #52A19E on black background.


Color preview on white background

This text has color #52A19E on white background.


Black color preview on #52A19E background

This text has black color on #52A19E background.


White color preview on #52A19E background

This text has white color on #52A19E background.


Related colors

Complementary color

Complementary color for #hex is #AD5E61.


I love getcolorcode.com

Triadic colors

1 #9E52A1 and #A19E52 with #52A19E are triadic colors.

2 #9EA152 and #A1529E with #52A19E are triadic colors.