Html Css Color HEX #118A6B Elf Green

📋 copy color: '#118A6B'

red 17 ◦ green 138 ◦ blue 107

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

Shades of Elf Green #118A6B

Tints of Elf Green #118A6B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 52.67%

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

R = 6.49%
G = 52.67%
B = 40.84%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#118A6B (or 0x118A6B) is known color: Elf Green. HEX triplet: 11, 8A and 6B. RGB value is (17,138,107). Sum of RGB (Red+Green+Blue) = 17+138+107=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 138 (54.30% from 255 or 52.67% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 138 - color contains mainly: green. Hex color #118A6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118A6B is #EE7594. Grayscale: #626262. Windows color (decimal): -15627669 or 7047697. OLE color: 7047697.

HSL color Cylindrical-coordinate representation of color #118A6B: hue angle of 164.63º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118A6B is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 138 107 -
CMYK 0.88 0 0.22 0.46
HSL 164.63º 0.78% 0.3% -
HSV(B) 164.63º 0.88% 0.54% -
XYZ 11.97 19.36 17.02 -
YUV 98.29 132.91 70.02 -
System Red Green Blue C M Y K H S L
Decimal 17 138 107 0.88 0 0.22 0.46 164.63 0.78 0.3
Hex 11 8A 6B 58 0 16 2E A5 4E 1E
Octal 21 212 153 130 0 26 56 245 116 36
Binary 10001 10001010 1101011 1011000 0 10110 101110 10100101 1001110 11110

Color Harmonies of #118A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118A6B

Black with #118A6B

Text Example


Text Example

White with #118A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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