COLOR #52AB9C

HEX: #52AB9C
RGB: (82,171,156)

Color info

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

RGB color model

#52AB9C color RGB value is (82,171,156).

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

RGB channels and saturation

R 82 of 255 = 32%
G 171 of 255 = 67%
B 156 of 255 = 61%

82
171
156

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

Portions of RGB colors in percentages

R + G + B =
82 + 171 + 156 = 409 (100%)
R 82 of 409 ~ 20.05%
G 171 of 409 ~ 41.81%
B 156 of 409 ~ 38.14%

%20.05
%41.81
%38.14

CMYK color model

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

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

CMYK percentages

%52.05
%0
%8.77
%32.94

Codes

Color #52AB9C in popluar color models

52AB9C
RGB82171156
HSL170°35.18%49.61%
HSB/HSV170°52.05%67.06%
CMYK52.05%0.00%8.77%
32.94%

Color #52AB9C in popluar number systems.

HEX52AB9C
Decimal82171156
Binary10100101010101110011100
Octal122253234

Shades and tints

Shades of #52AB9C

#52AB9C
(82,171,156)
#4B9C8E
(75,156,142)
#448D80
(68,141,128)
#3D7E72
(61,126,114)
#366F64
(54,111,100)
#2F6056
(47,96,86)
#285148
(40,81,72)
#21423A
(33,66,58)
#1A332C
(26,51,44)
#13241E
(19,36,30)
#0C1510
(12,21,16)
#000000
(0,0,0)

Tints of #52AB9C

#52AB9C
(82,171,156)
#61B2A5
(97,178,165)
#70B9AE
(112,185,174)
#7FC0B7
(127,192,183)
#8EC7C0
(142,199,192)
#9DCEC9
(157,206,201)
#ACD5D2
(172,213,210)
#BBDCDB
(187,220,219)
#CAE3E4
(202,227,228)
#D9EAED
(217,234,237)
#E8F1F6
(232,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52AB9C; }

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

This text font color is #52AB9C.


Background Color

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

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

This div background color is #52AB9C.


Border color

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

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

This div border color is #52AB9C.


Opacity

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

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

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

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

This text has shadow with #52AB9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52AB9C on black background.


Color preview on white background

This text has color #52AB9C on white background.



Black color preview on #52AB9C background

This text has black color on #52AB9C background.


White color preview on #52AB9C background

This text has white color on #52AB9C background.