Html Css Color HEX #158E7E Elf Green

📋 copy color: '#158E7E'

red 21 ◦ green 142 ◦ blue 126

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

Shades of Elf Green #158E7E

Tints of Elf Green #158E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 43.6%

R = 7.27%
G = 49.13%
B = 43.6%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#158E7E (or 0x158E7E) is known color: Elf Green. HEX triplet: 15, 8E and 7E. RGB value is (21,142,126). Sum of RGB (Red+Green+Blue) = 21+142+126=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 142 (55.86% from 255 or 49.13% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 142 - color contains mainly: green. Hex color #158E7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158E7E is #EA7181. Grayscale: #676767. Windows color (decimal): -15364482 or 8293909. OLE color: 8293909.

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

Color convert

RGB 21 142 126 -
CMYK 0.85 0 0.11 0.44
HSL 172.07º 0.74% 0.32% -
HSV(B) 172.07º 0.85% 0.56% -
XYZ 13.75 21.01 23.07 -
YUV 104 140.41 68.8 -
System Red Green Blue C M Y K H S L
Decimal 21 142 126 0.85 0 0.11 0.44 172.07 0.74 0.32
Hex 15 8E 7E 55 0 B 2C AC 4A 20
Octal 25 216 176 125 0 13 54 254 112 40
Binary 10101 10001110 1111110 1010101 0 1011 101100 10101100 1001010 100000

Color Harmonies of #158E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158E7E

Black with #158E7E

Text Example


Text Example

White with #158E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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