COLOR #52CCCD

HEX: #52CCCD
RGB: (82,204,205)

Color info

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

RGB color model

#52CCCD color RGB value is (82,204,205).

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

RGB channels and saturation

R 82 of 255 = 32%
G 204 of 255 = 80%
B 205 of 255 = 80%

82
204
205

R + G + B ~ 64%. #52CCCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
82 + 204 + 205 = 491 (100%)
R 82 of 491 ~ 16.7%
G 204 of 491 ~ 41.55%
B 205 of 491 ~ 41.75%

%16.7
%41.55
%41.75

CMYK color model

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

  • cyan value is 60.00%
  • magenta value is 0.49%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(60,0,0,20)
C60M0Y0K20 
(60%,0%,0%,20%)
(0.60/0.00/0.00/0.20)	

CMYK percentages

%60
%0.49
%0
%19.61

Codes

Color #52CCCD in popluar color models

52CCCD
RGB82204205
HSL180°55.16%56.27%
HSB/HSV180°60.00%80.39%
CMYK60.00%0.49%0.00%
19.61%

Color #52CCCD in popluar number systems.

HEX52CCCD
Decimal82204205
Binary10100101100110011001101
Octal122314315

Shades and tints

Shades of #52CCCD

#52CCCD
(82,204,205)
#4BBABB
(75,186,187)
#44A8A9
(68,168,169)
#3D9697
(61,150,151)
#368485
(54,132,133)
#2F7273
(47,114,115)
#286061
(40,96,97)
#214E4F
(33,78,79)
#1A3C3D
(26,60,61)
#132A2B
(19,42,43)
#0C1819
(12,24,25)
#000000
(0,0,0)

Tints of #52CCCD

#52CCCD
(82,204,205)
#61D0D1
(97,208,209)
#70D4D5
(112,212,213)
#7FD8D9
(127,216,217)
#8EDCDD
(142,220,221)
#9DE0E1
(157,224,225)
#ACE4E5
(172,228,229)
#BBE8E9
(187,232,233)
#CAECED
(202,236,237)
#D9F0F1
(217,240,241)
#E8F4F5
(232,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52CCCD; }

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

This text font color is #52CCCD.


Background Color

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

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

This div background color is #52CCCD.


Border color

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

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

This div border color is #52CCCD.


Opacity

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

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

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

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

This text has shadow with #52CCCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52CCCD on black background.


Color preview on white background

This text has color #52CCCD on white background.



Black color preview on #52CCCD background

This text has black color on #52CCCD background.


White color preview on #52CCCD background

This text has white color on #52CCCD background.