COLOR #52C5C3

HEX: #52C5C3
RGB: (82,197,195)

Color info

#52C5C3 contains mainly green and blue colors. Web safe color of #52C5C3 is #66CCCC (or #6CC).

RGB color model

#52C5C3 color RGB value is (82,197,195).

  • red value is 82;
  • green value is 197;
  • blue value is 195.
RGB:
(82,197,195)
(32%,77%,76%)

RGB channels and saturation

R 82 of 255 = 32%
G 197 of 255 = 77%
B 195 of 255 = 76%

82
197
195

R + G + B ~ 62%. #52C5C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
82 + 197 + 195 = 474 (100%)
R 82 of 474 ~ 17.3%
G 197 of 474 ~ 41.56%
B 195 of 474 ~ 41.14%

%17.3
%41.56
%41.14

CMYK color model

#52C5C3 color CMYK value is (58,0,1,23).

  • cyan value is 58.38%
  • magenta value is 0.00%
  • yellow value is 1.02%
  • key color value is 22.75%
CMYK:
(58,0,1,23)
C58M0Y1K23 
(58%,0%,1%,23%)
(0.58/0.00/0.01/0.23)	

CMYK percentages

%58.38
%0
%1.02
%22.75

Codes

Color #52C5C3 in popluar color models

52C5C3
RGB82197195
HSL179°49.78%54.71%
HSB/HSV179°58.38%77.25%
CMYK58.38%0.00%1.02%
22.75%

Color #52C5C3 in popluar number systems.

HEX52C5C3
Decimal82197195
Binary10100101100010111000011
Octal122305303

Shades and tints

Shades of #52C5C3

#52C5C3
(82,197,195)
#4BB4B2
(75,180,178)
#44A3A1
(68,163,161)
#3D9290
(61,146,144)
#36817F
(54,129,127)
#2F706E
(47,112,110)
#285F5D
(40,95,93)
#214E4C
(33,78,76)
#1A3D3B
(26,61,59)
#132C2A
(19,44,42)
#0C1B19
(12,27,25)
#000000
(0,0,0)

Tints of #52C5C3

#52C5C3
(82,197,195)
#61CAC8
(97,202,200)
#70CFCD
(112,207,205)
#7FD4D2
(127,212,210)
#8ED9D7
(142,217,215)
#9DDEDC
(157,222,220)
#ACE3E1
(172,227,225)
#BBE8E6
(187,232,230)
#CAEDEB
(202,237,235)
#D9F2F0
(217,242,240)
#E8F7F5
(232,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52C5C3; }

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

This text font color is #52C5C3.


Background Color

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

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

This div background color is #52C5C3.


Border color

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

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

This div border color is #52C5C3.


Opacity

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

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

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

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

This text has shadow with #52C5C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52C5C3 on black background.


Color preview on white background

This text has color #52C5C3 on white background.



Black color preview on #52C5C3 background

This text has black color on #52C5C3 background.


White color preview on #52C5C3 background

This text has white color on #52C5C3 background.