COLOR #51A4B1

HEX: #51A4B1 RGB: (81,164,177)

Color info

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

RGB color model

#51A4B1 color RGB value is (81,164,177).

RGB: (81,164,177) (32%, 64%, 69%)

RGB channels and saturation

R 81 of 255 = 32%
G 164 of 255 = 64%
B 177 of 255 = 69%

81
164
177

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

Portions of RGB colors in percentages

R + G + B = 81 + 164 + 177 = 422 (100%)
R 81 of 422 ~ 19.19%
G 164 of 422 ~ 38.86%
B 177 of 422 ~ 41.94'%

%19.19
%38.86
%41.94

CMYK color model

#51A4B1 color CMYK value is (54,7,0,31).

  • cyan value is 54.24%
  • magenta value is 7.34%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (54,7,0,31)
C54M7Y0K31 (54%, 7%, 0%, 31%)
(0.54 / 0.07 / 0.00 / 0.31)

CMYK percentages

%54.24
%7.34
%0
%30.59

Codes

Color #51A4B1 in popluar color models

51 A4 B1
RGB 81 164 177
HSL 188° 38.10% 50.59%
HSB/HSV 188° 54.24% 69.41%
CMYK 54.24% 7.34% 0.00%
30.59%

Color #51A4B1 in popluar number systems.

HEX 51 A4 B1
Decimal 81 164 177
Binary 1010001 10100100 10110001
Octal 121 244 261

Shades and tints

Shades of #51A4B1

#51A4B1
(81,164,177)
#4A96A1
(74,150,161)
#438891
(67,136,145)
#3C7A81
(60,122,129)
#356C71
(53,108,113)
#2E5E61
(46,94,97)
#275051
(39,80,81)
#204241
(32,66,65)
#193431
(25,52,49)
#122621
(18,38,33)
#0B1811
(11,24,17)
#000000
(0,0,0)

Tints of #51A4B1

#51A4B1
(81,164,177)
#60ACB8
(96,172,184)
#6FB4BF
(111,180,191)
#7EBCC6
(126,188,198)
#8DC4CD
(141,196,205)
#9CCCD4
(156,204,212)
#ABD4DB
(171,212,219)
#BADCE2
(186,220,226)
#C9E4E9
(201,228,233)
#D8ECF0
(216,236,240)
#E7F4F7
(231,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51A4B1 color. Also use rgb(81,164,177) instead hex code.

Text Font Color

.myTextColor { color: #51A4B1; }

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

This text font color is #51A4B1.

Background Color

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

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

This div background color is #51A4B1.

Border color

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

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

This div border color is #51A4B1.

Opacity

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

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

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

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

This text has shadow with #51A4B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51A4B1.

Preview

Color preview on black background

This text has color #51A4B1 on black background.


Color preview on white background

This text has color #51A4B1 on white background.


Black color preview on #51A4B1 background

This text has black color on #51A4B1 background.


White color preview on #51A4B1 background

This text has white color on #51A4B1 background.


Related colors

Complementary color

Complementary color for #hex is #AE5B4E.


I love getcolorcode.com

Triadic colors

1 #B151A4 and #A4B151 with #51A4B1 are triadic colors.

2 #B1A451 and #A451B1 with #51A4B1 are triadic colors.