#157B55

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

Shades of Salem #157B55

Tints of Salem #157B55

Color information

#157B55 (or 0x157B55) is unknown color: approx Salem. HEX triplet: 15, 7B and 55. RGB value is (21,123,85). Sum of RGB (Red+Green+Blue) = 21+123+85=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 123 (48.44% from 255 or 53.71% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 123 - color contains mainly: green. Hex color #157B55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157B55 is #EA84AA. Grayscale: #585858. Windows color (decimal): -15369387 or 5602069. OLE color: 5602069.

HSL color Cylindrical-coordinate representation of color #157B55: hue angle of 157.65º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157B55 is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.52.

Color convert

RGB2112385-
CMYK0.8300.310.52
HSL157.65º70.83%28.24%-
HSV(B)157.65º82.93%48.24%-
XYZ9.0314.9811.01-
YUV88.17126.2180.09-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.17%
GREEN value IS 123 (48.44% from 255) = 53.71%
BLUE value IS 85 (33.59% from 255) = 37.12%
R=9.17%
G=53.71%
B=37.12%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21123850.8300.310.52157.6570.8328.24
Hex157B555301F349e471c
Octal251731251230376423610734
Binary1010111110111010101101001101111111010010011110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157B55; }

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

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

<style>
 a { background-color: #157B55; }

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

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

<style>
 span { border-color: #157B55; }

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

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