#157778

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

Shades of Elm #157778

Tints of Elm #157778

Color information

#157778 (or 0x157778) is unknown color: approx Elm. HEX triplet: 15, 77 and 78. RGB value is (21,119,120). Sum of RGB (Red+Green+Blue) = 21+119+120=260 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.08% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #157778 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157778 is #EA8887. Grayscale: #595959. Windows color (decimal): -15370376 or 7894805. OLE color: 7894805.

HSL color Cylindrical-coordinate representation of color #157778: hue angle of 180.61º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157778 is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB21119120-
CMYK0.830.0100.53
HSL180.61º70.21%27.65%-
HSV(B)180.61º82.5%47.06%-
XYZ10.314.7120.07-
YUV89.81145.0378.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.08%
GREEN value IS 119 (46.88% from 255) = 45.77%
BLUE value IS 120 (47.27% from 255) = 46.15%
R=8.08%
G=45.77%
B=46.15%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal211191200.830.0100.53180.6170.2127.65
Hex157778531035b5461c
Octal25167170123106526510634
Binary101011110111111100010100111011010110110101100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157778; }

 p { color: rgb(21,119,120); }

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

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

 a { background-color: rgb(21,119,120); }

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

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

 span { border-color: rgb(21,119,120); }

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