#156C58

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

Shades of Eden #156C58

Tints of Eden #156C58

Color information

#156C58 (or 0x156C58) is unknown color: approx Eden. HEX triplet: 15, 6C and 58. RGB value is (21,108,88). Sum of RGB (Red+Green+Blue) = 21+108+88=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 108 (42.58% from 255 or 49.77% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 108 - color contains mainly: green. Hex color #156C58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156C58 is #EA93A7. Grayscale: #4F4F4F. Windows color (decimal): -15373224 or 5794837. OLE color: 5794837.

HSL color Cylindrical-coordinate representation of color #156C58: hue angle of 166.21º 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 #156C58 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB2110888-
CMYK0.8100.190.58
HSL166.21º67.44%25.29%-
HSV(B)166.21º80.56%42.35%-
XYZ7.4311.5911.08-
YUV79.71132.6886.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.68%
GREEN value IS 108 (42.58% from 255) = 49.77%
BLUE value IS 88 (34.77% from 255) = 40.55%
R=9.68%
G=49.77%
B=40.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21108880.8100.190.58166.2167.4425.29
Hex156C58510133Aa64319
Octal251541301210237224610331
Binary1010111011001011000101000101001111101010100110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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