#168E68

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

Shades of Elf Green #168E68

Tints of Elf Green #168E68

Color information

#168E68 (or 0x168E68) is unknown color: approx Elf Green. HEX triplet: 16, 8E and 68. RGB value is (22,142,104). Sum of RGB (Red+Green+Blue) = 22+142+104=268 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.21% from 268); Green value is 142 (55.86% from 255 or 52.99% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 142 - color contains mainly: green. Hex color #168E68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168E68 is #E97197. Grayscale: #656565. Windows color (decimal): -15298968 or 6852118. OLE color: 6852118.

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

Color convert

RGB22142104-
CMYK0.8500.270.44
HSL161º73.17%32.16%-
HSV(B)161º84.51%55.69%-
XYZ12.520.5216.4-
YUV101.79129.2471.09-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.21%
GREEN value IS 142 (55.86% from 255) = 52.99%
BLUE value IS 104 (41.02% from 255) = 38.81%
R=8.21%
G=52.99%
B=38.81%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal221421040.8500.270.4416173.1732.16
Hex168E685501B2Ca14920
Octal262161501250335424111140
Binary101101000111011010001010101011011101100101000011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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