COLOR #51DBB0

HEX: #51DBB0
RGB: (81,219,176)

Color info

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

RGB color model

#51DBB0 color RGB value is (81,219,176).

  • red value is 81;
  • green value is 219;
  • blue value is 176.
RGB:
(81,219,176)
(32%,86%,69%)

RGB channels and saturation

R 81 of 255 = 32%
G 219 of 255 = 86%
B 176 of 255 = 69%

81
219
176

R + G + B ~ 62%. #51DBB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
81 + 219 + 176 = 476 (100%)
R 81 of 476 ~ 17.02%
G 219 of 476 ~ 46.01%
B 176 of 476 ~ 36.97%

%17.02
%46.01
%36.97

CMYK color model

#51DBB0 color CMYK value is (63,0,20,14).

  • cyan value is 63.01%
  • magenta value is 0.00%
  • yellow value is 19.63%
  • key color value is 14.12%
CMYK:
(63,0,20,14)
C63M0Y20K14 
(63%,0%,20%,14%)
(0.63/0.00/0.20/0.14)	

CMYK percentages

%63.01
%0
%19.63
%14.12

Codes

Color #51DBB0 in popluar color models

51DBB0
RGB81219176
HSL161°65.71%58.82%
HSB/HSV161°63.01%85.88%
CMYK63.01%0.00%19.63%
14.12%

Color #51DBB0 in popluar number systems.

HEX51DBB0
Decimal81219176
Binary10100011101101110110000
Octal121333260

Shades and tints

Shades of #51DBB0

#51DBB0
(81,219,176)
#4AC8A0
(74,200,160)
#43B590
(67,181,144)
#3CA280
(60,162,128)
#358F70
(53,143,112)
#2E7C60
(46,124,96)
#276950
(39,105,80)
#205640
(32,86,64)
#194330
(25,67,48)
#123020
(18,48,32)
#0B1D10
(11,29,16)
#000000
(0,0,0)

Tints of #51DBB0

#51DBB0
(81,219,176)
#60DEB7
(96,222,183)
#6FE1BE
(111,225,190)
#7EE4C5
(126,228,197)
#8DE7CC
(141,231,204)
#9CEAD3
(156,234,211)
#ABEDDA
(171,237,218)
#BAF0E1
(186,240,225)
#C9F3E8
(201,243,232)
#D8F6EF
(216,246,239)
#E7F9F6
(231,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51DBB0 color. Also use rgb(81,219,176) instead hex code.

Text Font Color

.myTextColor { color: #51DBB0; }

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

This text font color is #51DBB0.


Background Color

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

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

This div background color is #51DBB0.


Border color

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

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

This div border color is #51DBB0.


Opacity

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

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

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

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

This text has shadow with #51DBB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51DBB0 on black background.


Color preview on white background

This text has color #51DBB0 on white background.



Black color preview on #51DBB0 background

This text has black color on #51DBB0 background.


White color preview on #51DBB0 background

This text has white color on #51DBB0 background.