COLOR #51B996

HEX: #51B996
RGB: (81,185,150)

Color info

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

RGB color model

#51B996 color RGB value is (81,185,150).

  • red value is 81;
  • green value is 185;
  • blue value is 150.
RGB:
(81,185,150)
(32%,73%,59%)

RGB channels and saturation

R 81 of 255 = 32%
G 185 of 255 = 73%
B 150 of 255 = 59%

81
185
150

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

Portions of RGB colors in percentages

R + G + B =
81 + 185 + 150 = 416 (100%)
R 81 of 416 ~ 19.47%
G 185 of 416 ~ 44.47%
B 150 of 416 ~ 36.06%

%19.47
%44.47
%36.06

CMYK color model

#51B996 color CMYK value is (56,0,19,27).

  • cyan value is 56.22%
  • magenta value is 0.00%
  • yellow value is 18.92%
  • key color value is 27.45%
CMYK:
(56,0,19,27)
C56M0Y19K27 
(56%,0%,19%,27%)
(0.56/0.00/0.19/0.27)	

CMYK percentages

%56.22
%0
%18.92
%27.45

Codes

Color #51B996 in popluar color models

51B996
RGB81185150
HSL160°42.62%52.16%
HSB/HSV160°56.22%72.55%
CMYK56.22%0.00%18.92%
27.45%

Color #51B996 in popluar number systems.

HEX51B996
Decimal81185150
Binary10100011011100110010110
Octal121271226

Shades and tints

Shades of #51B996

#51B996
(81,185,150)
#4AA989
(74,169,137)
#43997C
(67,153,124)
#3C896F
(60,137,111)
#357962
(53,121,98)
#2E6955
(46,105,85)
#275948
(39,89,72)
#20493B
(32,73,59)
#19392E
(25,57,46)
#122921
(18,41,33)
#0B1914
(11,25,20)
#000000
(0,0,0)

Tints of #51B996

#51B996
(81,185,150)
#60BF9F
(96,191,159)
#6FC5A8
(111,197,168)
#7ECBB1
(126,203,177)
#8DD1BA
(141,209,186)
#9CD7C3
(156,215,195)
#ABDDCC
(171,221,204)
#BAE3D5
(186,227,213)
#C9E9DE
(201,233,222)
#D8EFE7
(216,239,231)
#E7F5F0
(231,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51B996 color. Also use rgb(81,185,150) instead hex code.

Text Font Color

.myTextColor { color: #51B996; }

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

This text font color is #51B996.


Background Color

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

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

This div background color is #51B996.


Border color

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

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

This div border color is #51B996.


Opacity

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

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

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

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

This text has shadow with #51B996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51B996 on black background.


Color preview on white background

This text has color #51B996 on white background.



Black color preview on #51B996 background

This text has black color on #51B996 background.


White color preview on #51B996 background

This text has white color on #51B996 background.