COLOR #52B5AC

HEX: #52B5AC
RGB: (82,181,172)

Color info

#52B5AC contains mainly green and blue colors. Web safe color of #52B5AC is #66CC99 (or #6C9).

RGB color model

#52B5AC color RGB value is (82,181,172).

  • red value is 82;
  • green value is 181;
  • blue value is 172.
RGB:
(82,181,172)
(32%,71%,67%)

RGB channels and saturation

R 82 of 255 = 32%
G 181 of 255 = 71%
B 172 of 255 = 67%

82
181
172

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

Portions of RGB colors in percentages

R + G + B =
82 + 181 + 172 = 435 (100%)
R 82 of 435 ~ 18.85%
G 181 of 435 ~ 41.61%
B 172 of 435 ~ 39.54%

%18.85
%41.61
%39.54

CMYK color model

#52B5AC color CMYK value is (55,0,5,29).

  • cyan value is 54.70%
  • magenta value is 0.00%
  • yellow value is 4.97%
  • key color value is 29.02%
CMYK:
(55,0,5,29)
C55M0Y5K29 
(55%,0%,5%,29%)
(0.55/0.00/0.05/0.29)	

CMYK percentages

%54.7
%0
%4.97
%29.02

Codes

Color #52B5AC in popluar color models

52B5AC
RGB82181172
HSL175°40.08%51.57%
HSB/HSV175°54.70%70.98%
CMYK54.70%0.00%4.97%
29.02%

Color #52B5AC in popluar number systems.

HEX52B5AC
Decimal82181172
Binary10100101011010110101100
Octal122265254

Shades and tints

Shades of #52B5AC

#52B5AC
(82,181,172)
#4BA59D
(75,165,157)
#44958E
(68,149,142)
#3D857F
(61,133,127)
#367570
(54,117,112)
#2F6561
(47,101,97)
#285552
(40,85,82)
#214543
(33,69,67)
#1A3534
(26,53,52)
#132525
(19,37,37)
#0C1516
(12,21,22)
#000000
(0,0,0)

Tints of #52B5AC

#52B5AC
(82,181,172)
#61BBB3
(97,187,179)
#70C1BA
(112,193,186)
#7FC7C1
(127,199,193)
#8ECDC8
(142,205,200)
#9DD3CF
(157,211,207)
#ACD9D6
(172,217,214)
#BBDFDD
(187,223,221)
#CAE5E4
(202,229,228)
#D9EBEB
(217,235,235)
#E8F1F2
(232,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52B5AC color. Also use rgb(82,181,172) instead hex code.

Text Font Color

.myTextColor { color: #52B5AC; }

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

This text font color is #52B5AC.


Background Color

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

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

This div background color is #52B5AC.


Border color

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

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

This div border color is #52B5AC.


Opacity

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

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

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

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

This text has shadow with #52B5AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52B5AC on black background.


Color preview on white background

This text has color #52B5AC on white background.



Black color preview on #52B5AC background

This text has black color on #52B5AC background.


White color preview on #52B5AC background

This text has white color on #52B5AC background.