COLOR #39B49D

HEX: #39B49D
RGB: (57,180,157)

Color info

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

RGB color model

#39B49D color RGB value is (57,180,157).

  • red value is 57;
  • green value is 180;
  • blue value is 157.
RGB:
(57,180,157)
(22%,71%,62%)

RGB channels and saturation

R 57 of 255 = 22%
G 180 of 255 = 71%
B 157 of 255 = 62%

57
180
157

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

Portions of RGB colors in percentages

R + G + B =
57 + 180 + 157 = 394 (100%)
R 57 of 394 ~ 14.47%
G 180 of 394 ~ 45.69%
B 157 of 394 ~ 39.85%

%14.47
%45.69
%39.85

CMYK color model

#39B49D color CMYK value is (68,0,13,29).

  • cyan value is 68.33%
  • magenta value is 0.00%
  • yellow value is 12.78%
  • key color value is 29.41%
CMYK:
(68,0,13,29)
C68M0Y13K29 
(68%,0%,13%,29%)
(0.68/0.00/0.13/0.29)	

CMYK percentages

%68.33
%0
%12.78
%29.41

Codes

Color #39B49D in popluar color models

39B49D
RGB57180157
HSL169°51.90%46.47%
HSB/HSV169°68.33%70.59%
CMYK68.33%0.00%12.78%
29.41%

Color #39B49D in popluar number systems.

HEX39B49D
Decimal57180157
Binary1110011011010010011101
Octal71264235

Shades and tints

Shades of #39B49D

#39B49D
(57,180,157)
#34A48F
(52,164,143)
#2F9481
(47,148,129)
#2A8473
(42,132,115)
#257465
(37,116,101)
#206457
(32,100,87)
#1B5449
(27,84,73)
#16443B
(22,68,59)
#11342D
(17,52,45)
#0C241F
(12,36,31)
#071411
(7,20,17)
#000000
(0,0,0)

Tints of #39B49D

#39B49D
(57,180,157)
#4BBAA5
(75,186,165)
#5DC0AD
(93,192,173)
#6FC6B5
(111,198,181)
#81CCBD
(129,204,189)
#93D2C5
(147,210,197)
#A5D8CD
(165,216,205)
#B7DED5
(183,222,213)
#C9E4DD
(201,228,221)
#DBEAE5
(219,234,229)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #39B49D color. Also use rgb(57,180,157) instead hex code.

Text Font Color

.myTextColor { color: #39B49D; }

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

This text font color is #39B49D.


Background Color

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

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

This div background color is #39B49D.


Border color

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

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

This div border color is #39B49D.


Opacity

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

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

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

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

This text has shadow with #39B49D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #39B49D on black background.


Color preview on white background

This text has color #39B49D on white background.



Black color preview on #39B49D background

This text has black color on #39B49D background.


White color preview on #39B49D background

This text has white color on #39B49D background.