#158E58

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

Shades of Salem #158E58

Tints of Salem #158E58

Color information

#158E58 (or 0x158E58) is unknown color: approx Salem. HEX triplet: 15, 8E and 58. RGB value is (21,142,88). Sum of RGB (Red+Green+Blue) = 21+142+88=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 142 (55.86% from 255 or 56.57% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 142 - color contains mainly: green. Hex color #158E58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158E58 is #EA71A7. Grayscale: #636363. Windows color (decimal): -15364520 or 5803541. OLE color: 5803541.

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

Color convert

RGB2114288-
CMYK0.8500.380.44
HSL153.22º74.23%31.96%-
HSV(B)153.22º85.21%55.69%-
XYZ11.7420.2112.51-
YUV99.66121.4171.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.37%
GREEN value IS 142 (55.86% from 255) = 56.57%
BLUE value IS 88 (34.77% from 255) = 35.06%
R=8.37%
G=56.57%
B=35.06%

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
Decimal21142880.8500.380.44153.2274.2331.96
Hex158E58550262C994a20
Octal252161301250465423111240
Binary1010110001110101100010101010100110101100100110011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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