COLOR #52C494

HEX: #52C494 RGB: (82,196,148)

Color info

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

RGB color model

#52C494 color RGB value is (82,196,148).

RGB: (82,196,148) (32%, 77%, 58%)

RGB channels and saturation

R 82 of 255 = 32%
G 196 of 255 = 77%
B 148 of 255 = 58%

82
196
148

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

Portions of RGB colors in percentages

R + G + B = 82 + 196 + 148 = 426 (100%)
R 82 of 426 ~ 19.25%
G 196 of 426 ~ 46.01%
B 148 of 426 ~ 34.74'%

%19.25
%46.01
%34.74

CMYK color model

#52C494 color CMYK value is (58,0,24,23).

  • cyan value is 58.16%
  • magenta value is 0.00%
  • yellow value is 24.49%
  • key color value is 23.14%

CMYK: (58,0,24,23)
C58M0Y24K23 (58%, 0%, 24%, 23%)
(0.58 / 0.00 / 0.24 / 0.23)

CMYK percentages

%58.16
%0
%24.49
%23.14

Codes

Color #52C494 in popluar color models

52 C4 94
RGB 82 196 148
HSL 155° 49.14% 54.51%
HSB/HSV 155° 58.16% 76.86%
CMYK 58.16% 0.00% 24.49%
23.14%

Color #52C494 in popluar number systems.

HEX 52 C4 94
Decimal 82 196 148
Binary 1010010 11000100 10010100
Octal 122 304 224

Shades and tints

Shades of #52C494

#52C494
(82,196,148)
#4BB387
(75,179,135)
#44A27A
(68,162,122)
#3D916D
(61,145,109)
#368060
(54,128,96)
#2F6F53
(47,111,83)
#285E46
(40,94,70)
#214D39
(33,77,57)
#1A3C2C
(26,60,44)
#132B1F
(19,43,31)
#0C1A12
(12,26,18)
#000000
(0,0,0)

Tints of #52C494

#52C494
(82,196,148)
#61C99D
(97,201,157)
#70CEA6
(112,206,166)
#7FD3AF
(127,211,175)
#8ED8B8
(142,216,184)
#9DDDC1
(157,221,193)
#ACE2CA
(172,226,202)
#BBE7D3
(187,231,211)
#CAECDC
(202,236,220)
#D9F1E5
(217,241,229)
#E8F6EE
(232,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52C494 color. Also use rgb(82,196,148) instead hex code.

Text Font Color

.myTextColor { color: #52C494; }

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

This text font color is #52C494.

Background Color

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

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

This div background color is #52C494.

Border color

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

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

This div border color is #52C494.

Opacity

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

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

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

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

This text has shadow with #52C494 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52C494.

Preview

Color preview on black background

This text has color #52C494 on black background.


Color preview on white background

This text has color #52C494 on white background.


Black color preview on #52C494 background

This text has black color on #52C494 background.


White color preview on #52C494 background

This text has white color on #52C494 background.


Related colors

Complementary color

Complementary color for #hex is #AD3B6B.


I love getcolorcode.com

Triadic colors

1 #9452C4 and #C49452 with #52C494 are triadic colors.

2 #94C452 and #C45294 with #52C494 are triadic colors.