COLOR #52CD8C

HEX: #52CD8C
RGB: (82,205,140)

Color info

#52CD8C contains mainly green color. Web safe color of #52CD8C is #66CC99 (or #6C9).

RGB color model

#52CD8C color RGB value is (82,205,140).

  • red value is 82;
  • green value is 205;
  • blue value is 140.
RGB:
(82,205,140)
(32%,80%,55%)

RGB channels and saturation

R 82 of 255 = 32%
G 205 of 255 = 80%
B 140 of 255 = 55%

82
205
140

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

Portions of RGB colors in percentages

R + G + B =
82 + 205 + 140 = 427 (100%)
R 82 of 427 ~ 19.2%
G 205 of 427 ~ 48.01%
B 140 of 427 ~ 32.79%

%19.2
%48.01
%32.79

CMYK color model

#52CD8C color CMYK value is (60,0,32,20).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 31.71%
  • key color value is 19.61%
CMYK:
(60,0,32,20)
C60M0Y32K20 
(60%,0%,32%,20%)
(0.60/0.00/0.32/0.20)	

CMYK percentages

%60
%0
%31.71
%19.61

Codes

Color #52CD8C in popluar color models

52CD8C
RGB82205140
HSL148°55.16%56.27%
HSB/HSV148°60.00%80.39%
CMYK60.00%0.00%31.71%
19.61%

Color #52CD8C in popluar number systems.

HEX52CD8C
Decimal82205140
Binary10100101100110110001100
Octal122315214

Shades and tints

Shades of #52CD8C

#52CD8C
(82,205,140)
#4BBB80
(75,187,128)
#44A974
(68,169,116)
#3D9768
(61,151,104)
#36855C
(54,133,92)
#2F7350
(47,115,80)
#286144
(40,97,68)
#214F38
(33,79,56)
#1A3D2C
(26,61,44)
#132B20
(19,43,32)
#0C1914
(12,25,20)
#000000
(0,0,0)

Tints of #52CD8C

#52CD8C
(82,205,140)
#61D196
(97,209,150)
#70D5A0
(112,213,160)
#7FD9AA
(127,217,170)
#8EDDB4
(142,221,180)
#9DE1BE
(157,225,190)
#ACE5C8
(172,229,200)
#BBE9D2
(187,233,210)
#CAEDDC
(202,237,220)
#D9F1E6
(217,241,230)
#E8F5F0
(232,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52CD8C; }

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

This text font color is #52CD8C.


Background Color

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

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

This div background color is #52CD8C.


Border color

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

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

This div border color is #52CD8C.


Opacity

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

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

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

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

This text has shadow with #52CD8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52CD8C on black background.


Color preview on white background

This text has color #52CD8C on white background.



Black color preview on #52CD8C background

This text has black color on #52CD8C background.


White color preview on #52CD8C background

This text has white color on #52CD8C background.