COLOR #51BAB9

HEX: #51BAB9
RGB: (81,186,185)

Color info

#51BAB9 contains mainly green and blue colors. Web safe color of #51BAB9 is #66CCCC (or #6CC).

RGB color model

#51BAB9 color RGB value is (81,186,185).

  • red value is 81;
  • green value is 186;
  • blue value is 185.
RGB:
(81,186,185)
(32%,73%,73%)

RGB channels and saturation

R 81 of 255 = 32%
G 186 of 255 = 73%
B 185 of 255 = 73%

81
186
185

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

Portions of RGB colors in percentages

R + G + B =
81 + 186 + 185 = 452 (100%)
R 81 of 452 ~ 17.92%
G 186 of 452 ~ 41.15%
B 185 of 452 ~ 40.93%

%17.92
%41.15
%40.93

CMYK color model

#51BAB9 color CMYK value is (56,0,1,27).

  • cyan value is 56.45%
  • magenta value is 0.00%
  • yellow value is 0.54%
  • key color value is 27.06%
CMYK:
(56,0,1,27)
C56M0Y1K27 
(56%,0%,1%,27%)
(0.56/0.00/0.01/0.27)	

CMYK percentages

%56.45
%0
%0.54
%27.06

Codes

Color #51BAB9 in popluar color models

51BAB9
RGB81186185
HSL179°43.21%52.35%
HSB/HSV179°56.45%72.94%
CMYK56.45%0.00%0.54%
27.06%

Color #51BAB9 in popluar number systems.

HEX51BAB9
Decimal81186185
Binary10100011011101010111001
Octal121272271

Shades and tints

Shades of #51BAB9

#51BAB9
(81,186,185)
#4AAAA9
(74,170,169)
#439A99
(67,154,153)
#3C8A89
(60,138,137)
#357A79
(53,122,121)
#2E6A69
(46,106,105)
#275A59
(39,90,89)
#204A49
(32,74,73)
#193A39
(25,58,57)
#122A29
(18,42,41)
#0B1A19
(11,26,25)
#000000
(0,0,0)

Tints of #51BAB9

#51BAB9
(81,186,185)
#60C0BF
(96,192,191)
#6FC6C5
(111,198,197)
#7ECCCB
(126,204,203)
#8DD2D1
(141,210,209)
#9CD8D7
(156,216,215)
#ABDEDD
(171,222,221)
#BAE4E3
(186,228,227)
#C9EAE9
(201,234,233)
#D8F0EF
(216,240,239)
#E7F6F5
(231,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51BAB9 color. Also use rgb(81,186,185) instead hex code.

Text Font Color

.myTextColor { color: #51BAB9; }

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

This text font color is #51BAB9.


Background Color

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

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

This div background color is #51BAB9.


Border color

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

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

This div border color is #51BAB9.


Opacity

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

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

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

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

This text has shadow with #51BAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51BAB9 on black background.


Color preview on white background

This text has color #51BAB9 on white background.



Black color preview on #51BAB9 background

This text has black color on #51BAB9 background.


White color preview on #51BAB9 background

This text has white color on #51BAB9 background.