#156b56

Color #156B56 Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #156B56

Tints of Eden #156B56

Color information

#156B56 (or 0x156B56) is unknown color: approx Eden. HEX triplet: 15, 6B and 56. RGB value is (21,107,86). Sum of RGB (Red+Green+Blue) = 21+107+86=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 107 (42.19% from 255 or 50% from 214); Blue value is 86 (33.98% from 255 or 40.19% from 214); Max value from RGB is 107 - color contains mainly: green. Hex color #156B56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156B56 is #EA94A9. Grayscale: #4E4E4E. Windows color (decimal): -15373482 or 5663509. OLE color: 5663509.

HSL color Cylindrical-coordinate representation of color #156B56: hue angle of 165.35º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156B56 is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB2110786-
CMYK0.8000.200.58
HSL165.35º67.19%25.1%-
HSV(B)165.35º80.37%41.96%-
XYZ7.2511.3510.61-
YUV78.89132.0186.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.81%
GREEN value IS 107 (42.19% from 255) = 50%
BLUE value IS 86 (33.98% from 255) = 40.19%
R=9.81%
G=50%
B=40.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21107860.8000.200.58165.3567.1925.1
Hex156B56500143Aa54319
Octal251531261200247224510331
Binary1010111010111010110101000001010011101010100101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156b56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156b56; }

 p { color: rgb(21,107,86); }

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

<style>
 a { background-color: #156b56; }

 a { background-color: rgb(21,107,86); }

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

<style>
 span { border-color: #156b56; }

 span { border-color: rgb(21,107,86); }

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