Html Css Color HEX #56BC80 Emerald

📋 copy color: '#56BC80'

red 86 ◦ green 188 ◦ blue 128

#56BC80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #56BC80

Tints of Emerald #56BC80

RGB

 RED value IS 86 (33.98% from 255) = 21.39%

 GREEN value IS 188 (73.83% from 255) = 46.77%

 BLUE value IS 128 (50.39% from 255) = 31.84%

R = 21.39%
G = 46.77%
B = 31.84%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#56BC80 (or 0x56BC80) is known color: Emerald. HEX triplet: 56, BC and 80. RGB value is (86,188,128). Sum of RGB (Red+Green+Blue) = 86+188+128=402 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.39% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #56BC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BC80 is #A9437F. Grayscale: #969696. Windows color (decimal): -11092864 or 8436822. OLE color: 8436822.

HSL color Cylindrical-coordinate representation of color #56BC80: hue angle of 144.71º 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 #56BC80 is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 86 188 128 -
CMYK 0.54 0 0.32 0.26
HSL 144.71º 0.43% 0.54% -
HSV(B) 144.71º 0.54% 0.74% -
XYZ 25.72 39.5 26.69 -
YUV 150.66 115.21 81.88 -
System Red Green Blue C M Y K H S L
Decimal 86 188 128 0.54 0 0.32 0.26 144.71 0.43 0.54
Hex 56 BC 80 36 0 20 1A 91 2B 36
Octal 126 274 200 66 0 40 32 221 53 66
Binary 1010110 10111100 10000000 110110 0 100000 11010 10010001 101011 110110

Color Harmonies of #56BC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BC80

Black with #56BC80

Text Example


Text Example

White with #56BC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #56BC80;
 }
 .AnyTagClassName
 {
   color: #56BC80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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