COLOR #52ECC1

HEX: #52ECC1
RGB: (82,236,193)

Color info

#52ECC1 contains mainly green and blue colors. Web safe color of #52ECC1 is #66FFCC (or #6FC).

RGB color model

#52ECC1 color RGB value is (82,236,193).

  • red value is 82;
  • green value is 236;
  • blue value is 193.
RGB:
(82,236,193)
(32%,93%,76%)

RGB channels and saturation

R 82 of 255 = 32%
G 236 of 255 = 93%
B 193 of 255 = 76%

82
236
193

R + G + B ~ 67%. #52ECC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
82 + 236 + 193 = 511 (100%)
R 82 of 511 ~ 16.05%
G 236 of 511 ~ 46.18%
B 193 of 511 ~ 37.77%

%16.05
%46.18
%37.77

CMYK color model

#52ECC1 color CMYK value is (65,0,18,7).

  • cyan value is 65.25%
  • magenta value is 0.00%
  • yellow value is 18.22%
  • key color value is 7.45%
CMYK:
(65,0,18,7)
C65M0Y18K7 
(65%,0%,18%,7%)
(0.65/0.00/0.18/0.07)	

CMYK percentages

%65.25
%0
%18.22
%7.45

Codes

Color #52ECC1 in popluar color models

52ECC1
RGB82236193
HSL163°80.21%62.35%
HSB/HSV163°65.25%92.55%
CMYK65.25%0.00%18.22%
7.45%

Color #52ECC1 in popluar number systems.

HEX52ECC1
Decimal82236193
Binary10100101110110011000001
Octal122354301

Shades and tints

Shades of #52ECC1

#52ECC1
(82,236,193)
#4BD7B0
(75,215,176)
#44C29F
(68,194,159)
#3DAD8E
(61,173,142)
#36987D
(54,152,125)
#2F836C
(47,131,108)
#286E5B
(40,110,91)
#21594A
(33,89,74)
#1A4439
(26,68,57)
#132F28
(19,47,40)
#0C1A17
(12,26,23)
#000000
(0,0,0)

Tints of #52ECC1

#52ECC1
(82,236,193)
#61EDC6
(97,237,198)
#70EECB
(112,238,203)
#7FEFD0
(127,239,208)
#8EF0D5
(142,240,213)
#9DF1DA
(157,241,218)
#ACF2DF
(172,242,223)
#BBF3E4
(187,243,228)
#CAF4E9
(202,244,233)
#D9F5EE
(217,245,238)
#E8F6F3
(232,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52ECC1 color. Also use rgb(82,236,193) instead hex code.

Text Font Color

.myTextColor { color: #52ECC1; }

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

This text font color is #52ECC1.


Background Color

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

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

This div background color is #52ECC1.


Border color

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

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

This div border color is #52ECC1.


Opacity

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

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

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

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

This text has shadow with #52ECC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52ECC1 on black background.


Color preview on white background

This text has color #52ECC1 on white background.



Black color preview on #52ECC1 background

This text has black color on #52ECC1 background.


White color preview on #52ECC1 background

This text has white color on #52ECC1 background.