COLOR #51D6D7

HEX: #51D6D7
RGB: (81,214,215)

Color info

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

RGB color model

#51D6D7 color RGB value is (81,214,215).

  • red value is 81;
  • green value is 214;
  • blue value is 215.
RGB:
(81,214,215)
(32%,84%,84%)

RGB channels and saturation

R 81 of 255 = 32%
G 214 of 255 = 84%
B 215 of 255 = 84%

81
214
215

R + G + B ~ 67%. #51D6D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
81 + 214 + 215 = 510 (100%)
R 81 of 510 ~ 15.88%
G 214 of 510 ~ 41.96%
B 215 of 510 ~ 42.16%

%15.88
%41.96
%42.16

CMYK color model

#51D6D7 color CMYK value is (62,0,0,16).

  • cyan value is 62.33%
  • magenta value is 0.47%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(62,0,0,16)
C62M0Y0K16 
(62%,0%,0%,16%)
(0.62/0.00/0.00/0.16)	

CMYK percentages

%62.33
%0.47
%0
%15.69

Codes

Color #51D6D7 in popluar color models

51D6D7
RGB81214215
HSL180°62.62%58.04%
HSB/HSV180°62.33%84.31%
CMYK62.33%0.47%0.00%
15.69%

Color #51D6D7 in popluar number systems.

HEX51D6D7
Decimal81214215
Binary10100011101011011010111
Octal121326327

Shades and tints

Shades of #51D6D7

#51D6D7
(81,214,215)
#4AC3C4
(74,195,196)
#43B0B1
(67,176,177)
#3C9D9E
(60,157,158)
#358A8B
(53,138,139)
#2E7778
(46,119,120)
#276465
(39,100,101)
#205152
(32,81,82)
#193E3F
(25,62,63)
#122B2C
(18,43,44)
#0B1819
(11,24,25)
#000000
(0,0,0)

Tints of #51D6D7

#51D6D7
(81,214,215)
#60D9DA
(96,217,218)
#6FDCDD
(111,220,221)
#7EDFE0
(126,223,224)
#8DE2E3
(141,226,227)
#9CE5E6
(156,229,230)
#ABE8E9
(171,232,233)
#BAEBEC
(186,235,236)
#C9EEEF
(201,238,239)
#D8F1F2
(216,241,242)
#E7F4F5
(231,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51D6D7 color. Also use rgb(81,214,215) instead hex code.

Text Font Color

.myTextColor { color: #51D6D7; }

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

This text font color is #51D6D7.


Background Color

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

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

This div background color is #51D6D7.


Border color

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

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

This div border color is #51D6D7.


Opacity

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

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

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

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

This text has shadow with #51D6D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51D6D7 on black background.


Color preview on white background

This text has color #51D6D7 on white background.



Black color preview on #51D6D7 background

This text has black color on #51D6D7 background.


White color preview on #51D6D7 background

This text has white color on #51D6D7 background.