COLOR #51B590

HEX: #51B590
RGB: (81,181,144)

Color info

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

RGB color model

#51B590 color RGB value is (81,181,144).

  • red value is 81;
  • green value is 181;
  • blue value is 144.
RGB:
(81,181,144)
(32%,71%,56%)

RGB channels and saturation

R 81 of 255 = 32%
G 181 of 255 = 71%
B 144 of 255 = 56%

81
181
144

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

Portions of RGB colors in percentages

R + G + B =
81 + 181 + 144 = 406 (100%)
R 81 of 406 ~ 19.95%
G 181 of 406 ~ 44.58%
B 144 of 406 ~ 35.47%

%19.95
%44.58
%35.47

CMYK color model

#51B590 color CMYK value is (55,0,20,29).

  • cyan value is 55.25%
  • magenta value is 0.00%
  • yellow value is 20.44%
  • key color value is 29.02%
CMYK:
(55,0,20,29)
C55M0Y20K29 
(55%,0%,20%,29%)
(0.55/0.00/0.20/0.29)	

CMYK percentages

%55.25
%0
%20.44
%29.02

Codes

Color #51B590 in popluar color models

51B590
RGB81181144
HSL158°40.32%51.37%
HSB/HSV158°55.25%70.98%
CMYK55.25%0.00%20.44%
29.02%

Color #51B590 in popluar number systems.

HEX51B590
Decimal81181144
Binary10100011011010110010000
Octal121265220

Shades and tints

Shades of #51B590

#51B590
(81,181,144)
#4AA583
(74,165,131)
#439576
(67,149,118)
#3C8569
(60,133,105)
#35755C
(53,117,92)
#2E654F
(46,101,79)
#275542
(39,85,66)
#204535
(32,69,53)
#193528
(25,53,40)
#12251B
(18,37,27)
#0B150E
(11,21,14)
#000000
(0,0,0)

Tints of #51B590

#51B590
(81,181,144)
#60BB9A
(96,187,154)
#6FC1A4
(111,193,164)
#7EC7AE
(126,199,174)
#8DCDB8
(141,205,184)
#9CD3C2
(156,211,194)
#ABD9CC
(171,217,204)
#BADFD6
(186,223,214)
#C9E5E0
(201,229,224)
#D8EBEA
(216,235,234)
#E7F1F4
(231,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51B590 color. Also use rgb(81,181,144) instead hex code.

Text Font Color

.myTextColor { color: #51B590; }

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

This text font color is #51B590.


Background Color

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

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

This div background color is #51B590.


Border color

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

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

This div border color is #51B590.


Opacity

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

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

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

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

This text has shadow with #51B590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51B590 on black background.


Color preview on white background

This text has color #51B590 on white background.



Black color preview on #51B590 background

This text has black color on #51B590 background.


White color preview on #51B590 background

This text has white color on #51B590 background.