#156654

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

Shades of Eden #156654

Tints of Eden #156654

Color information

#156654 (or 0x156654) is unknown color: approx Eden. HEX triplet: 15, 66 and 54. RGB value is (21,102,84). Sum of RGB (Red+Green+Blue) = 21+102+84=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 102 - color contains mainly: green. Hex color #156654 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156654 is #EA99AB. Grayscale: #4B4B4B. Windows color (decimal): -15374764 or 5531157. OLE color: 5531157.

HSL color Cylindrical-coordinate representation of color #156654: hue angle of 166.67º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156654 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.6.

Color convert

RGB2110284-
CMYK0.7900.180.6
HSL166.67º65.85%24.12%-
HSV(B)166.67º79.41%40%-
XYZ6.6610.310.02-
YUV75.73132.6688.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.14%
GREEN value IS 102 (40.23% from 255) = 49.28%
BLUE value IS 84 (33.20% from 255) = 40.58%
R=10.14%
G=49.28%
B=40.58%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21102840.7900.180.6166.6765.8524.12
Hex1566544F0123Ca74218
Octal251461241170227424710230
Binary1010111001101010100100111101001011110010100111100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156654; }

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

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

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

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

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

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

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

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