COLOR #51B994

HEX: #51B994
RGB: (81,185,148)

Color info

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

RGB color model

#51B994 color RGB value is (81,185,148).

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

RGB channels and saturation

R 81 of 255 = 32%
G 185 of 255 = 73%
B 148 of 255 = 58%

81
185
148

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

Portions of RGB colors in percentages

R + G + B =
81 + 185 + 148 = 414 (100%)
R 81 of 414 ~ 19.57%
G 185 of 414 ~ 44.69%
B 148 of 414 ~ 35.75%

%19.57
%44.69
%35.75

CMYK color model

#51B994 color CMYK value is (56,0,20,27).

  • cyan value is 56.22%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 27.45%
CMYK:
(56,0,20,27)
C56M0Y20K27 
(56%,0%,20%,27%)
(0.56/0.00/0.20/0.27)	

CMYK percentages

%56.22
%0
%20
%27.45

Codes

Color #51B994 in popluar color models

51B994
RGB81185148
HSL159°42.62%52.16%
HSB/HSV159°56.22%72.55%
CMYK56.22%0.00%20.00%
27.45%

Color #51B994 in popluar number systems.

HEX51B994
Decimal81185148
Binary10100011011100110010100
Octal121271224

Shades and tints

Shades of #51B994

#51B994
(81,185,148)
#4AA987
(74,169,135)
#43997A
(67,153,122)
#3C896D
(60,137,109)
#357960
(53,121,96)
#2E6953
(46,105,83)
#275946
(39,89,70)
#204939
(32,73,57)
#19392C
(25,57,44)
#12291F
(18,41,31)
#0B1912
(11,25,18)
#000000
(0,0,0)

Tints of #51B994

#51B994
(81,185,148)
#60BF9D
(96,191,157)
#6FC5A6
(111,197,166)
#7ECBAF
(126,203,175)
#8DD1B8
(141,209,184)
#9CD7C1
(156,215,193)
#ABDDCA
(171,221,202)
#BAE3D3
(186,227,211)
#C9E9DC
(201,233,220)
#D8EFE5
(216,239,229)
#E7F5EE
(231,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51B994; }

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

This text font color is #51B994.


Background Color

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

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

This div background color is #51B994.


Border color

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

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

This div border color is #51B994.


Opacity

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

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

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

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

This text has shadow with #51B994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51B994 on black background.


Color preview on white background

This text has color #51B994 on white background.



Black color preview on #51B994 background

This text has black color on #51B994 background.


White color preview on #51B994 background

This text has white color on #51B994 background.