COLOR #51B39D

HEX: #51B39D
RGB: (81,179,157)

Color info

#51B39D contains mainly green and blue colors. Web safe color of #51B39D is #669999 (or #699).

RGB color model

#51B39D color RGB value is (81,179,157).

  • red value is 81;
  • green value is 179;
  • blue value is 157.
RGB:
(81,179,157)
(32%,70%,62%)

RGB channels and saturation

R 81 of 255 = 32%
G 179 of 255 = 70%
B 157 of 255 = 62%

81
179
157

R + G + B ~ 55%. #51B39D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 179 + 157 = 417 (100%)
R 81 of 417 ~ 19.42%
G 179 of 417 ~ 42.93%
B 157 of 417 ~ 37.65%

%19.42
%42.93
%37.65

CMYK color model

#51B39D color CMYK value is (55,0,12,30).

  • cyan value is 54.75%
  • magenta value is 0.00%
  • yellow value is 12.29%
  • key color value is 29.80%
CMYK:
(55,0,12,30)
C55M0Y12K30 
(55%,0%,12%,30%)
(0.55/0.00/0.12/0.30)	

CMYK percentages

%54.75
%0
%12.29
%29.8

Codes

Color #51B39D in popluar color models

51B39D
RGB81179157
HSL167°39.20%50.98%
HSB/HSV167°54.75%70.20%
CMYK54.75%0.00%12.29%
29.80%

Color #51B39D in popluar number systems.

HEX51B39D
Decimal81179157
Binary10100011011001110011101
Octal121263235

Shades and tints

Shades of #51B39D

#51B39D
(81,179,157)
#4AA38F
(74,163,143)
#439381
(67,147,129)
#3C8373
(60,131,115)
#357365
(53,115,101)
#2E6357
(46,99,87)
#275349
(39,83,73)
#20433B
(32,67,59)
#19332D
(25,51,45)
#12231F
(18,35,31)
#0B1311
(11,19,17)
#000000
(0,0,0)

Tints of #51B39D

#51B39D
(81,179,157)
#60B9A5
(96,185,165)
#6FBFAD
(111,191,173)
#7EC5B5
(126,197,181)
#8DCBBD
(141,203,189)
#9CD1C5
(156,209,197)
#ABD7CD
(171,215,205)
#BADDD5
(186,221,213)
#C9E3DD
(201,227,221)
#D8E9E5
(216,233,229)
#E7EFED
(231,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51B39D color. Also use rgb(81,179,157) instead hex code.

Text Font Color

.myTextColor { color: #51B39D; }

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

This text font color is #51B39D.


Background Color

.myBgColor { background-color: #51B39D; }

<div style="background-color:#51B39D">Inner text</div>

This div background color is #51B39D.


Border color

.myBorderColor { border: 1px solid #51B39D; }

<div style="border:3px solid #51B39D">Div</div>

This div border color is #51B39D.


Opacity

.myOpacity80 { color: #51B39D; opacity: 0.8; }

<p style="color:#51B39D;opacity:0.8;">80%</p>

Text with #51B39D 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 #51B39D;}

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

This text has shadow with #51B39D color.

.textShadow {text-shadow: 3px 3px 1px #51B39D, 3px 3px 1px red;}

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

This text has shadow with #51B39D primary color and red secondary color.


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

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

This text has shadow with #51B39D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51B39D on black background.


Color preview on white background

This text has color #51B39D on white background.



Black color preview on #51B39D background

This text has black color on #51B39D background.


White color preview on #51B39D background

This text has white color on #51B39D background.