COLOR #39C493

HEX: #39C493 RGB: (57,196,147)

Color info

#39C493 contains mainly green and blue colors. Web safe color of #39C493 is #33CC99 (or #3C9).

RGB color model

#39C493 color RGB value is (57,196,147).

RGB: (57,196,147) (22%, 77%, 58%)

RGB channels and saturation

R 57 of 255 = 22%
G 196 of 255 = 77%
B 147 of 255 = 58%

57
196
147

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

Portions of RGB colors in percentages

R + G + B = 57 + 196 + 147 = 400 (100%)
R 57 of 400 ~ 14.25%
G 196 of 400 ~ 49%
B 147 of 400 ~ 36.75'%

%14.25
%49
%36.75

CMYK color model

#39C493 color CMYK value is (71,0,25,23).

  • cyan value is 70.92%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 23.14%

CMYK: (71,0,25,23)
C71M0Y25K23 (71%, 0%, 25%, 23%)
(0.71 / 0.00 / 0.25 / 0.23)

CMYK percentages

%70.92
%0
%25
%23.14

Codes

Color #39C493 in popluar color models

39 C4 93
RGB 57 196 147
HSL 159° 54.94% 49.61%
HSB/HSV 159° 70.92% 76.86%
CMYK 70.92% 0.00% 25.00%
23.14%

Color #39C493 in popluar number systems.

HEX 39 C4 93
Decimal 57 196 147
Binary 111001 11000100 10010011
Octal 71 304 223

Shades and tints

Shades of #39C493

#39C493
(57,196,147)
#34B386
(52,179,134)
#2FA279
(47,162,121)
#2A916C
(42,145,108)
#25805F
(37,128,95)
#206F52
(32,111,82)
#1B5E45
(27,94,69)
#164D38
(22,77,56)
#113C2B
(17,60,43)
#0C2B1E
(12,43,30)
#071A11
(7,26,17)
#000000
(0,0,0)

Tints of #39C493

#39C493
(57,196,147)
#4BC99C
(75,201,156)
#5DCEA5
(93,206,165)
#6FD3AE
(111,211,174)
#81D8B7
(129,216,183)
#93DDC0
(147,221,192)
#A5E2C9
(165,226,201)
#B7E7D2
(183,231,210)
#C9ECDB
(201,236,219)
#DBF1E4
(219,241,228)
#EDF6ED
(237,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #39C493 color. Also use rgb(57,196,147) instead hex code.

Text Font Color

.myTextColor { color: #39C493; }

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

This text font color is #39C493.

Background Color

.myBgColor { background-color: #39C493; }

<div style="background-color:#39C493">Inner text</div>

This div background color is #39C493.

Border color

.myBorderColor { border: 1px solid #39C493; }

<div style="border:3px solid #39C493">Div</div>

This div border color is #39C493.

Opacity

.myOpacity80 { color: #39C493; opacity: 0.8; }

<p style="color:#39C493;opacity:0.8;">80%</p>

Text with #39C493 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 #39C493;}

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

This text has shadow with #39C493 color.


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

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

This text has shadow with #39C493 primary color and red secondary color.


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

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

This text has shadow with #39C493 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #39C493.

Preview

Color preview on black background

This text has color #39C493 on black background.


Color preview on white background

This text has color #39C493 on white background.


Black color preview on #39C493 background

This text has black color on #39C493 background.


White color preview on #39C493 background

This text has white color on #39C493 background.


Related colors

Complementary color

Complementary color for #hex is #C63B6C.


I love getcolorcode.com

Triadic colors

1 #9339C4 and #C49339 with #39C493 are triadic colors.

2 #93C439 and #C43993 with #39C493 are triadic colors.