COLOR #51AD82

HEX: #51AD82 RGB: (81,173,130)

Color info

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

RGB color model

#51AD82 color RGB value is (81,173,130).

RGB: (81,173,130) (32%, 68%, 51%)

RGB channels and saturation

R 81 of 255 = 32%
G 173 of 255 = 68%
B 130 of 255 = 51%

81
173
130

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

Portions of RGB colors in percentages

R + G + B = 81 + 173 + 130 = 384 (100%)
R 81 of 384 ~ 21.09%
G 173 of 384 ~ 45.05%
B 130 of 384 ~ 33.85'%

%21.09
%45.05
%33.85

CMYK color model

#51AD82 color CMYK value is (53,0,25,32).

  • cyan value is 53.18%
  • magenta value is 0.00%
  • yellow value is 24.86%
  • key color value is 32.16%
CMYK: (53,0,25,32) C53M0Y25K32 (53%,0%,25%,32%) (0.53/0.00/0.25/0.32) 

CMYK percentages

%53.18
%0
%24.86
%32.16

Codes

Color #51AD82 in popluar color models

51 AD 82
RGB 81 173 130
HSL 152° 36.22% 49.80%
HSB/HSV 152° 53.18% 67.84%
CMYK 53.18% 0.00% 24.86%
32.16%

Color #51AD82 in popluar number systems.

HEX 51 AD 82
Decimal 81 173 130
Binary 1010001 10101101 10000010
Octal 121 255 202

Shades and tints

Shades of #51AD82

#51AD82
(81,173,130)
#4A9E77
(74,158,119)
#438F6C
(67,143,108)
#3C8061
(60,128,97)
#357156
(53,113,86)
#2E624B
(46,98,75)
#275340
(39,83,64)
#204435
(32,68,53)
#19352A
(25,53,42)
#12261F
(18,38,31)
#0B1714
(11,23,20)
#000000
(0,0,0)

Tints of #51AD82

#51AD82
(81,173,130)
#60B48D
(96,180,141)
#6FBB98
(111,187,152)
#7EC2A3
(126,194,163)
#8DC9AE
(141,201,174)
#9CD0B9
(156,208,185)
#ABD7C4
(171,215,196)
#BADECF
(186,222,207)
#C9E5DA
(201,229,218)
#D8ECE5
(216,236,229)
#E7F3F0
(231,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51AD82 color. Also use rgb(81,173,130) instead hex code.

Text Font Color

.myTextColor { color: #51AD82; }

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

This text font color is #51AD82.

Background Color

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

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

This div background color is #51AD82.

Border color

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

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

This div border color is #51AD82.

Opacity

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

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

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

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

This text has shadow with #51AD82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51AD82.

Preview

Color preview on black background

This text has color #51AD82 on black background.


Color preview on white background

This text has color #51AD82 on white background.


Black color preview on #51AD82 background

This text has black color on #51AD82 background.


White color preview on #51AD82 background

This text has white color on #51AD82 background.


Related colors

Complementary color

Complementary color for #hex is #AE527D.


I love getcolorcode.com

Triadic colors

1 #8251AD and #AD8251 with #51AD82 are triadic colors.

2 #82AD51 and #AD5182 with #51AD82 are triadic colors.