COLOR #51B891

HEX: #51B891
RGB: (81,184,145)

Color info

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

RGB color model

#51B891 color RGB value is (81,184,145).

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

RGB channels and saturation

R 81 of 255 = 32%
G 184 of 255 = 72%
B 145 of 255 = 57%

81
184
145

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

Portions of RGB colors in percentages

R + G + B =
81 + 184 + 145 = 410 (100%)
R 81 of 410 ~ 19.76%
G 184 of 410 ~ 44.88%
B 145 of 410 ~ 35.37%

%19.76
%44.88
%35.37

CMYK color model

#51B891 color CMYK value is (56,0,21,28).

  • cyan value is 55.98%
  • magenta value is 0.00%
  • yellow value is 21.20%
  • key color value is 27.84%
CMYK:
(56,0,21,28)
C56M0Y21K28 
(56%,0%,21%,28%)
(0.56/0.00/0.21/0.28)	

CMYK percentages

%55.98
%0
%21.2
%27.84

Codes

Color #51B891 in popluar color models

51B891
RGB81184145
HSL157°42.04%51.96%
HSB/HSV157°55.98%72.16%
CMYK55.98%0.00%21.20%
27.84%

Color #51B891 in popluar number systems.

HEX51B891
Decimal81184145
Binary10100011011100010010001
Octal121270221

Shades and tints

Shades of #51B891

#51B891
(81,184,145)
#4AA884
(74,168,132)
#439877
(67,152,119)
#3C886A
(60,136,106)
#35785D
(53,120,93)
#2E6850
(46,104,80)
#275843
(39,88,67)
#204836
(32,72,54)
#193829
(25,56,41)
#12281C
(18,40,28)
#0B180F
(11,24,15)
#000000
(0,0,0)

Tints of #51B891

#51B891
(81,184,145)
#60BE9B
(96,190,155)
#6FC4A5
(111,196,165)
#7ECAAF
(126,202,175)
#8DD0B9
(141,208,185)
#9CD6C3
(156,214,195)
#ABDCCD
(171,220,205)
#BAE2D7
(186,226,215)
#C9E8E1
(201,232,225)
#D8EEEB
(216,238,235)
#E7F4F5
(231,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51B891; }

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

This text font color is #51B891.


Background Color

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

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

This div background color is #51B891.


Border color

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

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

This div border color is #51B891.


Opacity

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

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

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

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

This text has shadow with #51B891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51B891 on black background.


Color preview on white background

This text has color #51B891 on white background.



Black color preview on #51B891 background

This text has black color on #51B891 background.


White color preview on #51B891 background

This text has white color on #51B891 background.