#156E56

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

Shades of Eden #156E56

Tints of Eden #156E56

Color information

#156E56 (or 0x156E56) is unknown color: approx Eden. HEX triplet: 15, 6E and 56. RGB value is (21,110,86). Sum of RGB (Red+Green+Blue) = 21+110+86=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 110 (43.36% from 255 or 50.69% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 110 - color contains mainly: green. Hex color #156E56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156E56 is #EA91A9. Grayscale: #505050. Windows color (decimal): -15372714 or 5664277. OLE color: 5664277.

HSL color Cylindrical-coordinate representation of color #156E56: hue angle of 163.82º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156E56 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.

Color convert

RGB2111086-
CMYK0.8100.220.57
HSL163.82º67.94%25.69%-
HSV(B)163.82º80.91%43.14%-
XYZ7.5611.9810.72-
YUV80.65131.0185.45-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.68%
GREEN value IS 110 (43.36% from 255) = 50.69%
BLUE value IS 86 (33.98% from 255) = 39.63%
R=9.68%
G=50.69%
B=39.63%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21110860.8100.220.57163.8267.9425.69
Hex156E565101639a4441a
Octal251561261210267124410432
Binary1010111011101010110101000101011011100110100100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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