#157A7A

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

Shades of Elm #157A7A

Tints of Elm #157A7A

Color information

#157A7A (or 0x157A7A) is unknown color: approx Elm. HEX triplet: 15, 7A and 7A. RGB value is (21,122,122). Sum of RGB (Red+Green+Blue) = 21+122+122=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 122 (48.05% from 255 or 46.04% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 122 - color contains mainly: green, blue. Hex color #157A7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157A7A is #EA8585. Grayscale: #5B5B5B. Windows color (decimal): -15369606 or 8026645. OLE color: 8026645.

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

Color convert

RGB21122122-
CMYK0.83000.52
HSL180º70.63%28.04%-
HSV(B)180º82.79%47.84%-
XYZ10.7815.4820.83-
YUV91.8145.0477.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.92%
GREEN value IS 122 (48.05% from 255) = 46.04%
BLUE value IS 122 (48.05% from 255) = 46.04%
R=7.92%
G=46.04%
B=46.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal211221220.83000.5218070.6328.04
Hex157A7A530034b4471c
Octal25172172123006426410734
Binary101011111010111101010100110011010010110100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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