COLOR #52ACA8

HEX: #52ACA8 RGB: (82,172,168)

Color info

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

RGB color model

#52ACA8 color RGB value is (82,172,168).

RGB: (82,172,168) (32%, 67%, 66%)

RGB channels and saturation

R 82 of 255 = 32%
G 172 of 255 = 67%
B 168 of 255 = 66%

82
172
168

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

Portions of RGB colors in percentages

R + G + B = 82 + 172 + 168 = 422 (100%)
R 82 of 422 ~ 19.43%
G 172 of 422 ~ 40.76%
B 168 of 422 ~ 39.81'%

%19.43
%40.76
%39.81

CMYK color model

#52ACA8 color CMYK value is (52,0,2,33).

  • cyan value is 52.33%
  • magenta value is 0.00%
  • yellow value is 2.33%
  • key color value is 32.55%
CMYK: (52,0,2,33) C52M0Y2K33 (52%,0%,2%,33%) (0.52/0.00/0.02/0.33) 

CMYK percentages

%52.33
%0
%2.33
%32.55

Codes

Color #52ACA8 in popluar color models

52 AC A8
RGB 82 172 168
HSL 177° 35.43% 49.80%
HSB/HSV 177° 52.33% 67.45%
CMYK 52.33% 0.00% 2.33%
32.55%

Color #52ACA8 in popluar number systems.

HEX 52 AC A8
Decimal 82 172 168
Binary 1010010 10101100 10101000
Octal 122 254 250

Shades and tints

Shades of #52ACA8

#52ACA8
(82,172,168)
#4B9D99
(75,157,153)
#448E8A
(68,142,138)
#3D7F7B
(61,127,123)
#36706C
(54,112,108)
#2F615D
(47,97,93)
#28524E
(40,82,78)
#21433F
(33,67,63)
#1A3430
(26,52,48)
#132521
(19,37,33)
#0C1612
(12,22,18)
#000000
(0,0,0)

Tints of #52ACA8

#52ACA8
(82,172,168)
#61B3AF
(97,179,175)
#70BAB6
(112,186,182)
#7FC1BD
(127,193,189)
#8EC8C4
(142,200,196)
#9DCFCB
(157,207,203)
#ACD6D2
(172,214,210)
#BBDDD9
(187,221,217)
#CAE4E0
(202,228,224)
#D9EBE7
(217,235,231)
#E8F2EE
(232,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52ACA8; }

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

This text font color is #52ACA8.

Background Color

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

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

This div background color is #52ACA8.

Border color

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

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

This div border color is #52ACA8.

Opacity

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

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

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

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

This text has shadow with #52ACA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52ACA8.

Preview

Color preview on black background

This text has color #52ACA8 on black background.


Color preview on white background

This text has color #52ACA8 on white background.


Black color preview on #52ACA8 background

This text has black color on #52ACA8 background.


White color preview on #52ACA8 background

This text has white color on #52ACA8 background.


Related colors

Complementary color

Complementary color for #hex is #AD5357.


I love getcolorcode.com

Triadic colors

1 #A852AC and #ACA852 with #52ACA8 are triadic colors.

2 #A8AC52 and #AC52A8 with #52ACA8 are triadic colors.