Html Css Color HEX #118D6B Elf Green

📋 copy color: '#118D6B'

red 17 ◦ green 141 ◦ blue 107

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

Shades of Elf Green #118D6B

Tints of Elf Green #118D6B

RGB

 RED value IS 17 (7.03% from 255) = 6.42%

 GREEN value IS 141 (55.47% from 255) = 53.21%

 BLUE value IS 107 (42.19% from 255) = 40.38%

R = 6.42%
G = 53.21%
B = 40.38%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#118D6B (or 0x118D6B) is known color: Elf Green. HEX triplet: 11, 8D and 6B. RGB value is (17,141,107). Sum of RGB (Red+Green+Blue) = 17+141+107=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 141 (55.47% from 255 or 53.21% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 141 - color contains mainly: green. Hex color #118D6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118D6B is #EE7294. Grayscale: #646464. Windows color (decimal): -15626901 or 7048465. OLE color: 7048465.

HSL color Cylindrical-coordinate representation of color #118D6B: hue angle of 163.55º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118D6B is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 17 141 107 -
CMYK 0.88 0 0.24 0.45
HSL 163.55º 0.78% 0.31% -
HSV(B) 163.55º 0.88% 0.55% -
XYZ 12.41 20.23 17.16 -
YUV 100.05 131.92 68.76 -
System Red Green Blue C M Y K H S L
Decimal 17 141 107 0.88 0 0.24 0.45 163.55 0.78 0.31
Hex 11 8D 6B 58 0 18 2D A4 4E 1F
Octal 21 215 153 130 0 30 55 244 116 37
Binary 10001 10001101 1101011 1011000 0 11000 101101 10100100 1001110 11111

Color Harmonies of #118D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118D6B

Black with #118D6B

Text Example


Text Example

White with #118D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118D6B; }

 p { color: rgb(17,141,107); }

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

background-color css

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

 a { background-color: rgb(17,141,107); }

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

border-color css

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

 span { border-color: rgb(17,141,107); }

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