#156B54

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

Shades of Eden #156B54

Tints of Eden #156B54

Color information

#156B54 (or 0x156B54) is unknown color: approx Eden. HEX triplet: 15, 6B and 54. RGB value is (21,107,84). Sum of RGB (Red+Green+Blue) = 21+107+84=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 107 (42.19% from 255 or 50.47% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 107 - color contains mainly: green. Hex color #156B54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156B54 is #EA94AB. Grayscale: #4E4E4E. Windows color (decimal): -15373484 or 5532437. OLE color: 5532437.

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

Color convert

RGB2110784-
CMYK0.8000.210.58
HSL163.95º67.19%25.1%-
HSV(B)163.95º80.37%41.96%-
XYZ7.1711.3110.19-
YUV78.66131.0186.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.91%
GREEN value IS 107 (42.19% from 255) = 50.47%
BLUE value IS 84 (33.20% from 255) = 39.62%
R=9.91%
G=50.47%
B=39.62%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21107840.8000.210.58163.9567.1925.1
Hex156B54500153Aa44319
Octal251531241200257224410331
Binary1010111010111010100101000001010111101010100100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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