#168C7E

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

Shades of Elf Green #168C7E

Tints of Elf Green #168C7E

Color information

#168C7E (or 0x168C7E) is unknown color: approx Elf Green. HEX triplet: 16, 8C and 7E. RGB value is (22,140,126). Sum of RGB (Red+Green+Blue) = 22+140+126=288 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.64% from 288); Green value is 140 (55.08% from 255 or 48.61% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 140 - color contains mainly: green. Hex color #168C7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168C7E is #E97381. Grayscale: #676767. Windows color (decimal): -15299458 or 8293398. OLE color: 8293398.

HSL color Cylindrical-coordinate representation of color #168C7E: hue angle of 172.88º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168C7E is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB22140126-
CMYK0.8400.100.45
HSL172.88º72.84%31.76%-
HSV(B)172.88º84.29%54.9%-
XYZ13.4720.4322.97-
YUV103.12140.9170.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.64%
GREEN value IS 140 (55.08% from 255) = 48.61%
BLUE value IS 126 (49.61% from 255) = 43.75%
R=7.64%
G=48.61%
B=43.75%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal221401260.8400.100.45172.8872.8431.76
Hex168C7E540A2Dad4920
Octal262141761240125525511140
Binary10110100011001111110101010001010101101101011011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,140,126); }

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

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

 a { background-color: rgb(22,140,126); }

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

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

 span { border-color: rgb(22,140,126); }

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