#158B59

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

Shades of Salem #158B59

Tints of Salem #158B59

Color information

#158B59 (or 0x158B59) is unknown color: approx Salem. HEX triplet: 15, 8B and 59. RGB value is (21,139,89). Sum of RGB (Red+Green+Blue) = 21+139+89=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 139 (54.69% from 255 or 55.82% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 139 - color contains mainly: green. Hex color #158B59 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158B59 is #EA74A6. Grayscale: #626262. Windows color (decimal): -15365287 or 5868309. OLE color: 5868309.

HSL color Cylindrical-coordinate representation of color #158B59: hue angle of 154.58º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158B59 is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB2113989-
CMYK0.8500.360.45
HSL154.58º73.75%31.37%-
HSV(B)154.58º84.89%54.51%-
XYZ11.3519.3512.59-
YUV98.02122.9173.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.43%
GREEN value IS 139 (54.69% from 255) = 55.82%
BLUE value IS 89 (35.16% from 255) = 35.74%
R=8.43%
G=55.82%
B=35.74%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21139890.8500.360.45154.5873.7531.37
Hex158B59550242D9b4a1f
Octal252131311250445523311237
Binary101011000101110110011010101010010010110110011011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,139,89); }

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

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

 a { background-color: rgb(21,139,89); }

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

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

 span { border-color: rgb(21,139,89); }

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