#158F6B

Color #158F6B Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #158F6B

Tints of Elf Green #158F6B

Color information

#158F6B (or 0x158F6B) is unknown color: approx Elf Green. HEX triplet: 15, 8F and 6B. RGB value is (21,143,107). Sum of RGB (Red+Green+Blue) = 21+143+107=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 143 (56.25% from 255 or 52.77% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 143 - color contains mainly: green. Hex color #158F6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158F6B is #EA7094. Grayscale: #666666. Windows color (decimal): -15364245 or 7048981. OLE color: 7048981.

HSL color Cylindrical-coordinate representation of color #158F6B: hue angle of 162.3º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158F6B is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB21143107-
CMYK0.8500.250.44
HSL162.3º74.39%32.16%-
HSV(B)162.3º85.31%56.08%-
XYZ12.7920.8717.26-
YUV102.42130.5869.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.75%
GREEN value IS 143 (56.25% from 255) = 52.77%
BLUE value IS 107 (42.19% from 255) = 39.48%
R=7.75%
G=52.77%
B=39.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal211431070.8500.250.44162.374.3932.16
Hex158F6B550192Ca24a20
Octal252171531250315424211240
Binary101011000111111010111010101011001101100101000101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158F6B; }

 p { color: rgb(21,143,107); }

 H1.HeaderClassName
 {
   color: #158F6B;
 }
 .AnyTagClassName
 {
   color: #158F6B;
 }
</style>
background-color css

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

 a { background-color: rgb(21,143,107); }

 div.DivClassName
 {
   background-color: #158F6B;
 }
 .BgClassName
 {
   background-color: #158F6B;
 }
</style>
border-color css

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

 span { border-color: rgb(21,143,107); }

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