COLOR #52A0A6

HEX: #52A0A6
RGB: (82,160,166)

Color info

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

RGB color model

#52A0A6 color RGB value is (82,160,166).

  • red value is 82;
  • green value is 160;
  • blue value is 166.
RGB:
(82,160,166)
(32%,63%,65%)

RGB channels and saturation

R 82 of 255 = 32%
G 160 of 255 = 63%
B 166 of 255 = 65%

82
160
166

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

Portions of RGB colors in percentages

R + G + B =
82 + 160 + 166 = 408 (100%)
R 82 of 408 ~ 20.1%
G 160 of 408 ~ 39.22%
B 166 of 408 ~ 40.69%

%20.1
%39.22
%40.69

CMYK color model

#52A0A6 color CMYK value is (51,4,0,35).

  • cyan value is 50.60%
  • magenta value is 3.61%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(51,4,0,35)
C51M4Y0K35 
(51%,4%,0%,35%)
(0.51/0.04/0.00/0.35)	

CMYK percentages

%50.6
%3.61
%0
%34.9

Codes

Color #52A0A6 in popluar color models

52A0A6
RGB82160166
HSL184°33.87%48.63%
HSB/HSV184°50.60%65.10%
CMYK50.60%3.61%0.00%
34.90%

Color #52A0A6 in popluar number systems.

HEX52A0A6
Decimal82160166
Binary10100101010000010100110
Octal122240246

Shades and tints

Shades of #52A0A6

#52A0A6
(82,160,166)
#4B9297
(75,146,151)
#448488
(68,132,136)
#3D7679
(61,118,121)
#36686A
(54,104,106)
#2F5A5B
(47,90,91)
#284C4C
(40,76,76)
#213E3D
(33,62,61)
#1A302E
(26,48,46)
#13221F
(19,34,31)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #52A0A6

#52A0A6
(82,160,166)
#61A8AE
(97,168,174)
#70B0B6
(112,176,182)
#7FB8BE
(127,184,190)
#8EC0C6
(142,192,198)
#9DC8CE
(157,200,206)
#ACD0D6
(172,208,214)
#BBD8DE
(187,216,222)
#CAE0E6
(202,224,230)
#D9E8EE
(217,232,238)
#E8F0F6
(232,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52A0A6 color. Also use rgb(82,160,166) instead hex code.

Text Font Color

.myTextColor { color: #52A0A6; }

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

This text font color is #52A0A6.


Background Color

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

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

This div background color is #52A0A6.


Border color

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

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

This div border color is #52A0A6.


Opacity

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

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

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

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

This text has shadow with #52A0A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52A0A6 on black background.


Color preview on white background

This text has color #52A0A6 on white background.



Black color preview on #52A0A6 background

This text has black color on #52A0A6 background.


White color preview on #52A0A6 background

This text has white color on #52A0A6 background.