COLOR #51D6BE

HEX: #51D6BE RGB: (81,214,190)

Color info

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

RGB color model

#51D6BE color RGB value is (81,214,190).

RGB: (81,214,190) (32%, 84%, 75%)

RGB channels and saturation

R 81 of 255 = 32%
G 214 of 255 = 84%
B 190 of 255 = 75%

81
214
190

R + G + B ~ 64%. #51D6BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 81 + 214 + 190 = 485 (100%)
R 81 of 485 ~ 16.7%
G 214 of 485 ~ 44.12%
B 190 of 485 ~ 39.18'%

%16.7
%44.12
%39.18

CMYK color model

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

  • cyan value is 62.15%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 16.08%

CMYK: (62,0,11,16)
C62M0Y11K16 (62%, 0%, 11%, 16%)
(0.62 / 0.00 / 0.11 / 0.16)

CMYK percentages

%62.15
%0
%11.21
%16.08

Codes

Color #51D6BE in popluar color models

51 D6 BE
RGB 81 214 190
HSL 169° 61.86% 57.84%
HSB/HSV 169° 62.15% 83.92%
CMYK 62.15% 0.00% 11.21%
16.08%

Color #51D6BE in popluar number systems.

HEX 51 D6 BE
Decimal 81 214 190
Binary 1010001 11010110 10111110
Octal 121 326 276

Shades and tints

Shades of #51D6BE

#51D6BE
(81,214,190)
#4AC3AD
(74,195,173)
#43B09C
(67,176,156)
#3C9D8B
(60,157,139)
#358A7A
(53,138,122)
#2E7769
(46,119,105)
#276458
(39,100,88)
#205147
(32,81,71)
#193E36
(25,62,54)
#122B25
(18,43,37)
#0B1814
(11,24,20)
#000000
(0,0,0)

Tints of #51D6BE

#51D6BE
(81,214,190)
#60D9C3
(96,217,195)
#6FDCC8
(111,220,200)
#7EDFCD
(126,223,205)
#8DE2D2
(141,226,210)
#9CE5D7
(156,229,215)
#ABE8DC
(171,232,220)
#BAEBE1
(186,235,225)
#C9EEE6
(201,238,230)
#D8F1EB
(216,241,235)
#E7F4F0
(231,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51D6BE; }

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

This text font color is #51D6BE.

Background Color

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

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

This div background color is #51D6BE.

Border color

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

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

This div border color is #51D6BE.

Opacity

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

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

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

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

This text has shadow with #51D6BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51D6BE.

Preview

Color preview on black background

This text has color #51D6BE on black background.


Color preview on white background

This text has color #51D6BE on white background.


Black color preview on #51D6BE background

This text has black color on #51D6BE background.


White color preview on #51D6BE background

This text has white color on #51D6BE background.


Related colors

Complementary color

Complementary color for #hex is #AE2941.


I love getcolorcode.com

Triadic colors

1 #BE51D6 and #D6BE51 with #51D6BE are triadic colors.

2 #BED651 and #D651BE with #51D6BE are triadic colors.