Html Css Color HEX #157E7C Elm

📋 copy color: '#157E7C'

red 21 ◦ green 126 ◦ blue 124

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

Shades of Elm #157E7C

Tints of Elm #157E7C

RGB

 RED value IS 21 (8.59% from 255) = 7.75%

 GREEN value IS 126 (49.61% from 255) = 46.49%

 BLUE value IS 124 (48.83% from 255) = 45.76%

R = 7.75%
G = 46.49%
B = 45.76%

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

#157E7C (or 0x157E7C) is known color: Elm. HEX triplet: 15, 7E and 7C. RGB value is (21,126,124). Sum of RGB (Red+Green+Blue) = 21+126+124=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 126 (49.61% from 255 or 46.49% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 126 - color contains mainly: green. Hex color #157E7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157E7C is #EA8183. Grayscale: #5E5E5E. Windows color (decimal): -15368580 or 8158741. OLE color: 8158741.

HSL color Cylindrical-coordinate representation of color #157E7C: hue angle of 178.86º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157E7C is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 126 124 -
CMYK 0.83 0 0.02 0.51
HSL 178.86º 0.71% 0.29% -
HSV(B) 178.86º 0.83% 0.49% -
XYZ 11.41 16.54 21.66 -
YUV 94.38 144.71 75.66 -
System Red Green Blue C M Y K H S L
Decimal 21 126 124 0.83 0 0.02 0.51 178.86 0.71 0.29
Hex 15 7E 7C 53 0 2 33 B3 47 1D
Octal 25 176 174 123 0 2 63 263 107 35
Binary 10101 1111110 1111100 1010011 0 10 110011 10110011 1000111 11101

Color Harmonies of #157E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157E7C

Black with #157E7C

Text Example


Text Example

White with #157E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #157E7C;
 }
 .AnyTagClassName
 {
   color: #157E7C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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