COLOR #52CEAF

HEX: #52CEAF RGB: (82,206,175)

Color info

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

RGB color model

#52CEAF color RGB value is (82,206,175).

RGB: (82,206,175) (32%, 81%, 69%)

RGB channels and saturation

R 82 of 255 = 32%
G 206 of 255 = 81%
B 175 of 255 = 69%

82
206
175

R + G + B ~ 61%. #52CEAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 82 + 206 + 175 = 463 (100%)
R 82 of 463 ~ 17.71%
G 206 of 463 ~ 44.49%
B 175 of 463 ~ 37.8'%

%17.71
%44.49
%37.8

CMYK color model

#52CEAF color CMYK value is (60,0,15,19).

  • cyan value is 60.19%
  • magenta value is 0.00%
  • yellow value is 15.05%
  • key color value is 19.22%

CMYK: (60,0,15,19)
C60M0Y15K19 (60%, 0%, 15%, 19%)
(0.60 / 0.00 / 0.15 / 0.19)

CMYK percentages

%60.19
%0
%15.05
%19.22

Codes

Color #52CEAF in popluar color models

52 CE AF
RGB 82 206 175
HSL 165° 55.86% 56.47%
HSB/HSV 165° 60.19% 80.78%
CMYK 60.19% 0.00% 15.05%
19.22%

Color #52CEAF in popluar number systems.

HEX 52 CE AF
Decimal 82 206 175
Binary 1010010 11001110 10101111
Octal 122 316 257

Shades and tints

Shades of #52CEAF

#52CEAF
(82,206,175)
#4BBCA0
(75,188,160)
#44AA91
(68,170,145)
#3D9882
(61,152,130)
#368673
(54,134,115)
#2F7464
(47,116,100)
#286255
(40,98,85)
#215046
(33,80,70)
#1A3E37
(26,62,55)
#132C28
(19,44,40)
#0C1A19
(12,26,25)
#000000
(0,0,0)

Tints of #52CEAF

#52CEAF
(82,206,175)
#61D2B6
(97,210,182)
#70D6BD
(112,214,189)
#7FDAC4
(127,218,196)
#8EDECB
(142,222,203)
#9DE2D2
(157,226,210)
#ACE6D9
(172,230,217)
#BBEAE0
(187,234,224)
#CAEEE7
(202,238,231)
#D9F2EE
(217,242,238)
#E8F6F5
(232,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52CEAF; }

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

This text font color is #52CEAF.

Background Color

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

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

This div background color is #52CEAF.

Border color

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

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

This div border color is #52CEAF.

Opacity

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

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

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

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

This text has shadow with #52CEAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52CEAF.

Preview

Color preview on black background

This text has color #52CEAF on black background.


Color preview on white background

This text has color #52CEAF on white background.


Black color preview on #52CEAF background

This text has black color on #52CEAF background.


White color preview on #52CEAF background

This text has white color on #52CEAF background.


Related colors

Complementary color

Complementary color for #hex is #AD3150.


I love getcolorcode.com

Triadic colors

1 #AF52CE and #CEAF52 with #52CEAF are triadic colors.

2 #AFCE52 and #CE52AF with #52CEAF are triadic colors.