Html Css Color HEX #157C75 Elm

📋 copy color: '#157C75'

red 21 ◦ green 124 ◦ blue 117

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

Shades of Elm #157C75

Tints of Elm #157C75

RGB

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

 GREEN value IS 124 (48.83% from 255) = 47.33%

 BLUE value IS 117 (46.09% from 255) = 44.66%

R = 8.02%
G = 47.33%
B = 44.66%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#157C75 (or 0x157C75) is known color: Elm. HEX triplet: 15, 7C and 75. RGB value is (21,124,117). Sum of RGB (Red+Green+Blue) = 21+124+117=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 124 (48.83% from 255 or 47.33% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 124 - color contains mainly: green. Hex color #157C75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157C75 is #EA838A. Grayscale: #5C5C5C. Windows color (decimal): -15369099 or 7699477. OLE color: 7699477.

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

Color convert

RGB 21 124 117 -
CMYK 0.83 0 0.06 0.51
HSL 175.92º 0.71% 0.28% -
HSV(B) 175.92º 0.83% 0.49% -
XYZ 10.73 15.86 19.33 -
YUV 92.41 141.88 77.07 -
System Red Green Blue C M Y K H S L
Decimal 21 124 117 0.83 0 0.06 0.51 175.92 0.71 0.28
Hex 15 7C 75 53 0 6 33 B0 47 1C
Octal 25 174 165 123 0 6 63 260 107 34
Binary 10101 1111100 1110101 1010011 0 110 110011 10110000 1000111 11100

Color Harmonies of #157C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157C75

Black with #157C75

Text Example


Text Example

White with #157C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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