COLOR #52AEB1

HEX: #52AEB1
RGB: (82,174,177)

Color info

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

RGB color model

#52AEB1 color RGB value is (82,174,177).

  • red value is 82;
  • green value is 174;
  • blue value is 177.
RGB:
(82,174,177)
(32%,68%,69%)

RGB channels and saturation

R 82 of 255 = 32%
G 174 of 255 = 68%
B 177 of 255 = 69%

82
174
177

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

Portions of RGB colors in percentages

R + G + B =
82 + 174 + 177 = 433 (100%)
R 82 of 433 ~ 18.94%
G 174 of 433 ~ 40.18%
B 177 of 433 ~ 40.88%

%18.94
%40.18
%40.88

CMYK color model

#52AEB1 color CMYK value is (54,2,0,31).

  • cyan value is 53.67%
  • magenta value is 1.69%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(54,2,0,31)
C54M2Y0K31 
(54%,2%,0%,31%)
(0.54/0.02/0.00/0.31)	

CMYK percentages

%53.67
%1.69
%0
%30.59

Codes

Color #52AEB1 in popluar color models

52AEB1
RGB82174177
HSL182°37.85%50.78%
HSB/HSV182°53.67%69.41%
CMYK53.67%1.69%0.00%
30.59%

Color #52AEB1 in popluar number systems.

HEX52AEB1
Decimal82174177
Binary10100101010111010110001
Octal122256261

Shades and tints

Shades of #52AEB1

#52AEB1
(82,174,177)
#4B9FA1
(75,159,161)
#449091
(68,144,145)
#3D8181
(61,129,129)
#367271
(54,114,113)
#2F6361
(47,99,97)
#285451
(40,84,81)
#214541
(33,69,65)
#1A3631
(26,54,49)
#132721
(19,39,33)
#0C1811
(12,24,17)
#000000
(0,0,0)

Tints of #52AEB1

#52AEB1
(82,174,177)
#61B5B8
(97,181,184)
#70BCBF
(112,188,191)
#7FC3C6
(127,195,198)
#8ECACD
(142,202,205)
#9DD1D4
(157,209,212)
#ACD8DB
(172,216,219)
#BBDFE2
(187,223,226)
#CAE6E9
(202,230,233)
#D9EDF0
(217,237,240)
#E8F4F7
(232,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52AEB1 color. Also use rgb(82,174,177) instead hex code.

Text Font Color

.myTextColor { color: #52AEB1; }

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

This text font color is #52AEB1.


Background Color

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

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

This div background color is #52AEB1.


Border color

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

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

This div border color is #52AEB1.


Opacity

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

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

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

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

This text has shadow with #52AEB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52AEB1 on black background.


Color preview on white background

This text has color #52AEB1 on white background.



Black color preview on #52AEB1 background

This text has black color on #52AEB1 background.


White color preview on #52AEB1 background

This text has white color on #52AEB1 background.