#158E55

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

Shades of Salem #158E55

Tints of Salem #158E55

Color information

#158E55 (or 0x158E55) is unknown color: approx Salem. HEX triplet: 15, 8E and 55. RGB value is (21,142,85). Sum of RGB (Red+Green+Blue) = 21+142+85=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 142 (55.86% from 255 or 57.26% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 142 - color contains mainly: green. Hex color #158E55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158E55 is #EA71AA. Grayscale: #636363. Windows color (decimal): -15364523 or 5606933. OLE color: 5606933.

HSL color Cylindrical-coordinate representation of color #158E55: hue angle of 151.74º 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 #158E55 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB2114285-
CMYK0.8500.400.44
HSL151.74º74.23%31.96%-
HSV(B)151.74º85.21%55.69%-
XYZ11.6220.1611.87-
YUV99.32119.9172.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.47%
GREEN value IS 142 (55.86% from 255) = 57.26%
BLUE value IS 85 (33.59% from 255) = 34.27%
R=8.47%
G=57.26%
B=34.27%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21142850.8500.400.44151.7474.2331.96
Hex158E55550282C984a20
Octal252161251250505423011240
Binary1010110001110101010110101010101000101100100110001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,142,85); }

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

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

 a { background-color: rgb(21,142,85); }

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

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

 span { border-color: rgb(21,142,85); }

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