#168E6E

Color #168E6E Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #168E6E

Tints of Elf Green #168E6E

Color information

#168E6E (or 0x168E6E) is unknown color: approx Elf Green. HEX triplet: 16, 8E and 6E. RGB value is (22,142,110). Sum of RGB (Red+Green+Blue) = 22+142+110=274 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.03% from 274); Green value is 142 (55.86% from 255 or 51.82% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 142 - color contains mainly: green. Hex color #168E6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168E6E is #E97191. Grayscale: #666666. Windows color (decimal): -15298962 or 7245334. OLE color: 7245334.

HSL color Cylindrical-coordinate representation of color #168E6E: hue angle of 164º degrees, saturation: 0.73, 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 #168E6E is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB22142110-
CMYK0.8500.230.44
HSL164º73.17%32.16%-
HSV(B)164º84.51%55.69%-
XYZ12.8220.6418.06-
YUV102.47132.2470.6-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.03%
GREEN value IS 142 (55.86% from 255) = 51.82%
BLUE value IS 110 (43.36% from 255) = 40.15%
R=8.03%
G=51.82%
B=40.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal221421100.8500.230.4416473.1732.16
Hex168E6E550172Ca44920
Octal262161561250275424411140
Binary101101000111011011101010101010111101100101001001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168E6E; }

 p { color: rgb(22,142,110); }

 H1.HeaderClassName
 {
   color: #168E6E;
 }
 .AnyTagClassName
 {
   color: #168E6E;
 }
</style>
background-color css

<style>
 a { background-color: #168E6E; }

 a { background-color: rgb(22,142,110); }

 div.DivClassName
 {
   background-color: #168E6E;
 }
 .BgClassName
 {
   background-color: #168E6E;
 }
</style>
border-color css

<style>
 span { border-color: #168E6E; }

 span { border-color: rgb(22,142,110); }

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