COLOR #51A8BC

HEX: #51A8BC RGB: (81,168,188)

Color info

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

RGB color model

#51A8BC color RGB value is (81,168,188).

RGB: (81,168,188) (32%, 66%, 74%)

RGB channels and saturation

R 81 of 255 = 32%
G 168 of 255 = 66%
B 188 of 255 = 74%

81
168
188

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

Portions of RGB colors in percentages

R + G + B = 81 + 168 + 188 = 437 (100%)
R 81 of 437 ~ 18.54%
G 168 of 437 ~ 38.44%
B 188 of 437 ~ 43.02'%

%18.54
%38.44
%43.02

CMYK color model

#51A8BC color CMYK value is (57,11,0,26).

  • cyan value is 56.91%
  • magenta value is 10.64%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (57,11,0,26)
C57M11Y0K26 (57%, 11%, 0%, 26%)
(0.57 / 0.11 / 0.00 / 0.26)

CMYK percentages

%56.91
%10.64
%0
%26.27

Codes

Color #51A8BC in popluar color models

51 A8 BC
RGB 81 168 188
HSL 191° 44.40% 52.75%
HSB/HSV 191° 56.91% 73.73%
CMYK 56.91% 10.64% 0.00%
26.27%

Color #51A8BC in popluar number systems.

HEX 51 A8 BC
Decimal 81 168 188
Binary 1010001 10101000 10111100
Octal 121 250 274

Shades and tints

Shades of #51A8BC

#51A8BC
(81,168,188)
#4A99AB
(74,153,171)
#438A9A
(67,138,154)
#3C7B89
(60,123,137)
#356C78
(53,108,120)
#2E5D67
(46,93,103)
#274E56
(39,78,86)
#203F45
(32,63,69)
#193034
(25,48,52)
#122123
(18,33,35)
#0B1212
(11,18,18)
#000000
(0,0,0)

Tints of #51A8BC

#51A8BC
(81,168,188)
#60AFC2
(96,175,194)
#6FB6C8
(111,182,200)
#7EBDCE
(126,189,206)
#8DC4D4
(141,196,212)
#9CCBDA
(156,203,218)
#ABD2E0
(171,210,224)
#BAD9E6
(186,217,230)
#C9E0EC
(201,224,236)
#D8E7F2
(216,231,242)
#E7EEF8
(231,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51A8BC color. Also use rgb(81,168,188) instead hex code.

Text Font Color

.myTextColor { color: #51A8BC; }

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

This text font color is #51A8BC.

Background Color

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

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

This div background color is #51A8BC.

Border color

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

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

This div border color is #51A8BC.

Opacity

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

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

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

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

This text has shadow with #51A8BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51A8BC.

Preview

Color preview on black background

This text has color #51A8BC on black background.


Color preview on white background

This text has color #51A8BC on white background.


Black color preview on #51A8BC background

This text has black color on #51A8BC background.


White color preview on #51A8BC background

This text has white color on #51A8BC background.


Related colors

Complementary color

Complementary color for #hex is #AE5743.


I love getcolorcode.com

Triadic colors

1 #BC51A8 and #A8BC51 with #51A8BC are triadic colors.

2 #BCA851 and #A851BC with #51A8BC are triadic colors.