COLOR #51DFB0

HEX: #51DFB0
RGB: (81,223,176)

Color info

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

RGB color model

#51DFB0 color RGB value is (81,223,176).

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

RGB channels and saturation

R 81 of 255 = 32%
G 223 of 255 = 87%
B 176 of 255 = 69%

81
223
176

R + G + B ~ 63%. #51DFB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
81 + 223 + 176 = 480 (100%)
R 81 of 480 ~ 16.88%
G 223 of 480 ~ 46.46%
B 176 of 480 ~ 36.67%

%16.88
%46.46
%36.67

CMYK color model

#51DFB0 color CMYK value is (64,0,21,13).

  • cyan value is 63.68%
  • magenta value is 0.00%
  • yellow value is 21.08%
  • key color value is 12.55%
CMYK:
(64,0,21,13)
C64M0Y21K13 
(64%,0%,21%,13%)
(0.64/0.00/0.21/0.13)	

CMYK percentages

%63.68
%0
%21.08
%12.55

Codes

Color #51DFB0 in popluar color models

51DFB0
RGB81223176
HSL160°68.93%59.61%
HSB/HSV160°63.68%87.45%
CMYK63.68%0.00%21.08%
12.55%

Color #51DFB0 in popluar number systems.

HEX51DFB0
Decimal81223176
Binary10100011101111110110000
Octal121337260

Shades and tints

Shades of #51DFB0

#51DFB0
(81,223,176)
#4ACBA0
(74,203,160)
#43B790
(67,183,144)
#3CA380
(60,163,128)
#358F70
(53,143,112)
#2E7B60
(46,123,96)
#276750
(39,103,80)
#205340
(32,83,64)
#193F30
(25,63,48)
#122B20
(18,43,32)
#0B1710
(11,23,16)
#000000
(0,0,0)

Tints of #51DFB0

#51DFB0
(81,223,176)
#60E1B7
(96,225,183)
#6FE3BE
(111,227,190)
#7EE5C5
(126,229,197)
#8DE7CC
(141,231,204)
#9CE9D3
(156,233,211)
#ABEBDA
(171,235,218)
#BAEDE1
(186,237,225)
#C9EFE8
(201,239,232)
#D8F1EF
(216,241,239)
#E7F3F6
(231,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51DFB0; }

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

This text font color is #51DFB0.


Background Color

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

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

This div background color is #51DFB0.


Border color

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

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

This div border color is #51DFB0.


Opacity

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

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

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

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

This text has shadow with #51DFB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51DFB0 on black background.


Color preview on white background

This text has color #51DFB0 on white background.



Black color preview on #51DFB0 background

This text has black color on #51DFB0 background.


White color preview on #51DFB0 background

This text has white color on #51DFB0 background.