COLOR #51BE88

HEX: #51BE88 RGB: (81,190,136)

Color info

#51BE88 contains mainly green and blue colors. Web safe color of #51BE88 is #66CC99 (or #6C9).

RGB color model

#51BE88 color RGB value is (81,190,136).

RGB: (81,190,136) (32%, 75%, 53%)

RGB channels and saturation

R 81 of 255 = 32%
G 190 of 255 = 75%
B 136 of 255 = 53%

81
190
136

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

Portions of RGB colors in percentages

R + G + B = 81 + 190 + 136 = 407 (100%)
R 81 of 407 ~ 19.9%
G 190 of 407 ~ 46.68%
B 136 of 407 ~ 33.42'%

%19.9
%46.68
%33.42

CMYK color model

#51BE88 color CMYK value is (57,0,28,25).

  • cyan value is 57.37%
  • magenta value is 0.00%
  • yellow value is 28.42%
  • key color value is 25.49%

CMYK: (57,0,28,25)
C57M0Y28K25 (57%, 0%, 28%, 25%)
(0.57 / 0.00 / 0.28 / 0.25)

CMYK percentages

%57.37
%0
%28.42
%25.49

Codes

Color #51BE88 in popluar color models

51 BE 88
RGB 81 190 136
HSL 150° 45.61% 53.14%
HSB/HSV 150° 57.37% 74.51%
CMYK 57.37% 0.00% 28.42%
25.49%

Color #51BE88 in popluar number systems.

HEX 51 BE 88
Decimal 81 190 136
Binary 1010001 10111110 10001000
Octal 121 276 210

Shades and tints

Shades of #51BE88

#51BE88
(81,190,136)
#4AAD7C
(74,173,124)
#439C70
(67,156,112)
#3C8B64
(60,139,100)
#357A58
(53,122,88)
#2E694C
(46,105,76)
#275840
(39,88,64)
#204734
(32,71,52)
#193628
(25,54,40)
#12251C
(18,37,28)
#0B1410
(11,20,16)
#000000
(0,0,0)

Tints of #51BE88

#51BE88
(81,190,136)
#60C392
(96,195,146)
#6FC89C
(111,200,156)
#7ECDA6
(126,205,166)
#8DD2B0
(141,210,176)
#9CD7BA
(156,215,186)
#ABDCC4
(171,220,196)
#BAE1CE
(186,225,206)
#C9E6D8
(201,230,216)
#D8EBE2
(216,235,226)
#E7F0EC
(231,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51BE88 color. Also use rgb(81,190,136) instead hex code.

Text Font Color

.myTextColor { color: #51BE88; }

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

This text font color is #51BE88.

Background Color

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

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

This div background color is #51BE88.

Border color

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

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

This div border color is #51BE88.

Opacity

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

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

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

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

This text has shadow with #51BE88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51BE88.

Preview

Color preview on black background

This text has color #51BE88 on black background.


Color preview on white background

This text has color #51BE88 on white background.


Black color preview on #51BE88 background

This text has black color on #51BE88 background.


White color preview on #51BE88 background

This text has white color on #51BE88 background.


Related colors

Complementary color

Complementary color for #hex is #AE4177.


I love getcolorcode.com

Triadic colors

1 #8851BE and #BE8851 with #51BE88 are triadic colors.

2 #88BE51 and #BE5188 with #51BE88 are triadic colors.