#157A79

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

Shades of Elm #157A79

Tints of Elm #157A79

Color information

#157A79 (or 0x157A79) is unknown color: approx Elm. HEX triplet: 15, 7A and 79. RGB value is (21,122,121). Sum of RGB (Red+Green+Blue) = 21+122+121=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 122 (48.05% from 255 or 46.21% from 264); Blue value is 121 (47.66% from 255 or 45.83% from 264); Max value from RGB is 122 - color contains mainly: green. Hex color #157A79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157A79 is #EA8586. Grayscale: #5B5B5B. Windows color (decimal): -15369607 or 7961109. OLE color: 7961109.

HSL color Cylindrical-coordinate representation of color #157A79: hue angle of 179.41º 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 #157A79 is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB21122121-
CMYK0.8300.010.52
HSL179.41º70.63%28.04%-
HSV(B)179.41º82.79%47.84%-
XYZ10.7215.4620.51-
YUV91.69144.5477.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.95%
GREEN value IS 122 (48.05% from 255) = 46.21%
BLUE value IS 121 (47.66% from 255) = 45.83%
R=7.95%
G=46.21%
B=45.83%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal211221210.8300.010.52179.4170.6328.04
Hex157A79530134b3471c
Octal25172171123016426310734
Binary101011111010111100110100110111010010110011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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