Html Css Color HEX #118A6E Elf Green

📋 copy color: '#118A6E'

red 17 ◦ green 138 ◦ blue 110

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

Shades of Elf Green #118A6E

Tints of Elf Green #118A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 41.51%

R = 6.42%
G = 52.08%
B = 41.51%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#118A6E (or 0x118A6E) is known color: Elf Green. HEX triplet: 11, 8A and 6E. RGB value is (17,138,110). Sum of RGB (Red+Green+Blue) = 17+138+110=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 138 (54.30% from 255 or 52.08% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 138 - color contains mainly: green. Hex color #118A6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118A6E is #EE7591. Grayscale: #626262. Windows color (decimal): -15627666 or 7244305. OLE color: 7244305.

HSL color Cylindrical-coordinate representation of color #118A6E: hue angle of 166.12º 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 #118A6E is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 138 110 -
CMYK 0.88 0 0.20 0.46
HSL 166.12º 0.78% 0.3% -
HSV(B) 166.12º 0.88% 0.54% -
XYZ 12.13 19.42 17.86 -
YUV 98.63 134.41 69.78 -
System Red Green Blue C M Y K H S L
Decimal 17 138 110 0.88 0 0.20 0.46 166.12 0.78 0.3
Hex 11 8A 6E 58 0 14 2E A6 4E 1E
Octal 21 212 156 130 0 24 56 246 116 36
Binary 10001 10001010 1101110 1011000 0 10100 101110 10100110 1001110 11110

Color Harmonies of #118A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118A6E

Black with #118A6E

Text Example


Text Example

White with #118A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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