Html Css Color HEX #158278 Elm

📋 copy color: '#158278'

red 21 ◦ green 130 ◦ blue 120

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

Shades of Elm #158278

Tints of Elm #158278

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.97%

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

R = 7.75%
G = 47.97%
B = 44.28%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#158278 (or 0x158278) is known color: Elm. HEX triplet: 15, 82 and 78. RGB value is (21,130,120). Sum of RGB (Red+Green+Blue) = 21+130+120=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #158278 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158278 is #EA7D87. Grayscale: #606060. Windows color (decimal): -15367560 or 7897621. OLE color: 7897621.

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

Color convert

RGB 21 130 120 -
CMYK 0.84 0 0.08 0.49
HSL 174.5º 0.72% 0.3% -
HSV(B) 174.5º 0.84% 0.51% -
XYZ 11.68 17.48 20.53 -
YUV 96.27 141.39 74.31 -
System Red Green Blue C M Y K H S L
Decimal 21 130 120 0.84 0 0.08 0.49 174.5 0.72 0.3
Hex 15 82 78 54 0 8 31 AE 48 1E
Octal 25 202 170 124 0 10 61 256 110 36
Binary 10101 10000010 1111000 1010100 0 1000 110001 10101110 1001000 11110

Color Harmonies of #158278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158278

Black with #158278

Text Example


Text Example

White with #158278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158278; }

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

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

background-color css

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

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

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

border-color css

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

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

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