COLOR #51CB9B

HEX: #51CB9B RGB: (81,203,155)

Color info

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

RGB color model

#51CB9B color RGB value is (81,203,155).

RGB: (81,203,155) (32%, 80%, 61%)

RGB channels and saturation

R 81 of 255 = 32%
G 203 of 255 = 80%
B 155 of 255 = 61%

81
203
155

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

Portions of RGB colors in percentages

R + G + B = 81 + 203 + 155 = 439 (100%)
R 81 of 439 ~ 18.45%
G 203 of 439 ~ 46.24%
B 155 of 439 ~ 35.31'%

%18.45
%46.24
%35.31

CMYK color model

#51CB9B color CMYK value is (60,0,24,20).

  • cyan value is 60.10%
  • magenta value is 0.00%
  • yellow value is 23.65%
  • key color value is 20.39%

CMYK: (60,0,24,20)
C60M0Y24K20 (60%, 0%, 24%, 20%)
(0.60 / 0.00 / 0.24 / 0.20)

CMYK percentages

%60.1
%0
%23.65
%20.39

Codes

Color #51CB9B in popluar color models

51 CB 9B
RGB 81 203 155
HSL 156° 53.98% 55.69%
HSB/HSV 156° 60.10% 79.61%
CMYK 60.10% 0.00% 23.65%
20.39%

Color #51CB9B in popluar number systems.

HEX 51 CB 9B
Decimal 81 203 155
Binary 1010001 11001011 10011011
Octal 121 313 233

Shades and tints

Shades of #51CB9B

#51CB9B
(81,203,155)
#4AB98D
(74,185,141)
#43A77F
(67,167,127)
#3C9571
(60,149,113)
#358363
(53,131,99)
#2E7155
(46,113,85)
#275F47
(39,95,71)
#204D39
(32,77,57)
#193B2B
(25,59,43)
#12291D
(18,41,29)
#0B170F
(11,23,15)
#000000
(0,0,0)

Tints of #51CB9B

#51CB9B
(81,203,155)
#60CFA4
(96,207,164)
#6FD3AD
(111,211,173)
#7ED7B6
(126,215,182)
#8DDBBF
(141,219,191)
#9CDFC8
(156,223,200)
#ABE3D1
(171,227,209)
#BAE7DA
(186,231,218)
#C9EBE3
(201,235,227)
#D8EFEC
(216,239,236)
#E7F3F5
(231,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51CB9B color. Also use rgb(81,203,155) instead hex code.

Text Font Color

.myTextColor { color: #51CB9B; }

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

This text font color is #51CB9B.

Background Color

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

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

This div background color is #51CB9B.

Border color

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

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

This div border color is #51CB9B.

Opacity

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

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

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

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

This text has shadow with #51CB9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51CB9B.

Preview

Color preview on black background

This text has color #51CB9B on black background.


Color preview on white background

This text has color #51CB9B on white background.


Black color preview on #51CB9B background

This text has black color on #51CB9B background.


White color preview on #51CB9B background

This text has white color on #51CB9B background.


Related colors

Complementary color

Complementary color for #hex is #AE3464.


I love getcolorcode.com

Triadic colors

1 #9B51CB and #CB9B51 with #51CB9B are triadic colors.

2 #9BCB51 and #CB519B with #51CB9B are triadic colors.