COLOR #52ACAC

HEX: #52ACAC RGB: (82,172,172)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

82
172
172

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

Portions of RGB colors in percentages

R + G + B = 82 + 172 + 172 = 426 (100%)
R 82 of 426 ~ 19.25%
G 172 of 426 ~ 40.38%
B 172 of 426 ~ 40.38'%

%19.25
%40.38
%40.38

CMYK color model

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

  • cyan value is 52.33%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (52,0,0,33)
C52M0Y0K33 (52%, 0%, 0%, 33%)
(0.52 / 0.00 / 0.00 / 0.33)

CMYK percentages

%52.33
%0
%0
%32.55

Codes

Color #52ACAC in popluar color models

52 AC AC
RGB 82 172 172
HSL 180° 35.43% 49.80%
HSB/HSV 180° 52.33% 67.45%
CMYK 52.33% 0.00% 0.00%
32.55%

Color #52ACAC in popluar number systems.

HEX 52 AC AC
Decimal 82 172 172
Binary 1010010 10101100 10101100
Octal 122 254 254

Shades and tints

Shades of #52ACAC

#52ACAC
(82,172,172)
#4B9D9D
(75,157,157)
#448E8E
(68,142,142)
#3D7F7F
(61,127,127)
#367070
(54,112,112)
#2F6161
(47,97,97)
#285252
(40,82,82)
#214343
(33,67,67)
#1A3434
(26,52,52)
#132525
(19,37,37)
#0C1616
(12,22,22)
#000000
(0,0,0)

Tints of #52ACAC

#52ACAC
(82,172,172)
#61B3B3
(97,179,179)
#70BABA
(112,186,186)
#7FC1C1
(127,193,193)
#8EC8C8
(142,200,200)
#9DCFCF
(157,207,207)
#ACD6D6
(172,214,214)
#BBDDDD
(187,221,221)
#CAE4E4
(202,228,228)
#D9EBEB
(217,235,235)
#E8F2F2
(232,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52ACAC; }

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

This text font color is #52ACAC.

Background Color

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

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

This div background color is #52ACAC.

Border color

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

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

This div border color is #52ACAC.

Opacity

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

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

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

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

This text has shadow with #52ACAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52ACAC.

Preview

Color preview on black background

This text has color #52ACAC on black background.


Color preview on white background

This text has color #52ACAC on white background.


Black color preview on #52ACAC background

This text has black color on #52ACAC background.


White color preview on #52ACAC background

This text has white color on #52ACAC background.


Related colors

Complementary color

Complementary color for #hex is #AD5353.


I love getcolorcode.com