COLOR #51B683

HEX: #51B683
RGB: (81,182,131)

Color info

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

RGB color model

#51B683 color RGB value is (81,182,131).

  • red value is 81;
  • green value is 182;
  • blue value is 131.
RGB:
(81,182,131)
(32%,71%,51%)

RGB channels and saturation

R 81 of 255 = 32%
G 182 of 255 = 71%
B 131 of 255 = 51%

81
182
131

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

Portions of RGB colors in percentages

R + G + B =
81 + 182 + 131 = 394 (100%)
R 81 of 394 ~ 20.56%
G 182 of 394 ~ 46.19%
B 131 of 394 ~ 33.25%

%20.56
%46.19
%33.25

CMYK color model

#51B683 color CMYK value is (55,0,28,29).

  • cyan value is 55.49%
  • magenta value is 0.00%
  • yellow value is 28.02%
  • key color value is 28.63%
CMYK:
(55,0,28,29)
C55M0Y28K29 
(55%,0%,28%,29%)
(0.55/0.00/0.28/0.29)	

CMYK percentages

%55.49
%0
%28.02
%28.63

Codes

Color #51B683 in popluar color models

51B683
RGB81182131
HSL150°40.89%51.57%
HSB/HSV150°55.49%71.37%
CMYK55.49%0.00%28.02%
28.63%

Color #51B683 in popluar number systems.

HEX51B683
Decimal81182131
Binary10100011011011010000011
Octal121266203

Shades and tints

Shades of #51B683

#51B683
(81,182,131)
#4AA678
(74,166,120)
#43966D
(67,150,109)
#3C8662
(60,134,98)
#357657
(53,118,87)
#2E664C
(46,102,76)
#275641
(39,86,65)
#204636
(32,70,54)
#19362B
(25,54,43)
#122620
(18,38,32)
#0B1615
(11,22,21)
#000000
(0,0,0)

Tints of #51B683

#51B683
(81,182,131)
#60BC8E
(96,188,142)
#6FC299
(111,194,153)
#7EC8A4
(126,200,164)
#8DCEAF
(141,206,175)
#9CD4BA
(156,212,186)
#ABDAC5
(171,218,197)
#BAE0D0
(186,224,208)
#C9E6DB
(201,230,219)
#D8ECE6
(216,236,230)
#E7F2F1
(231,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51B683 color. Also use rgb(81,182,131) instead hex code.

Text Font Color

.myTextColor { color: #51B683; }

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

This text font color is #51B683.


Background Color

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

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

This div background color is #51B683.


Border color

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

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

This div border color is #51B683.


Opacity

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

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

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

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

This text has shadow with #51B683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51B683 on black background.


Color preview on white background

This text has color #51B683 on white background.



Black color preview on #51B683 background

This text has black color on #51B683 background.


White color preview on #51B683 background

This text has white color on #51B683 background.