COLOR #52AFB6

HEX: #52AFB6 RGB: (82,175,182)

Color info

#52AFB6 contains mainly green and blue colors. Web safe color of #52AFB6 is #6699CC (or #69C).

RGB color model

#52AFB6 color RGB value is (82,175,182).

RGB: (82,175,182) (32%, 69%, 71%)

RGB channels and saturation

R 82 of 255 = 32%
G 175 of 255 = 69%
B 182 of 255 = 71%

82
175
182

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

Portions of RGB colors in percentages

R + G + B = 82 + 175 + 182 = 439 (100%)
R 82 of 439 ~ 18.68%
G 175 of 439 ~ 39.86%
B 182 of 439 ~ 41.46'%

%18.68
%39.86
%41.46

CMYK color model

#52AFB6 color CMYK value is (55,4,0,29).

  • cyan value is 54.95%
  • magenta value is 3.85%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (55,4,0,29)
C55M4Y0K29 (55%, 4%, 0%, 29%)
(0.55 / 0.04 / 0.00 / 0.29)

CMYK percentages

%54.95
%3.85
%0
%28.63

Codes

Color #52AFB6 in popluar color models

52 AF B6
RGB 82 175 182
HSL 184° 40.65% 51.76%
HSB/HSV 184° 54.95% 71.37%
CMYK 54.95% 3.85% 0.00%
28.63%

Color #52AFB6 in popluar number systems.

HEX 52 AF B6
Decimal 82 175 182
Binary 1010010 10101111 10110110
Octal 122 257 266

Shades and tints

Shades of #52AFB6

#52AFB6
(82,175,182)
#4BA0A6
(75,160,166)
#449196
(68,145,150)
#3D8286
(61,130,134)
#367376
(54,115,118)
#2F6466
(47,100,102)
#285556
(40,85,86)
#214646
(33,70,70)
#1A3736
(26,55,54)
#132826
(19,40,38)
#0C1916
(12,25,22)
#000000
(0,0,0)

Tints of #52AFB6

#52AFB6
(82,175,182)
#61B6BC
(97,182,188)
#70BDC2
(112,189,194)
#7FC4C8
(127,196,200)
#8ECBCE
(142,203,206)
#9DD2D4
(157,210,212)
#ACD9DA
(172,217,218)
#BBE0E0
(187,224,224)
#CAE7E6
(202,231,230)
#D9EEEC
(217,238,236)
#E8F5F2
(232,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52AFB6; }

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

This text font color is #52AFB6.

Background Color

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

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

This div background color is #52AFB6.

Border color

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

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

This div border color is #52AFB6.

Opacity

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

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

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

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

This text has shadow with #52AFB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52AFB6.

Preview

Color preview on black background

This text has color #52AFB6 on black background.


Color preview on white background

This text has color #52AFB6 on white background.


Black color preview on #52AFB6 background

This text has black color on #52AFB6 background.


White color preview on #52AFB6 background

This text has white color on #52AFB6 background.


Related colors

Complementary color

Complementary color for #hex is #AD5049.


I love getcolorcode.com

Triadic colors

1 #B652AF and #AFB652 with #52AFB6 are triadic colors.

2 #B6AF52 and #AF52B6 with #52AFB6 are triadic colors.