#155A4F

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

Shades of Eden #155A4F

Tints of Eden #155A4F

Color information

#155A4F (or 0x155A4F) is unknown color: approx Eden. HEX triplet: 15, 5A and 4F. RGB value is (21,90,79). Sum of RGB (Red+Green+Blue) = 21+90+79=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 90 (35.55% from 255 or 47.37% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 90 - color contains mainly: green. Hex color #155A4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155A4F is #EAA5B0. Grayscale: #444444. Windows color (decimal): -15377841 or 5200405. OLE color: 5200405.

HSL color Cylindrical-coordinate representation of color #155A4F: hue angle of 170.43º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155A4F is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB219079-
CMYK0.7700.120.65
HSL170.43º62.16%21.76%-
HSV(B)170.43º76.67%35.29%-
XYZ5.388.048.66-
YUV68.11134.1494.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.05%
GREEN value IS 90 (35.55% from 255) = 47.37%
BLUE value IS 79 (31.25% from 255) = 41.58%
R=11.05%
G=47.37%
B=41.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2190790.7700.120.65170.4362.1621.76
Hex155A4F4D0C41aa3e16
Octal251321171150141012527626
Binary101011011010100111110011010110010000011010101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155A4F; }

 p { color: rgb(21,90,79); }

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

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

 a { background-color: rgb(21,90,79); }

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

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

 span { border-color: rgb(21,90,79); }

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