COLOR #51B291

HEX: #51B291
RGB: (81,178,145)

Color info

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

RGB color model

#51B291 color RGB value is (81,178,145).

  • red value is 81;
  • green value is 178;
  • blue value is 145.
RGB:
(81,178,145)
(32%,70%,57%)

RGB channels and saturation

R 81 of 255 = 32%
G 178 of 255 = 70%
B 145 of 255 = 57%

81
178
145

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

Portions of RGB colors in percentages

R + G + B =
81 + 178 + 145 = 404 (100%)
R 81 of 404 ~ 20.05%
G 178 of 404 ~ 44.06%
B 145 of 404 ~ 35.89%

%20.05
%44.06
%35.89

CMYK color model

#51B291 color CMYK value is (54,0,19,30).

  • cyan value is 54.49%
  • magenta value is 0.00%
  • yellow value is 18.54%
  • key color value is 30.20%
CMYK:
(54,0,19,30)
C54M0Y19K30 
(54%,0%,19%,30%)
(0.54/0.00/0.19/0.30)	

CMYK percentages

%54.49
%0
%18.54
%30.2

Codes

Color #51B291 in popluar color models

51B291
RGB81178145
HSL160°38.65%50.78%
HSB/HSV160°54.49%69.80%
CMYK54.49%0.00%18.54%
30.20%

Color #51B291 in popluar number systems.

HEX51B291
Decimal81178145
Binary10100011011001010010001
Octal121262221

Shades and tints

Shades of #51B291

#51B291
(81,178,145)
#4AA284
(74,162,132)
#439277
(67,146,119)
#3C826A
(60,130,106)
#35725D
(53,114,93)
#2E6250
(46,98,80)
#275243
(39,82,67)
#204236
(32,66,54)
#193229
(25,50,41)
#12221C
(18,34,28)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #51B291

#51B291
(81,178,145)
#60B99B
(96,185,155)
#6FC0A5
(111,192,165)
#7EC7AF
(126,199,175)
#8DCEB9
(141,206,185)
#9CD5C3
(156,213,195)
#ABDCCD
(171,220,205)
#BAE3D7
(186,227,215)
#C9EAE1
(201,234,225)
#D8F1EB
(216,241,235)
#E7F8F5
(231,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51B291 color. Also use rgb(81,178,145) instead hex code.

Text Font Color

.myTextColor { color: #51B291; }

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

This text font color is #51B291.


Background Color

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

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

This div background color is #51B291.


Border color

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

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

This div border color is #51B291.


Opacity

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

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

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

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

This text has shadow with #51B291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51B291 on black background.


Color preview on white background

This text has color #51B291 on white background.



Black color preview on #51B291 background

This text has black color on #51B291 background.


White color preview on #51B291 background

This text has white color on #51B291 background.