COLOR #51A1B4

HEX: #51A1B4
RGB: (81,161,180)

Color info

#51A1B4 contains mainly green and blue colors. Web safe color of #51A1B4 is #6699CC (or #69C).

RGB color model

#51A1B4 color RGB value is (81,161,180).

  • red value is 81;
  • green value is 161;
  • blue value is 180.
RGB:
(81,161,180)
(32%,63%,71%)

RGB channels and saturation

R 81 of 255 = 32%
G 161 of 255 = 63%
B 180 of 255 = 71%

81
161
180

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

Portions of RGB colors in percentages

R + G + B =
81 + 161 + 180 = 422 (100%)
R 81 of 422 ~ 19.19%
G 161 of 422 ~ 38.15%
B 180 of 422 ~ 42.65%

%19.19
%38.15
%42.65

CMYK color model

#51A1B4 color CMYK value is (55,11,0,29).

  • cyan value is 55.00%
  • magenta value is 10.56%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(55,11,0,29)
C55M11Y0K29 
(55%,11%,0%,29%)
(0.55/0.11/0.00/0.29)	

CMYK percentages

%55
%10.56
%0
%29.41

Codes

Color #51A1B4 in popluar color models

51A1B4
RGB81161180
HSL192°39.76%51.18%
HSB/HSV192°55.00%70.59%
CMYK55.00%10.56%0.00%
29.41%

Color #51A1B4 in popluar number systems.

HEX51A1B4
Decimal81161180
Binary10100011010000110110100
Octal121241264

Shades and tints

Shades of #51A1B4

#51A1B4
(81,161,180)
#4A93A4
(74,147,164)
#438594
(67,133,148)
#3C7784
(60,119,132)
#356974
(53,105,116)
#2E5B64
(46,91,100)
#274D54
(39,77,84)
#203F44
(32,63,68)
#193134
(25,49,52)
#122324
(18,35,36)
#0B1514
(11,21,20)
#000000
(0,0,0)

Tints of #51A1B4

#51A1B4
(81,161,180)
#60A9BA
(96,169,186)
#6FB1C0
(111,177,192)
#7EB9C6
(126,185,198)
#8DC1CC
(141,193,204)
#9CC9D2
(156,201,210)
#ABD1D8
(171,209,216)
#BAD9DE
(186,217,222)
#C9E1E4
(201,225,228)
#D8E9EA
(216,233,234)
#E7F1F0
(231,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51A1B4 color. Also use rgb(81,161,180) instead hex code.

Text Font Color

.myTextColor { color: #51A1B4; }

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

This text font color is #51A1B4.


Background Color

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

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

This div background color is #51A1B4.


Border color

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

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

This div border color is #51A1B4.


Opacity

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

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

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

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

This text has shadow with #51A1B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51A1B4 on black background.


Color preview on white background

This text has color #51A1B4 on white background.



Black color preview on #51A1B4 background

This text has black color on #51A1B4 background.


White color preview on #51A1B4 background

This text has white color on #51A1B4 background.