#56bc82

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

Shades of Emerald #56BC82

Tints of Emerald #56BC82

Color information

#56BC82 (or 0x56BC82) is unknown color: approx Emerald. HEX triplet: 56, BC and 82. RGB value is (86,188,130). Sum of RGB (Red+Green+Blue) = 86+188+130=404 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.29% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #56BC82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BC82 is #A9437D. Grayscale: #979797. Windows color (decimal): -11092862 or 8567894. OLE color: 8567894.

HSL color Cylindrical-coordinate representation of color #56BC82: hue angle of 145.88º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56BC82 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB86188130-
CMYK0.5400.310.26
HSL145.88º43.22%53.73%-
HSV(B)145.88º54.26%73.73%-
XYZ25.8539.5627.39-
YUV150.89116.2181.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.29%
GREEN value IS 188 (73.83% from 255) = 46.53%
BLUE value IS 130 (51.17% from 255) = 32.18%
R=21.29%
G=46.53%
B=32.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal861881300.5400.310.26145.8843.2253.73
Hex56BC823601F1A922b36
Octal12627420266037322225366
Binary101011010111100100000101101100111111101010010010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56bc82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56bc82; }

 p { color: rgb(86,188,130); }

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

<style>
 a { background-color: #56bc82; }

 a { background-color: rgb(86,188,130); }

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

<style>
 span { border-color: #56bc82; }

 span { border-color: rgb(86,188,130); }

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