Html Css Color HEX #158E7B Elf Green

📋 copy color: '#158E7B'

red 21 ◦ green 142 ◦ blue 123

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

Shades of Elf Green #158E7B

Tints of Elf Green #158E7B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 49.65%

 BLUE value IS 123 (48.44% from 255) = 43.01%

R = 7.34%
G = 49.65%
B = 43.01%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#158E7B (or 0x158E7B) is known color: Elf Green. HEX triplet: 15, 8E and 7B. RGB value is (21,142,123). Sum of RGB (Red+Green+Blue) = 21+142+123=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 142 (55.86% from 255 or 49.65% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 142 - color contains mainly: green. Hex color #158E7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158E7B is #EA7184. Grayscale: #676767. Windows color (decimal): -15364485 or 8097301. OLE color: 8097301.

HSL color Cylindrical-coordinate representation of color #158E7B: hue angle of 170.58º 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 #158E7B is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 142 123 -
CMYK 0.85 0 0.13 0.44
HSL 170.58º 0.74% 0.32% -
HSV(B) 170.58º 0.85% 0.56% -
XYZ 13.56 20.94 22.07 -
YUV 103.66 138.91 69.04 -
System Red Green Blue C M Y K H S L
Decimal 21 142 123 0.85 0 0.13 0.44 170.58 0.74 0.32
Hex 15 8E 7B 55 0 D 2C AB 4A 20
Octal 25 216 173 125 0 15 54 253 112 40
Binary 10101 10001110 1111011 1010101 0 1101 101100 10101011 1001010 100000

Color Harmonies of #158E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158E7B

Black with #158E7B

Text Example


Text Example

White with #158E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,142,123); }

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

background-color css

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

 a { background-color: rgb(21,142,123); }

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

border-color css

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

 span { border-color: rgb(21,142,123); }

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