Html Css Color HEX #157C79 Elm

📋 copy color: '#157C79'

red 21 ◦ green 124 ◦ blue 121

#157C79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #157C79

Tints of Elm #157C79

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 value IS 0.83

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#157C79 (or 0x157C79) is known color: 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

RGB 21 124 121 -
CMYK 0.83 0 0.02 0.51
HSL 178.25º 0.71% 0.28% -
HSV(B) 178.25º 0.83% 0.49% -
XYZ 10.97 15.96 20.59 -
YUV 92.86 143.88 76.74 -
System Red Green Blue C M Y K H S L
Decimal 21 124 121 0.83 0 0.02 0.51 178.25 0.71 0.28
Hex 15 7C 79 53 0 2 33 B2 47 1C
Octal 25 174 171 123 0 2 63 262 107 34
Binary 10101 1111100 1111001 1010011 0 10 110011 10110010 1000111 11100

Color Harmonies of #157C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157C79

Black with #157C79

Text Example


Text Example

White with #157C79

Text Example


Text Example

HTML Codes & Css Web 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>