COLOR #51B67D

HEX: #51B67D RGB: (81,182,125)

Color info

#51B67D contains mainly green and blue colors. Web safe color of #51B67D is #66CC66 (or #6C6).

RGB color model

#51B67D color RGB value is (81,182,125).

RGB: (81,182,125) (32%, 71%, 49%)

RGB channels and saturation

R 81 of 255 = 32%
G 182 of 255 = 71%
B 125 of 255 = 49%

81
182
125

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

Portions of RGB colors in percentages

R + G + B = 81 + 182 + 125 = 388 (100%)
R 81 of 388 ~ 20.88%
G 182 of 388 ~ 46.91%
B 125 of 388 ~ 32.22'%

%20.88
%46.91
%32.22

CMYK color model

#51B67D color CMYK value is (55,0,31,29).

  • cyan value is 55.49%
  • magenta value is 0.00%
  • yellow value is 31.32%
  • key color value is 28.63%

CMYK: (55,0,31,29)
C55M0Y31K29 (55%, 0%, 31%, 29%)
(0.55 / 0.00 / 0.31 / 0.29)

CMYK percentages

%55.49
%0
%31.32
%28.63

Codes

Color #51B67D in popluar color models

51 B6 7D
RGB 81 182 125
HSL 146° 40.89% 51.57%
HSB/HSV 146° 55.49% 71.37%
CMYK 55.49% 0.00% 31.32%
28.63%

Color #51B67D in popluar number systems.

HEX 51 B6 7D
Decimal 81 182 125
Binary 1010001 10110110 1111101
Octal 121 266 175

Shades and tints

Shades of #51B67D

#51B67D
(81,182,125)
#4AA672
(74,166,114)
#439667
(67,150,103)
#3C865C
(60,134,92)
#357651
(53,118,81)
#2E6646
(46,102,70)
#27563B
(39,86,59)
#204630
(32,70,48)
#193625
(25,54,37)
#12261A
(18,38,26)
#0B160F
(11,22,15)
#000000
(0,0,0)

Tints of #51B67D

#51B67D
(81,182,125)
#60BC88
(96,188,136)
#6FC293
(111,194,147)
#7EC89E
(126,200,158)
#8DCEA9
(141,206,169)
#9CD4B4
(156,212,180)
#ABDABF
(171,218,191)
#BAE0CA
(186,224,202)
#C9E6D5
(201,230,213)
#D8ECE0
(216,236,224)
#E7F2EB
(231,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51B67D color. Also use rgb(81,182,125) instead hex code.

Text Font Color

.myTextColor { color: #51B67D; }

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

This text font color is #51B67D.

Background Color

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

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

This div background color is #51B67D.

Border color

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

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

This div border color is #51B67D.

Opacity

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

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

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

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

This text has shadow with #51B67D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51B67D.

Preview

Color preview on black background

This text has color #51B67D on black background.


Color preview on white background

This text has color #51B67D on white background.


Black color preview on #51B67D background

This text has black color on #51B67D background.


White color preview on #51B67D background

This text has white color on #51B67D background.


Related colors

Complementary color

Complementary color for #hex is #AE4982.


I love getcolorcode.com

Triadic colors

1 #7D51B6 and #B67D51 with #51B67D are triadic colors.

2 #7DB651 and #B6517D with #51B67D are triadic colors.