#157C79

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

Shades of Elm #157C79

Tints of Elm #157C79

Color information

#157C79 (or 0x157C79) is unknown color: approx Elm. HEX triplet: 15, 7C and 79. RGB value is (21,124,121). Sum of RGB (Red+Green+Blue) = 21+124+121=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 124 (48.83% from 255 or 46.62% from 266); Blue value is 121 (47.66% from 255 or 45.49% from 266); Max value from RGB is 124 - color contains mainly: green. Hex color #157C79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157C79 is #EA8386. Grayscale: #5C5C5C. Windows color (decimal): -15369095 or 7961621. OLE color: 7961621.

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

Color convert

RGB21124121-
CMYK0.8300.020.51
HSL178.25º71.03%28.43%-
HSV(B)178.25º83.06%48.63%-
XYZ10.9715.9620.59-
YUV92.86143.8876.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.89%
GREEN value IS 124 (48.83% from 255) = 46.62%
BLUE value IS 121 (47.66% from 255) = 45.49%
R=7.89%
G=46.62%
B=45.49%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal211241210.8300.020.51178.2571.0328.43
Hex157C79530233b2471c
Octal25174171123026326210734
Binary1010111111001111001101001101011001110110010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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