#155F52

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

Shades of Eden #155F52

Tints of Eden #155F52

Color information

#155F52 (or 0x155F52) is unknown color: approx Eden. HEX triplet: 15, 5F and 52. RGB value is (21,95,82). Sum of RGB (Red+Green+Blue) = 21+95+82=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 95 (37.5% from 255 or 47.98% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 95 - color contains mainly: green. Hex color #155F52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155F52 is #EAA0AD. Grayscale: #474747. Windows color (decimal): -15376558 or 5398293. OLE color: 5398293.

HSL color Cylindrical-coordinate representation of color #155F52: hue angle of 169.46º 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 #155F52 is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB219582-
CMYK0.7800.140.63
HSL169.46º63.79%22.75%-
HSV(B)169.46º77.89%37.25%-
XYZ5.928.959.4-
YUV71.39133.9892.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.61%
GREEN value IS 95 (37.5% from 255) = 47.98%
BLUE value IS 82 (32.42% from 255) = 41.41%
R=10.61%
G=47.98%
B=41.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2195820.7800.140.63169.4663.7922.75
Hex155F524E0E3Fa94017
Octal251371221160167725110027
Binary101011011111101001010011100111011111110101001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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