#158F58

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

Shades of Salem #158F58

Tints of Salem #158F58

Color information

#158F58 (or 0x158F58) is unknown color: approx Salem. HEX triplet: 15, 8F and 58. RGB value is (21,143,88). Sum of RGB (Red+Green+Blue) = 21+143+88=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 143 (56.25% from 255 or 56.75% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 143 - color contains mainly: green. Hex color #158F58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158F58 is #EA70A7. Grayscale: #646464. Windows color (decimal): -15364264 or 5803797. OLE color: 5803797.

HSL color Cylindrical-coordinate representation of color #158F58: hue angle of 152.95º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158F58 is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB2114388-
CMYK0.8500.380.44
HSL152.95º74.39%32.16%-
HSV(B)152.95º85.31%56.08%-
XYZ11.8920.5112.56-
YUV100.25121.0871.47-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.33%
GREEN value IS 143 (56.25% from 255) = 56.75%
BLUE value IS 88 (34.77% from 255) = 34.92%
R=8.33%
G=56.75%
B=34.92%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21143880.8500.380.44152.9574.3932.16
Hex158F58550262C994a20
Octal252171301250465423111240
Binary1010110001111101100010101010100110101100100110011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158F58; }

 p { color: rgb(21,143,88); }

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

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

 a { background-color: rgb(21,143,88); }

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

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

 span { border-color: rgb(21,143,88); }

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