#155F53

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

Shades of Eden #155F53

Tints of Eden #155F53

Color information

#155F53 (or 0x155F53) is unknown color: approx Eden. HEX triplet: 15, 5F and 53. RGB value is (21,95,83). Sum of RGB (Red+Green+Blue) = 21+95+83=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 95 (37.5% from 255 or 47.74% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 95 - color contains mainly: green. Hex color #155F53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155F53 is #EAA0AC. Grayscale: #474747. Windows color (decimal): -15376557 or 5463829. OLE color: 5463829.

HSL color Cylindrical-coordinate representation of color #155F53: hue angle of 170.27º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155F53 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.63.

Color convert

RGB219583-
CMYK0.7800.130.63
HSL170.27º63.79%22.75%-
HSV(B)170.27º77.89%37.25%-
XYZ5.968.979.6-
YUV71.51134.4891.98-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.55%
GREEN value IS 95 (37.5% from 255) = 47.74%
BLUE value IS 83 (32.81% from 255) = 41.71%
R=10.55%
G=47.74%
B=41.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2195830.7800.130.63170.2763.7922.75
Hex155F534E0D3Faa4017
Octal251371231160157725210027
Binary101011011111101001110011100110111111110101010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,95,83); }

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

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

 a { background-color: rgb(21,95,83); }

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

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

 span { border-color: rgb(21,95,83); }

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