#157F7C

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

Shades of Elm #157F7C

Tints of Elm #157F7C

Color information

#157F7C (or 0x157F7C) is unknown color: approx Elm. HEX triplet: 15, 7F and 7C. RGB value is (21,127,124). Sum of RGB (Red+Green+Blue) = 21+127+124=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 127 (50% from 255 or 46.69% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 127 - color contains mainly: green. Hex color #157F7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157F7C is #EA8083. Grayscale: #5E5E5E. Windows color (decimal): -15368324 or 8158997. OLE color: 8158997.

HSL color Cylindrical-coordinate representation of color #157F7C: hue angle of 178.3º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157F7C is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB21127124-
CMYK0.8300.020.50
HSL178.3º71.62%29.02%-
HSV(B)178.3º83.46%49.8%-
XYZ11.5416.7921.7-
YUV94.96144.3875.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.72%
GREEN value IS 127 (50% from 255) = 46.69%
BLUE value IS 124 (48.83% from 255) = 45.59%
R=7.72%
G=46.69%
B=45.59%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal211271240.8300.020.50178.371.6229.02
Hex157F7C530232b2481d
Octal25177174123026226211035
Binary1010111111111111100101001101011001010110010100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,127,124); }

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

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

 a { background-color: rgb(21,127,124); }

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

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

 span { border-color: rgb(21,127,124); }

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