COLOR #51AD7A

HEX: #51AD7A RGB: (81,173,122)

Color info

#51AD7A contains mainly green and blue colors. Web safe color of #51AD7A is #669966 (or #696).

RGB color model

#51AD7A color RGB value is (81,173,122).

RGB: (81,173,122) (32%, 68%, 48%)

RGB channels and saturation

R 81 of 255 = 32%
G 173 of 255 = 68%
B 122 of 255 = 48%

81
173
122

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

Portions of RGB colors in percentages

R + G + B = 81 + 173 + 122 = 376 (100%)
R 81 of 376 ~ 21.54%
G 173 of 376 ~ 46.01%
B 122 of 376 ~ 32.45'%

%21.54
%46.01
%32.45

CMYK color model

#51AD7A color CMYK value is (53,0,29,32).

  • cyan value is 53.18%
  • magenta value is 0.00%
  • yellow value is 29.48%
  • key color value is 32.16%

CMYK: (53,0,29,32)
C53M0Y29K32 (53%, 0%, 29%, 32%)
(0.53 / 0.00 / 0.29 / 0.32)

CMYK percentages

%53.18
%0
%29.48
%32.16

Codes

Color #51AD7A in popluar color models

51 AD 7A
RGB 81 173 122
HSL 147° 36.22% 49.80%
HSB/HSV 147° 53.18% 67.84%
CMYK 53.18% 0.00% 29.48%
32.16%

Color #51AD7A in popluar number systems.

HEX 51 AD 7A
Decimal 81 173 122
Binary 1010001 10101101 1111010
Octal 121 255 172

Shades and tints

Shades of #51AD7A

#51AD7A
(81,173,122)
#4A9E6F
(74,158,111)
#438F64
(67,143,100)
#3C8059
(60,128,89)
#35714E
(53,113,78)
#2E6243
(46,98,67)
#275338
(39,83,56)
#20442D
(32,68,45)
#193522
(25,53,34)
#122617
(18,38,23)
#0B170C
(11,23,12)
#000000
(0,0,0)

Tints of #51AD7A

#51AD7A
(81,173,122)
#60B486
(96,180,134)
#6FBB92
(111,187,146)
#7EC29E
(126,194,158)
#8DC9AA
(141,201,170)
#9CD0B6
(156,208,182)
#ABD7C2
(171,215,194)
#BADECE
(186,222,206)
#C9E5DA
(201,229,218)
#D8ECE6
(216,236,230)
#E7F3F2
(231,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51AD7A; }

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

This text font color is #51AD7A.

Background Color

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

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

This div background color is #51AD7A.

Border color

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

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

This div border color is #51AD7A.

Opacity

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

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

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

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

This text has shadow with #51AD7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51AD7A.

Preview

Color preview on black background

This text has color #51AD7A on black background.


Color preview on white background

This text has color #51AD7A on white background.


Black color preview on #51AD7A background

This text has black color on #51AD7A background.


White color preview on #51AD7A background

This text has white color on #51AD7A background.


Related colors

Complementary color

Complementary color for #hex is #AE5285.


I love getcolorcode.com

Triadic colors

1 #7A51AD and #AD7A51 with #51AD7A are triadic colors.

2 #7AAD51 and #AD517A with #51AD7A are triadic colors.