#51BD86

Color #51BD86 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #51BD86

Tints of Emerald #51BD86

Color information

#51BD86 (or 0x51BD86) is unknown color: approx Emerald. HEX triplet: 51, BD and 86. RGB value is (81,189,134). Sum of RGB (Red+Green+Blue) = 81+189+134=404 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.05% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #51BD86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BD86 is #AE4279. Grayscale: #969696. Windows color (decimal): -11420282 or 8830289. OLE color: 8830289.

HSL color Cylindrical-coordinate representation of color #51BD86: hue angle of 149.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51BD86 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB81189134-
CMYK0.5700.290.26
HSL149.44º45%52.94%-
HSV(B)149.44º57.14%74.12%-
XYZ25.8939.8728.88-
YUV150.44118.7278.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 20.05%
GREEN value IS 189 (74.22% from 255) = 46.78%
BLUE value IS 134 (52.73% from 255) = 33.17%
R=20.05%
G=46.78%
B=33.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811891340.5700.290.26149.444552.94
Hex51BD863901D1A952d35
Octal12127520671035322255565
Binary101000110111101100001101110010111011101010010101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51BD86; }

 p { color: rgb(81,189,134); }

 H1.HeaderClassName
 {
   color: #51BD86;
 }
 .AnyTagClassName
 {
   color: #51BD86;
 }
</style>
background-color css

<style>
 a { background-color: #51BD86; }

 a { background-color: rgb(81,189,134); }

 div.DivClassName
 {
   background-color: #51BD86;
 }
 .BgClassName
 {
   background-color: #51BD86;
 }
</style>
border-color css

<style>
 span { border-color: #51BD86; }

 span { border-color: rgb(81,189,134); }

 td.TdClassName
 {
   border-color: #51BD86;
 }
 .TagClassName
 {
   border-color: #51BD86;
 }
</style>