COLOR #52C3AB

HEX: #52C3AB
RGB: (82,195,171)

Color info

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

RGB color model

#52C3AB color RGB value is (82,195,171).

  • red value is 82;
  • green value is 195;
  • blue value is 171.
RGB:
(82,195,171)
(32%,76%,67%)

RGB channels and saturation

R 82 of 255 = 32%
G 195 of 255 = 76%
B 171 of 255 = 67%

82
195
171

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

Portions of RGB colors in percentages

R + G + B =
82 + 195 + 171 = 448 (100%)
R 82 of 448 ~ 18.3%
G 195 of 448 ~ 43.53%
B 171 of 448 ~ 38.17%

%18.3
%43.53
%38.17

CMYK color model

#52C3AB color CMYK value is (58,0,12,24).

  • cyan value is 57.95%
  • magenta value is 0.00%
  • yellow value is 12.31%
  • key color value is 23.53%
CMYK:
(58,0,12,24)
C58M0Y12K24 
(58%,0%,12%,24%)
(0.58/0.00/0.12/0.24)	

CMYK percentages

%57.95
%0
%12.31
%23.53

Codes

Color #52C3AB in popluar color models

52C3AB
RGB82195171
HSL167°48.50%54.31%
HSB/HSV167°57.95%76.47%
CMYK57.95%0.00%12.31%
23.53%

Color #52C3AB in popluar number systems.

HEX52C3AB
Decimal82195171
Binary10100101100001110101011
Octal122303253

Shades and tints

Shades of #52C3AB

#52C3AB
(82,195,171)
#4BB29C
(75,178,156)
#44A18D
(68,161,141)
#3D907E
(61,144,126)
#367F6F
(54,127,111)
#2F6E60
(47,110,96)
#285D51
(40,93,81)
#214C42
(33,76,66)
#1A3B33
(26,59,51)
#132A24
(19,42,36)
#0C1915
(12,25,21)
#000000
(0,0,0)

Tints of #52C3AB

#52C3AB
(82,195,171)
#61C8B2
(97,200,178)
#70CDB9
(112,205,185)
#7FD2C0
(127,210,192)
#8ED7C7
(142,215,199)
#9DDCCE
(157,220,206)
#ACE1D5
(172,225,213)
#BBE6DC
(187,230,220)
#CAEBE3
(202,235,227)
#D9F0EA
(217,240,234)
#E8F5F1
(232,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52C3AB color. Also use rgb(82,195,171) instead hex code.

Text Font Color

.myTextColor { color: #52C3AB; }

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

This text font color is #52C3AB.


Background Color

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

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

This div background color is #52C3AB.


Border color

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

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

This div border color is #52C3AB.


Opacity

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

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

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

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

This text has shadow with #52C3AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52C3AB on black background.


Color preview on white background

This text has color #52C3AB on white background.



Black color preview on #52C3AB background

This text has black color on #52C3AB background.


White color preview on #52C3AB background

This text has white color on #52C3AB background.