COLOR #52A99C

HEX: #52A99C
RGB: (82,169,156)

Color info

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

RGB color model

#52A99C color RGB value is (82,169,156).

  • red value is 82;
  • green value is 169;
  • blue value is 156.
RGB:
(82,169,156)
(32%,66%,61%)

RGB channels and saturation

R 82 of 255 = 32%
G 169 of 255 = 66%
B 156 of 255 = 61%

82
169
156

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

Portions of RGB colors in percentages

R + G + B =
82 + 169 + 156 = 407 (100%)
R 82 of 407 ~ 20.15%
G 169 of 407 ~ 41.52%
B 156 of 407 ~ 38.33%

%20.15
%41.52
%38.33

CMYK color model

#52A99C color CMYK value is (51,0,8,34).

  • cyan value is 51.48%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 33.73%
CMYK:
(51,0,8,34)
C51M0Y8K34 
(51%,0%,8%,34%)
(0.51/0.00/0.08/0.34)	

CMYK percentages

%51.48
%0
%7.69
%33.73

Codes

Color #52A99C in popluar color models

52A99C
RGB82169156
HSL171°34.66%49.22%
HSB/HSV171°51.48%66.27%
CMYK51.48%0.00%7.69%
33.73%

Color #52A99C in popluar number systems.

HEX52A99C
Decimal82169156
Binary10100101010100110011100
Octal122251234

Shades and tints

Shades of #52A99C

#52A99C
(82,169,156)
#4B9A8E
(75,154,142)
#448B80
(68,139,128)
#3D7C72
(61,124,114)
#366D64
(54,109,100)
#2F5E56
(47,94,86)
#284F48
(40,79,72)
#21403A
(33,64,58)
#1A312C
(26,49,44)
#13221E
(19,34,30)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #52A99C

#52A99C
(82,169,156)
#61B0A5
(97,176,165)
#70B7AE
(112,183,174)
#7FBEB7
(127,190,183)
#8EC5C0
(142,197,192)
#9DCCC9
(157,204,201)
#ACD3D2
(172,211,210)
#BBDADB
(187,218,219)
#CAE1E4
(202,225,228)
#D9E8ED
(217,232,237)
#E8EFF6
(232,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52A99C color. Also use rgb(82,169,156) instead hex code.

Text Font Color

.myTextColor { color: #52A99C; }

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

This text font color is #52A99C.


Background Color

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

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

This div background color is #52A99C.


Border color

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

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

This div border color is #52A99C.


Opacity

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

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

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

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

This text has shadow with #52A99C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52A99C on black background.


Color preview on white background

This text has color #52A99C on white background.



Black color preview on #52A99C background

This text has black color on #52A99C background.


White color preview on #52A99C background

This text has white color on #52A99C background.