#157c7b

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

Shades of Elm #157C7B

Tints of Elm #157C7B

Color information

#157C7B (or 0x157C7B) is unknown color: approx Elm. HEX triplet: 15, 7C and 7B. RGB value is (21,124,123). Sum of RGB (Red+Green+Blue) = 21+124+123=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 124 (48.83% from 255 or 46.27% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 124 - color contains mainly: green. Hex color #157C7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157C7B is #EA8384. Grayscale: #5C5C5C. Windows color (decimal): -15369093 or 8092693. OLE color: 8092693.

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

Color convert

RGB21124123-
CMYK0.8300.010.51
HSL179.42º71.03%28.43%-
HSV(B)179.42º83.06%48.63%-
XYZ11.091621.24-
YUV93.09144.8876.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.84%
GREEN value IS 124 (48.83% from 255) = 46.27%
BLUE value IS 123 (48.44% from 255) = 45.90%
R=7.84%
G=46.27%
B=45.90%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal211241230.8300.010.51179.4271.0328.43
Hex157C7B530133b3471c
Octal25174173123016326310734
Binary101011111100111101110100110111001110110011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157c7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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