COLOR #52D0AF

HEX: #52D0AF
RGB: (82,208,175)

Color info

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

RGB color model

#52D0AF color RGB value is (82,208,175).

  • red value is 82;
  • green value is 208;
  • blue value is 175.
RGB:
(82,208,175)
(32%,82%,69%)

RGB channels and saturation

R 82 of 255 = 32%
G 208 of 255 = 82%
B 175 of 255 = 69%

82
208
175

R + G + B ~ 61%. #52D0AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
82 + 208 + 175 = 465 (100%)
R 82 of 465 ~ 17.63%
G 208 of 465 ~ 44.73%
B 175 of 465 ~ 37.63%

%17.63
%44.73
%37.63

CMYK color model

#52D0AF color CMYK value is (61,0,16,18).

  • cyan value is 60.58%
  • magenta value is 0.00%
  • yellow value is 15.87%
  • key color value is 18.43%
CMYK:
(61,0,16,18)
C61M0Y16K18 
(61%,0%,16%,18%)
(0.61/0.00/0.16/0.18)	

CMYK percentages

%60.58
%0
%15.87
%18.43

Codes

Color #52D0AF in popluar color models

52D0AF
RGB82208175
HSL164°57.27%56.86%
HSB/HSV164°60.58%81.57%
CMYK60.58%0.00%15.87%
18.43%

Color #52D0AF in popluar number systems.

HEX52D0AF
Decimal82208175
Binary10100101101000010101111
Octal122320257

Shades and tints

Shades of #52D0AF

#52D0AF
(82,208,175)
#4BBEA0
(75,190,160)
#44AC91
(68,172,145)
#3D9A82
(61,154,130)
#368873
(54,136,115)
#2F7664
(47,118,100)
#286455
(40,100,85)
#215246
(33,82,70)
#1A4037
(26,64,55)
#132E28
(19,46,40)
#0C1C19
(12,28,25)
#000000
(0,0,0)

Tints of #52D0AF

#52D0AF
(82,208,175)
#61D4B6
(97,212,182)
#70D8BD
(112,216,189)
#7FDCC4
(127,220,196)
#8EE0CB
(142,224,203)
#9DE4D2
(157,228,210)
#ACE8D9
(172,232,217)
#BBECE0
(187,236,224)
#CAF0E7
(202,240,231)
#D9F4EE
(217,244,238)
#E8F8F5
(232,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52D0AF color. Also use rgb(82,208,175) instead hex code.

Text Font Color

.myTextColor { color: #52D0AF; }

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

This text font color is #52D0AF.


Background Color

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

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

This div background color is #52D0AF.


Border color

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

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

This div border color is #52D0AF.


Opacity

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

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

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

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

This text has shadow with #52D0AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52D0AF on black background.


Color preview on white background

This text has color #52D0AF on white background.



Black color preview on #52D0AF background

This text has black color on #52D0AF background.


White color preview on #52D0AF background

This text has white color on #52D0AF background.