#156C54

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

Shades of Eden #156C54

Tints of Eden #156C54

Color information

#156C54 (or 0x156C54) is unknown color: approx Eden. HEX triplet: 15, 6C and 54. RGB value is (21,108,84). Sum of RGB (Red+Green+Blue) = 21+108+84=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 108 (42.58% from 255 or 50.70% from 213); Blue value is 84 (33.20% from 255 or 39.44% from 213); Max value from RGB is 108 - color contains mainly: green. Hex color #156C54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156C54 is #EA93AB. Grayscale: #4F4F4F. Windows color (decimal): -15373228 or 5532693. OLE color: 5532693.

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

Color convert

RGB2110884-
CMYK0.8100.220.58
HSL163.45º67.44%25.29%-
HSV(B)163.45º80.56%42.35%-
XYZ7.2711.5210.23-
YUV79.25130.6886.45-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.86%
GREEN value IS 108 (42.58% from 255) = 50.70%
BLUE value IS 84 (33.20% from 255) = 39.44%
R=9.86%
G=50.70%
B=39.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21108840.8100.220.58163.4567.4425.29
Hex156C54510163Aa34319
Octal251541241210267224310331
Binary1010111011001010100101000101011011101010100011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,108,84); }

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

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

 a { background-color: rgb(21,108,84); }

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

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

 span { border-color: rgb(21,108,84); }

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