COLOR #52DEAD

HEX: #52DEAD
RGB: (82,222,173)

Color info

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

RGB color model

#52DEAD color RGB value is (82,222,173).

  • red value is 82;
  • green value is 222;
  • blue value is 173.
RGB:
(82,222,173)
(32%,87%,68%)

RGB channels and saturation

R 82 of 255 = 32%
G 222 of 255 = 87%
B 173 of 255 = 68%

82
222
173

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

Portions of RGB colors in percentages

R + G + B =
82 + 222 + 173 = 477 (100%)
R 82 of 477 ~ 17.19%
G 222 of 477 ~ 46.54%
B 173 of 477 ~ 36.27%

%17.19
%46.54
%36.27

CMYK color model

#52DEAD color CMYK value is (63,0,22,13).

  • cyan value is 63.06%
  • magenta value is 0.00%
  • yellow value is 22.07%
  • key color value is 12.94%
CMYK:
(63,0,22,13)
C63M0Y22K13 
(63%,0%,22%,13%)
(0.63/0.00/0.22/0.13)	

CMYK percentages

%63.06
%0
%22.07
%12.94

Codes

Color #52DEAD in popluar color models

52DEAD
RGB82222173
HSL159°67.96%59.61%
HSB/HSV159°63.06%87.06%
CMYK63.06%0.00%22.07%
12.94%

Color #52DEAD in popluar number systems.

HEX52DEAD
Decimal82222173
Binary10100101101111010101101
Octal122336255

Shades and tints

Shades of #52DEAD

#52DEAD
(82,222,173)
#4BCA9E
(75,202,158)
#44B68F
(68,182,143)
#3DA280
(61,162,128)
#368E71
(54,142,113)
#2F7A62
(47,122,98)
#286653
(40,102,83)
#215244
(33,82,68)
#1A3E35
(26,62,53)
#132A26
(19,42,38)
#0C1617
(12,22,23)
#000000
(0,0,0)

Tints of #52DEAD

#52DEAD
(82,222,173)
#61E1B4
(97,225,180)
#70E4BB
(112,228,187)
#7FE7C2
(127,231,194)
#8EEAC9
(142,234,201)
#9DEDD0
(157,237,208)
#ACF0D7
(172,240,215)
#BBF3DE
(187,243,222)
#CAF6E5
(202,246,229)
#D9F9EC
(217,249,236)
#E8FCF3
(232,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52DEAD; }

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

This text font color is #52DEAD.


Background Color

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

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

This div background color is #52DEAD.


Border color

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

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

This div border color is #52DEAD.


Opacity

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

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

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

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

This text has shadow with #52DEAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52DEAD on black background.


Color preview on white background

This text has color #52DEAD on white background.



Black color preview on #52DEAD background

This text has black color on #52DEAD background.


White color preview on #52DEAD background

This text has white color on #52DEAD background.