Html Css Color HEX #158178 Elm

📋 copy color: '#158178'

red 21 ◦ green 129 ◦ blue 120

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

Shades of Elm #158178

Tints of Elm #158178

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.78%

 BLUE value IS 120 (47.27% from 255) = 44.44%

R = 7.78%
G = 47.78%
B = 44.44%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#158178 (or 0x158178) is known color: Elm. HEX triplet: 15, 81 and 78. RGB value is (21,129,120). Sum of RGB (Red+Green+Blue) = 21+129+120=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 129 (50.78% from 255 or 47.78% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 129 - color contains mainly: green. Hex color #158178 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158178 is #EA7E87. Grayscale: #5F5F5F. Windows color (decimal): -15367816 or 7897365. OLE color: 7897365.

HSL color Cylindrical-coordinate representation of color #158178: hue angle of 175º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158178 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 129 120 -
CMYK 0.84 0 0.07 0.49
HSL 175º 0.72% 0.29% -
HSV(B) 175º 0.84% 0.51% -
XYZ 11.55 17.22 20.48 -
YUV 95.68 141.72 74.73 -
System Red Green Blue C M Y K H S L
Decimal 21 129 120 0.84 0 0.07 0.49 175 0.72 0.29
Hex 15 81 78 54 0 7 31 AF 48 1D
Octal 25 201 170 124 0 7 61 257 110 35
Binary 10101 10000001 1111000 1010100 0 111 110001 10101111 1001000 11101

Color Harmonies of #158178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158178

Black with #158178

Text Example


Text Example

White with #158178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158178; }

 p { color: rgb(21,129,120); }

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

background-color css

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

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

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

border-color css

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

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

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